[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-439) Allow nested conversations when navigating between CRUD entities

James Salt (JIRA) jira-events at jboss.com
Wed Oct 25 15:37:41 EDT 2006


Allow nested conversations when navigating between CRUD entities
----------------------------------------------------------------

                 Key: JBSEAM-439
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-439
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Framework
         Environment: All
            Reporter: James Salt
            Priority: Minor


Enhance the current entityHome pattern to allow the navigation between entities (i.e. linked entities customer to order link), via a navigation commandlink/slink etc. 

This would then allow you to navigate through a graph of interalated entities and to simply close the current entity editor and POP back to the entity editor you navigated from. This would allow a conversation tree effect so that you could go down three levels of links and then slowly pop back up to the original object, as you press each close button. 

would need two extra functions in the entityHome:

close -> Closes current entity (ends conversation) and pop back to the parent conversation. 
                You could also extend the close to remember any page that called via the view id, and return to that (i.e. customer list page). 
navigate -> invokes the entityHome for the linked entity (i.e. order), and begins the nested conversation. 



-- 
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