[
http://jira.jboss.com/jira/browse/JBSEAM-2363?page=all ]
Pete Muir updated JBSEAM-2363:
------------------------------
Issue Type: Task (was: Bug)
Assignee: Pete Muir
Priority: Trivial (was: Major)
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