[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2363) Workspace management and JSF navigation(681)

koen handekyn (JIRA) jira-events at lists.jboss.org
Mon Dec 10 05:24:51 EST 2007


Workspace management and JSF navigation(681)
--------------------------------------------

                 Key: JBSEAM-2363
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2363
             Project: JBoss Seam
          Issue Type: Bug
          Components: Documentation
            Reporter: koen handekyn


the current documentation describes pages.xml as

<pages>
    <page view-id="/main.xhtml">Search hotels: #{hotelBooking.searchString}</page>
    <page view-id="/hotel.xhtml">View hotel: #{hotel.name}</page>
    <page view-id="/book.xhtml">Book hotel: #{hotel.name}</page>
    <page view-id="/confirm.xhtml">Confirm: #{booking.description}</page>
</pages>

while the description should now also be within a description subtag (example booking)

<page view-id="/hotel.xhtml" 
	      conversation-required="true" 
	      login-required="true">
          
        <description>View hotel: #{hotel.name}</description>
        
        <navigation from-action="#{hotelBooking.bookHotel}">
            <redirect view-id="/book.xhtml"/>
        </navigation>
        
    </page>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list