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

Pete Muir (JIRA) jira-events at lists.jboss.org
Sun Dec 23 13:04:44 EST 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-2363?page=all ]

Pete Muir closed JBSEAM-2363.
-----------------------------

    Fix Version/s: 2.0.1.GA
       Resolution: Done

Thanks, I updated the docs

> Workspace management and JSF navigation(681)
> --------------------------------------------
>
>                 Key: JBSEAM-2363
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2363
>             Project: JBoss Seam
>          Issue Type: Task
>          Components: Documentation
>            Reporter: koen handekyn
>         Assigned To: Pete Muir
>            Priority: Trivial
>             Fix For: 2.0.1.GA
>
>
> 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