Reg DateNavigator month navigation error

Hi,
  I'm using DateNavigator element in one view to select date from the calendar. It is working.  But, when user presses right/left arrow keys to change month, the input field gets filled with NaNaNaNaNa .
Can you please guide me as to why this is coming instead of changing the month..?
Thanks.
Kumar Saurav.

Hello,
where are you getting the selected date?
The following code works even when we navigate to a different month using the arrows in DateNavigator.
ONACTIONDAYSELECT is event handler for the event "OnDaySelect" of the DateNavigator.
method ONACTIONDAYSELECT .
  DATA param TYPE D.
  wdevent->get_data( EXPORTING NAME = 'DAY'
  IMPORTING VALUE = param
endmethod.
In the above code, param will have the selected data.
Hope this helps!
Regards,
Srilatha

Similar Messages

  • Light Framework Page-Detailed Navigation error

    Hi,
    When i use the light framework page and change the number of display levels to 1
    the detailed navigation contents disappear.
    is this a  known error..? Is there anyway to get around this..?
    Thanks,
    rocky

    Rocky,
    This thread might give you a lead.
    Light Framework Top Level Navigation Error
    Good Luck!
    Sandeep Tudumu

  • Code Navigation Error when using a SWC

    Does anyone else get this error, "Code Navigation Error,
    Source code could not be found..." when you attempt to navigate
    (Ctrl+left click) into a SWC? I have added the SWC to the project's
    library path.

    "myIP" <[email protected]> wrote in message
    news:gn6jqk$ek4$[email protected]..
    > Does anyone else get this error, "Code Navigation Error,
    Source code could
    > not
    > be found..." when you attempt to navigate (Ctrl+left
    click) into a SWC? I
    > have
    > added the SWC to the project's library path.
    You probly also should tell it where the source code is...

  • CUP "Navigation error"

    Hi Experts,
    Im writing to see if anyone can give me a hand solving this error.
    Im working with CUP (GRC-SAC-SAE 5.3_15.1) and when a I try to create a new account request, I fill in all the fields, assign a role and then perform the RAR analysis I get an everything is ok message (you have no conflicts and can proceed) but when I push the "Next" button I get a Navigation Error Page.
    Taking a look at the system logs I found this error that caught my attention "ERROR Requested navigation control not found
    com.virsa.ae.commons.utils.framework.ControlNotFoundException: Action not found - loadcreaterequest" so I proceed to check if my ume roles had this "loadcreaterequest"action and they didnt. So I checked the last initiation files at the SAP marketplace to see if I got the last ones, and I did (and besides this action was not  included in those roles).
    Nevertheless im copying down the whole log to see if anyone can drop me a light on this.
    Thanks very much and apreciate any help.
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@175:execute() : inside catch : calling getConversationDefn cnvCreateRequest
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@177:execute() :  inside catch  : calling getConversationDefn completed successfullycnvCreateRequest
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@179:execute() : inside catch : calling getScreenDefn scrRequestDetails
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@181:execute() : inside catch : calling getScreenDefn completed successfully scrRequestDetails
    2011-04-25 16:06:10,229 [SAPEngine_Application_Thread[impl:3]_30] ERROR  NavigationEngine.java@183:execute() : inside catch : calling getActionDefn loadcreaterequest
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@168:getActionDefn() : failed to get action defn. Action id is : loadcreaterequest
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@170:getActionDefn() : try to get action defn from new map
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@174:getActionDefn() : failed to get action defn even from New Map. Action id is : loadcreaterequest
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR  ScreenDefn.java@176:getActionDefn() : failed to get action defn. Action id is : loadcreaterequest throwing exception
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR Requested navigation control not found even in catch block
    com.virsa.ae.commons.utils.framework.ControlNotFoundException: Action not found - loadcreaterequest
         at com.virsa.ae.commons.utils.framework.ScreenDefn.getActionDefn(ScreenDefn.java:177)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:184)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:436)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:466)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    2011-04-25 16:06:10,261 [SAPEngine_Application_Thread[impl:3]_30] ERROR Requested navigation control not found
    com.virsa.ae.commons.utils.framework.ControlNotFoundException: Action not found - loadcreaterequest
         at com.virsa.ae.commons.utils.framework.ScreenDefn.getActionDefn(ScreenDefn.java:177)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:184)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:436)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:466)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    2011-04-25 16:06:17,714 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@94:execute() : Current Module: |AE| Conversation: |cnvCreateRequest| Screen: |scrRiskAnalysis|
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#AE#Conversation#cnvCreateRequest#Screen#scrTopNav#Action#cfg#
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvCreateRequest
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrTopNav
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdcfg
    2011-04-25 16:06:17,729 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@94:execute() : Current Module: |AE| Conversation: |cnvCreateRequest| Screen: |scrTopNav|
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#CFG#Conversation#cnvConfigRequest#Screen#scrConfigRequest#Action#loadConfigRequest#
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvConfigRequest
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrConfigRequest
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:17,745 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdloadConfigRequest
    2011-04-25 16:06:17,761 [SAPEngine_Application_Thread[impl:3]_2] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@94:execute() : Current Module: |CFG| Conversation: |cnvConfigRequest| Screen: |scrConfigRequest|
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#CFG#Conversation#cnvConfigRequest#Screen#scrLeftNav#Action#linkConfigSystemLogSearch#
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvConfigRequest
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrLeftNav
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:31,792 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdlinkConfigSystemLogSearch
    2011-04-25 16:06:31,854 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@45:execute() : Getting target page info
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@94:execute() : Current Module: |CFG| Conversation: |cnvConfigRequest| Screen: |scrLeftNav|
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@115:execute() : requested conversation :  Module#CFG#Conversation#cnvConfigSystemLog#Screen#scrConfigSystemLog#Action#loadConfigSystemLogSearch#
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@134:execute() : calling getConversationDefn for conversationid cnvConfigSystemLog
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@138:execute() : getConversationDefn object successfully
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@140:execute() : calling getScreenDefn for screen idscrConfigSystemLog
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@143:execute() : getScreenDefn object successfully
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@145:execute() : calling getActionDefn with requestedActionIdloadConfigSystemLogSearch
    2011-04-25 16:06:31,932 [SAPEngine_Application_Thread[impl:3]_12] ERROR  NavigationEngine.java@148:execute() : getActionDefn completed successfully

    Hi Chinmaya,
    Thanks for your answer.
    Yes, I do have that option in my "Conifuration" tab. If I click that option I just see a page with another upgrade button.
    Should I push it?
    Regards,

  • Cross-domain Navigation Error

    Hi folks,
    I was just beginning to test out a site on my domain when I received the following error:
    Cross-domain Navigation Error
    Adobe InContext Editing does not support cross-domain navigation.
    For more details, please visit the Adobe InContext Editing Help and Support page.
    While I could not find any help easily, I thought I would post here with what I have discovered.  I am not entirely sure what "cross-domain navigation" is in the first place, but I had a few hunches.
    Initially, I was using a site set up with templates and library items.  Then, for the purposes of troubleshooting, I deleted all files and placed one HTML file in the folder with nothing but some text in it.  I still received the error message.
    On a whim, I decided to try InContext Editing in Internet Explorer instead of Firefox, and it worked.  I then downloaded and installed the latest version of Firefox (3.5.1), and the error message still appeared.
    Any ideas?
    Thanks in advance!

    Having the same troubles. Worse it goes into an endless loop where you can't get out of the error message cycle.
    http://sonomamountainbusinesscluster.com/

  • OOTB Left Navigation error in Page Layout SharePoint 2013

    I created a SharePoint 2013 master page through Design Manager in Sharepoint 2013 and created a page layout like we do trough sharepoint designer as in sharepoint 2010 steps are below
    SharePoint Designer--->Page Layouts---->New Page Layout
    now i want to insert left navigation in the page layout ,i tried to insert the following snippet in the page layout 
    <div data-name="QuickLaunch">
                                        <!--CS: Start Vertical Navigation Snippet-->
                                        <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
                                        <!--SPM:<%@Register Tagprefix="PublishingNavigation" Namespace="Microsoft.SharePoint.Publishing.Navigation"
    Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
                                        <div id="sideNavBox" class="ms-dialogHidden ms-forceWrap ms-noList">
                                            <!--MS:<SharePoint:AjaxDelta ID="DeltaPlaceHolderLeftNavBar" BlockElement="true" CssClass="ms-core-navigation"
    runat="server">-->
                                                <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderLeftNavBar" runat="server">-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderLeftNavBarTop" runat="server">-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderQuickLaunchTop" runat="server">-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderLeftNavBarDataSource" runat="server">-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderCalendarNavigator" runat="server">-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderLeftActions" runat="server">-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                    <!--MS:<SharePoint:SPNavigationManager ID="QuickLaunchNavigationManager"
    runat="server" QuickLaunchControlId="v4QuickLaunchMenu" ContainedControl="QuickLaunch" EnableViewState="false">-->
                                                        <!--MS:<SharePoint:DelegateControl runat="server" ControlId="QuickLaunchDataSource">-->
                                                            <!--MS:<Template_Controls>-->
                                                                <!--MS:<PublishingNavigation:PortalSiteMapDataSource
    runat="server" ID="SiteMapDS" SiteMapProvider="CurrentNavigation" EnableViewState="false" StartFromCurrentNode="true" ShowStartingNode="false" TrimNonCurrentTypes="Heading">-->
                                                                <!--ME:</PublishingNavigation:PortalSiteMapDataSource>-->
                                                            <!--ME:</Template_Controls>-->
                                                        <!--ME:</SharePoint:DelegateControl>-->
                                                        <!--MS:<SharePoint:AspMenu ID="V4QuickLaunchMenu" runat="server"
    EnableViewState="false" DataSourceId="QuickLaunchSiteMap" UseSimpleRendering="true" Orientation="Vertical" StaticDisplayLevels="3" AdjustForShowStartingNode="true" MaximumDynamicDisplayLevels="0"
    SkipLinkText="">-->
                                                        <!--ME:</SharePoint:AspMenu>-->
                                                    <!--ME:</SharePoint:SPNavigationManager>-->
                                                    <!--MS:<SharePoint:SPNavigationManager ID="TreeViewNavigationManagerV4" runat="server"
    ContainedControl="TreeView" CssClass="ms-tv-box">-->
                                                        <!--MS:<SharePoint:SPLinkButton runat="server" NavigateUrl="~site/{0}/viewlsts.aspx"
    ID="idNavLinkSiteHierarchyV4" Text="&#60;%$Resources:wss,treeview_header%&#62;" accesskey="&#60;%$Resources:wss,quiklnch_allcontent_AK%&#62;" CssClass="ms-tv-header">-->
                                                        <!--ME:</SharePoint:SPLinkButton>-->
                                                        <!--MS:<SharePoint:DelegateControl runat="server" ControlId="TreeViewAndDataSource">-->
                                                            <!--MS:<Template_Controls>-->
                                                                <!--MS:<SharePoint:SPHierarchyDataSourceControl
    runat="server" ID="TreeViewDataSourceV4" RootContextObject="Web" IncludeDiscussionFolders="true">-->
                                                                <!--ME:</SharePoint:SPHierarchyDataSourceControl>-->
                                                                <!--MS:<SharePoint:SPRememberScroll runat="server"
    ID="TreeViewRememberScrollV4" onscroll="javascript:_spRecordScrollPositions(this);" style="overflow: auto;">-->
                                                                    <!--MS:<SharePoint:SPTreeView
    ID="WebTreeViewV4" runat="server" ShowLines="false" DataSourceId="TreeViewDataSourceV4" ExpandDepth="0" SelectedNodeStyle-CssClass="ms-tv-selected" NodeStyle-CssClass="ms-tv-item" SkipLinkText=""
    NodeIndent="12" ExpandImageUrl="/{0}/images/tvclosed.png" ExpandImageUrlRtl="/{0}/images/tvclosedrtl.png" CollapseImageUrl="/{0}/images/tvopen.png" CollapseImageUrlRtl="/{0}/images/tvopenrtl.png" NoExpandImageUrl="/{0}/images/tvblank.gif">-->
                                                                    <!--ME:</SharePoint:SPTreeView>-->
                                                                <!--ME:</SharePoint:SPRememberScroll>-->
                                                            <!--ME:</Template_Controls>-->
                                                        <!--ME:</SharePoint:DelegateControl>-->
                                                    <!--ME:</SharePoint:SPNavigationManager>-->
                                                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderQuickLaunchBottom" runat="server">-->
                                                        <hr />
                                                        <!--MS:<SharePoint:ClusteredSPLinkButton ID="idNavLinkViewAllV4"
    runat="server" Permissions="ViewFormPages" NavigateUrl="~site/{0}/viewlsts.aspx" Text="&#60;%$Resources:wss,quiklnch_allcontent_short%&#62;" accesskey="&#60;%$Resources:wss,quiklnch_allcontent_AK%&#62;"
    CssClass="ms-core-listMenu-item">-->
                                                        <!--ME:</SharePoint:ClusteredSPLinkButton>-->
                                                    <!--ME:</asp:ContentPlaceHolder>-->
                                                <!--ME:</asp:ContentPlaceHolder>-->
                                            <!--ME:</SharePoint:AjaxDelta>-->
                                        </div>
                                        <!--CE: End Vertical Navigation Snippet-->
                                    </div>
    but i get the following error when i create page through this page layout
    "Content Place holders are only allowed in master page"
    Can anyone tell me how do i insert left navigation in page layout which is created through sharepoint designer (.aspx file) but master page is created through design manager

    Hi  ,
    As the error says, you need to  add Content Place holders to Mater Page not the Page Layout.
    For  inserting  left navigation, you can add Vertical Navigation SharePoint component to the master page using Snippets  manager:
    1.
    Open the site then click design manager link from right top corner "Settings".
    2.
    Click “Edit Master Pages” link.
    3.Click your custom mater page. It will open preview page.
    4.
    Once open the preview page then click Snippets menu from top right side. It will open “Snippet Gallery” in new tab page.
    5.
    Click the Vertical Navigation menu item in “DESIGN “tab.
    6.
    In this page we can easy to configure component properties.
    After customization must click the update button then only the changes are reflected in the component snippet.
    7.
    Once click the update button the HTML code automatically generated in the “HTML snippet” box and click “Copy to Clipboard” button.
    8.
    Open the mapped network drive then open the Mater Page HTML file and paste HTML snippet where you want the navigation to show.
    Reference:
    http://www.sharepointpals.com/post/Add-snippets-in-Page-layout-using-design-manager
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • (SOLVED) avant-window-navigator errors

    When i try to load avant or try to start the dock preferences i get this error:
    [unilx@online ~]$ avant-window-navigator
    Screen is composited
    ** (avant-window-navigator:2496): DEBUG: Updating gtk theme colours
    ** (avant-window-navigator:2496): DEBUG: Updating dialog colours
    ** (avant-window-navigator:2496): DEBUG: Spawned awn-applet[2500] for "quick-prefs.desktop", UID: 1, XID: 27263014
    ** (avant-window-navigator:2496): DEBUG: Spawned awn-applet[2502] for "taskmanager.desktop", UID: 3, XID: 27263015
    ** (awn-applet:2502): CRITICAL **: File not found: '/usr/share/applications/firefox.desktop'
    ** (awn-applet:2502): DEBUG: task_manager_refresh_launcher_paths: Bad desktop file '/usr/share/applications/firefox.desktop'
    ** (awn-applet:2502): WARNING **: The launcher '/usr/share//applications//kde4/konsole.desktop' could not load the icon 'utilities-terminal': Icon 'utilities-terminal' not present in theme
    (awn-applet:2502): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed
    (awn-applet:2502): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed
    (awn-applet:2502): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `GDK_IS_PIXBUF (src)' failed
    (awn-applet:2502): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    ** (awn-applet:2502): CRITICAL **: task_item_icon_changed: assertion `icon' failed
    (awn-applet:2502): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    ** (awn-applet:2502): CRITICAL **: File not found: '/usr/share/applications/firefox.desktop'
    ** (awn-applet:2502): DEBUG: task_manager_refresh_launcher_paths: Bad desktop file '/usr/share/applications/firefox.desktop'
    Applet [1] flags: 1024: DockletHandlesPositionChange
    ** Message: pygobject_register_sinkfunc is deprecated (AwnOverlay)
    Traceback (most recent call last):
    File "/usr/bin/awn-settings", line 1223, in <module>
    awnmanager = awnManagerMini()
    File "/usr/bin/awn-settings", line 1072, in __init__
    self.createMainMenu()
    File "/usr/bin/awn-settings", line 1137, in createMainMenu
    self.safe_load_icon('gtk-execute', size, gtk.ICON_LOOKUP_USE_BUILTIN),
    File "/usr/share/avant-window-navigator/awn-settings/awnClass.py", line 1044, in safe_load_icon
    icon = self.theme.load_icon('gtk-missing-image', size, flags)
    glib.GError: Icon 'gtk-missing-image' not present in theme
    thx
    Last edited by unilx (2011-05-18 23:02:31)

    I get the impression that the file "/usr/share/applications/firefox.desktop" is missing I would copy another random file to that name, run avant-window-navigator, remove the launcher and then delete the surrogate file.

  • Revenue Recognition (AR Closed for future month in error)

    Need help with revenue recognition. In the month of June in AR July was opened in error, so it was put in to close pending. Since July was closed the last 3 days worth of June invoices did not have any revenue recognition for July. Instead July's revenue was posted in to August since August was showing as a future period, and July was closed. Is there any fix to change the revenue recognition without doing a credit and rebill of 3 days worth of invoicing? If we reopen June, and run revenue recognition again, will that help? Thanks in advance for any help.

    Well there are a few ways you can go ahead and fix this, but it depends on lot of factors.
    Lets say you have 1 invoice for which the revenue has been recognized in August and not July, now you can query up that invoice in the transaction's workbench and incomplete it. After incompleting all the revenue recognized distributions would be deleted(applicable 11.5.10 onwards) and when you complete the invoice again & run the RR program the revenue would be recognized in July(provided it's in an open status). Please note though that you can incomplete a transaction only if it doesn't have any activity against it!
    Now coming to the real world it's possible that the number of transaction's you have could be quite large and doing this manually through the screen might not be feasible. So you could possibly write a small pl/sql script to loop through those invoice's and incomplete them by calling the complete/incomplete group transaction's api. And then again complete them and re-run RR program to complete the fix.
    Please note though that you can incomplete a transaction only if it doesn't have any activity against it!
    With posted transaction's or transaction's having other activity, it's possible to fix them too but that would be taking things too far and Oracle Support/Development would be best equipped to provide you the fix in that scenario.
    HTH,
    Jasmeet.

  • No valid navigations error

    Hi,
    I am getting the following error while trying to switch responsibility.
    Please can anyone let me know the solution for this.
    Error:
    There are no valid navigations for this responsibility.
    Cause: Application Object Library was unable to load the menu for the current responsibility.
    Cause: The menu compilation has failed.
    Cause: This is no valid menu defined for this responsibility.
    Cause: There are no navigable forms associated with this responsibility
    Action: Contact your system administrator. Ensure that a valid menu, containing navigable forms, is defined for the responsibility. Ensure that the menu is correctly compiled.
    Please reply as soon as possible.
    Thanks in advance.

    Do you get the above for all responsibilities? Is the maintenance mode disabled?
    1) Run ADADMIN and compile of all the Menus, using the FORCE option when prompted
    2) Recompile Security -- (In case you are able to switch to the system administrator responsibility)
    - Logon as System Administrator
    - Navigate to Request, Run
    - Select the following request "Compile Security"
    - Enter "Yes" for everything parameter
    3) Retest the issue

  • SharePoint Navigation Error:The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317)

    Hi,
    I take a exeption  on the  SharePoint 2013 left navigation. 
    Exeption:  "The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317)"
    I searched  this exeption keyword on the internet and  I find usualy 3 results
    1)check datetime servers --> I checked datetime for all SP Severs ,DB server and AD server ..there is  no problem
    2)Disabled the WebPageSecurity Validation on CA>General Settings-->I tired  and problem not solved
    3) Reset IIS --> if I restart IIS problem solved  but  after 2-3 hours or anytime  error comes again..
    ULS Log:
    PortalSiteMapProvider was unable to fetch children for node
     at URL: /MySite/MySubSite, message: The context has expired and can no longer be used. (Exception from HRESULT: 0x80090317), stack trace:   
     at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)    
     at Microsoft.SharePoint.Library.SPRequest.SetHttpParameters(String bstrHttpMethod, String bstrRequestDigest, UInt32 flags, Guid gTranLockerId, Byte[]& ppsaImpersonateUserToken, Boolean bIgnoreTimeout, String bstrUserLogin, String bstrUserKey, UInt32
    ulRoleCount, String bstrRoles, Boolean bWindowsMode, String bstrAppPrincipalName, Boolean bIsHostHeaderAppPrincipal, String bstrOriginalAppPrincipalIdentifier, ApplicationPrincipalInfo& pAppUserInfo, Boolean bInvalidateCachedConfigurationProperties, Int32
    lAppDomainId, ISPManagedObjectFactory pFactory, Boolean bCallstack, ISPDataCallback pCanaryCallback)    
     at Microsoft.SharePoint.SPGlobal.CreateSPRequestAndSetIdentity(SPSite site, String name, Boolean bNotGlobalAdminCode, String strUrl, Boolean bNotAddToContext, Byte[] UserToken, SPAppPrincipalToken appPrincipalToken, String userName, Boolean bIgnoreTokenTimeout,
    Boolean bAsAnonymous)    
     at Microsoft.SharePoint.SPWeb.InitializeSPRequest()    
     at Microsoft.SharePoint.SPWeb.EnsureSPRequest()    
     at Microsoft.SharePoint.SPWeb.get_Request()    
     at Microsoft.SharePoint.Publishing.Navigation.SiteNavigationSettings..ctor(SPSite site)    
     at Microsoft.SharePoint.Publishing.Navigation.SiteNavigationSettings.GetSiteNavigationSettings(SPSite site)    
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedTypes, NodeTypes includedHiddenTypes, Boolean trimmingEnabled, OrderingMethod ordering, AutomaticSortingMethod method, Boolean ascending, Int32 lcid)
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedTypes, NodeTypes includedHiddenTypes, OrderingMethod ordering, AutomaticSortingMethod method, Boolean ascending, Int32 lcid)    
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedHiddenTypes)    
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetChildNodes(PortalSiteMapNode node, NodeTypes includedHiddenTypes)
    Plaase Help.

    Hi Veli,
    Please check the security token timeout value and it is set to 1440 as expected by default. You can check via running the command:
    stsadm -o getproperty -pn token-timeout
    Then check the OOB recycle times of the probkematic web application pool, and add daily recycle times for the problematic web application pool. You can do as the article:
    http://technet.microsoft.com/en-us/library/cc754494(v=WS.10).aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Navigation Error in Web Dynpro Application

    Hi All,
    I developed a web dynpro application with 2 views.
    I implemented the navigation paths(in and outbound plugs). I have a Next button in the first view and when
    I clicked the next button it opened the second view.
    It was working fine until, i created custom controller
    and defined model node and model binding by calling RFC.
    In the first view, i created a model node corresponding to the custom controller model  node and defined the context mapping between the first view and the custom controller.
    When I run the application (the first view displays data calling RFC) once I clicked the next button i got this error message.
    com.sap.tc.webdynpro.progmodel.context.ContextException: Path null does not point to an attribute, but to com.sap.tc.webdynpro.progmodel.generation.DelegatingView@8fc86f
         at com.sap.tc.webdynpro.progmodel.context.Paths.createAttributePointer(Paths.java:94)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.impl.AbstractInputField.getValue(AbstractInputField.java:1050)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.impl.AbstractInputField.getValue(AbstractInputField.java:1098)
         at com.sap.tc.webdynpro.clientimpl.html.uielib.standard.uradapter.InputFieldAdapter.getValue(InputFieldAdapter.java:550)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.InputFieldRenderer.render(InputFieldRenderer.java:41)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:269)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:95)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:626)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:330)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.GridLayoutRenderer.renderGridLayoutFragment(GridLayoutRenderer.java:261)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.GridLayoutRenderer.render(GridLayoutRenderer.java:57)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:269)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:95)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.GroupRenderer.renderGroupFragment(GroupRenderer.java:1030)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.GroupRenderer.render(GroupRenderer.java:49)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:269)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:95)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.FlowLayoutRenderer.renderFlowLayoutItemFragment(FlowLayoutRenderer.java:177)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.FlowLayoutRenderer.renderFlowLayoutFragment(FlowLayoutRenderer.java:148)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.FlowLayoutRenderer.render(FlowLayoutRenderer.java:33)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:269)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:95)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:344)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:41)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:269)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:95)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.UiWindowRenderer.render(UiWindowRenderer.java:43)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:269)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.AbstractRenderManager.render(AbstractRenderManager.java:95)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendHtml(HtmlClient.java:522)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:351)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:251)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:204)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:669)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:249)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Can anyone please tell me what is the reason for this?
    and how to fix it?
    Thanks

    Hi
    Are you having any inputfields in your next view?If yes then check if you have bound the context attribute to it.
    I think you haven't done that.
    Regards,
    Ajay

  • Navigation error within the WD LeaveRequest

    Hi everybody,
    We are using an ECC6.0 / EP 7.0.
    When I create a LeaveRequest using the LeaveRequest webdynpro, I execute a 3 steps guided procedure:
    1. Display and Edit
    2. Review and Send
    3. Completed
    At the 3rd step, the following links appear:
    <b>What do you want to do next?</b>
    Request Another Absence
    Go to homepage
    When I click on the link "Request Another Absence", the following error raises:
    500   Internal Server Error
      Web Dynpro Container/SAP J2EE Engine/6.40 
    Failed to process request. Please contact your system administrator.
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at com.sap.pcuigp.xssfpm.wd.Navigation.navigate(Navigation.java:168)
        at com.sap.pcuigp.xssfpm.wd.wdp.InternalNavigation.navigate(InternalNavigation.java:124)
        at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.navigate(FPMComponent.java:990)
        at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.navigate(FPMComponent.java:973)
        at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.navigate(FPMComponent.java:1130)
        ... 33 more
    Is there anybody who knows how to solve this error?
    Thanks and regards,
    Mathieu

    The solution:
    Use the Page and iView LeaveRequest delivered for ECC6 and not the ones delivered for ECC5.
    Regards,
    Mathieu

  • URGENT ! Please Help ! Navigation error....

    Hi,
    I am getting the following error during navigation from summary report to detail report..
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 1858, message: ORA-01858: a non-numeric character was found where a numeric was expected at OCI call OCIStmtExecute:
    My summary report has a dummy column name 'All' and I have specified a navigation to another detail report. However it is throwing me this error when trying to navigate. This is happening even when I am not passing any filters to the detail report. Please help me to resolve this issue as I need to get this done right away.

    Couple of things you can check to isolate the prb
    Run the detail report individually w/o navigating from the summary report
    Also make sure if your summary report runs well as such.
    As long as they run indivdually and you not even passing filters ideally it shouldnt cause any issue... Does it generate a SQL?
    Thanks
    Prash

  • Navigation Error in NetWeaver Mobile 7.1

    Hi all,
    I´ve a question regarding NetWeaver Mobile 7.1 Navigation.
    I have an application with 2 views. Now I want to navigate from the start-view to the second-view.
    The steps which I´ve done are the same as in a normal webdynpro application:
    create an outbound plug for the first view.
    create an inbound plug for the second view.
    connect the outbound plug with the inbound plug via link.
    create a button.
    create an action which fires the outbound plug.
    set the action for the button.
    When I test the navigation a get the following error:
    http://img227.imageshack.us/my.php?image=navigationerrorna0.png
    I hope somebody can help me with this issue.
    Thanks and regards,
    Michael

    Hi Siva,
    I tested the navigation as you described.
    Unfortunately I get the same error message as before.
    Just for information:
    I use the NetWeaver Developer Studio 7.1 SP3 Trial with Trial NetWeaver Mobile Plugins.
    I thought this could be a reason, but my colleague use the same and the navigation works.
    Are there special .jar files or something else which is needed for the navigation ?
    I would be appreciate for every helpful answer.
    Thanks and regards,
    Michael

  • Navigation error

    Hello,
    in my WEB-INF directory i've a directory structure "jsps/admin". In admin directory I've two jsp pages, called Staff.jsp and createMember.jsp.
    In Staff.jsp I've commandLink
    <h:commandLink action="#{staffAction.create}"
                   value="CREATE NEW MEMBEA" />     and my navigation rule is this:
    <navigation-rule>
      <from-view-id>/admin/Staff.jsp</from-view-id>
       <navigation-case>
        <from-outcome>Staff_CREATE</from-outcome>
        <to-view-id>/admin/createMember.jsp</to-view-id>
       </navigation-case>
      </navigation-rule>From the Staff.jsp page (https://localhost/web/admin/Staff.jsf)
    when i click on the link "CREATE NEW MEMBEA" i see an error page
    and see this address in the browser:
    https://localhost/web/WEB-INF/jsps/admin/Staff.jsp.
    Does anyone has an idea what is going on here?thanks

    ok, here my jsf code:
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    <f:view>
         <h:outputText value="Hier in admin/Staff.jsp " />
         <h:messages style="color: red" />
              <t:htmlTag value="p">
         </t:htmlTag>
         <h:outputText value="Staff"
               />
              <t:htmlTag value="p">
         </t:htmlTag>
         <h:form id="members">
              <h:commandLink action="#{staffAction.create}"
                   value="CREATE NEW MEMBEA" />     
                   <t:htmlTag value="p">
         </t:htmlTag>
    <h:/form>

Maybe you are looking for

  • Cannot force Pages to open in primary monitor

    Numbers and Keynote will always open in the primary monitor; however, Pages refuses to do so. I am out of ideas and was hoping someone in this forum may have a similar experience (or a resolution)! I've tried clicking the plus, moving the window to t

  • Mac to PC Zip  problem

    I have a problem when Zip'ing folders. Im trying to send some styles to phpBB.com but the reject them because they contains mac specefic files "You have folders extracting outside of the directory and loads of excess Mac files beginning with an perio

  • Amusing little image size/dpi bug in CS5

    Has anyone else discovered PS CS5 applying nearly random dpi settings to newly opened documents?  This is not a destructive bug, as far as I can tell, but when I open "Image Size," PS will sometimes give me a whacko value for dpi (something like 1.2

  • Your current security settings do not allow this file....

    Trying to download the latest version of iTunes and get the message "Your current security settings do not allow this file to be downloaded." I have made no changes at all, previous to attempting to download this update and have never had a download

  • Make excel file and then mail it via workflow...

    Hi All, I got a requirement in CRM Workflow like i have the item level details from a FM. Now i need to send these details by putting them in an Excel file. So how can i make an excel file in SAP and then mail the same file to a person. Please sugges