[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-945) Support descriptions of fake pages for conversation switching

Christian Bauer (JIRA) jira-events at lists.jboss.org
Tue Feb 27 06:06:35 EST 2007


Support descriptions of fake pages for conversation switching
-------------------------------------------------------------

                 Key: JBSEAM-945
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-945
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
            Reporter: Christian Bauer
            Priority: Minor


    <page view-id="/user/register.xhtml" action="render">
        <description>Registration</description>
        <navigation><render view-id="/userAccount.xhtml"/></navigation>
    </page>

    <page view-id="/user/account/edit.xhtml" action="render">
        <description>Managing user account '#{userHome.instance.username}'</description>
        <navigation><render view-id="/userAccount.xhtml"/></navigation>
    </page>

    <page view-id="/user/list.xhtml" action="render">
        <description>Searching Members (Results: #{userSearch.rowCount})</description>
        <navigation><render view-id="/userList.xhtml"/></navigation>
    </page>

These fake pages (REST! Hurray!) are not shown in the conversation switcher because the underlying _real_ pages are rendered - and they don't have a description. In fact, besides REST, the whole point of having these fake view-ids is to declare alternating descriptions for the same rendered real 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