[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-439) Allow nested conversations when navigating between CRUD entities
by James Salt (JIRA)
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
18 years, 2 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2214) Entities in DataModel turns to null after some operations
by Daniel Kane (JIRA)
Entities in DataModel turns to null after some operations
----------------------------------------------------------
Key: JBSEAM-2214
URL: http://jira.jboss.com/jira/browse/JBSEAM-2214
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 2.0.0.CR1
Environment: Windows 2000 SP4
Java 1.6
JBoss 4.2.1 GA
Richfaces 3.1.1 GA
Browser : Mozilla Firefox 2.0
Reporter: Daniel Kane
Attachments: screenshots.ZIP, smpcProblem.zip, sp.sql
Application contains two pages, accessible from toolbar menu (s:links).
pages.xml contains <begin-conversation join="true"> for <page view-id="*"> , i.e. single global conversation should exist during the session. And it does, according URL (cid=1 always) and debug page.
Each page has backing component , SFSB scoped to conversation (by default).
Both components injects SMPC entityManager.
Both pages contains DataModel-based tables .
The problem and reproduction scenario :
1) Create and populate two database tables using the enclosed sql script.
2) Open http://host:8080/smpc-problem (screenshot p1) . There are two pages accessible from top toolbar menu. Pages lists data from data1 and data2 tables. Data is editable.
3) Switch to page2 and edit data in one or more fields. Click "Save" (screenshot p2)
4) Switch back to page1 and edit data in one or more fields. Click "Save". (screenshot p3)
After certain number of such actions (edit - save - switch to another page), the list on page1 or page 2 contains null entries (screenshot p4).
--
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
18 years, 2 months