[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
16 years, 11 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-446) s:link linkStyle="button" not rendering all attributes
by Bradley Smith (JIRA)
s:link linkStyle="button" not rendering all attributes
------------------------------------------------------
Key: JBSEAM-446
URL: http://jira.jboss.com/jira/browse/JBSEAM-446
Project: JBoss Seam
Issue Type: Bug
Components: Core, JSF
Affects Versions: 1.1.0.BETA1
Reporter: Bradley Smith
The s:link tag is not rendering javascript event-handler attributes correctly:
Example:
<s:link action="/index.xhtml" propagation="end"
linkStyle="button" value=" Home "
buttonClass="xsmallButton"
onmouseover="this.className='xsmallButton2'"
onmouseout="this.className='xsmallButton'"/>
Produces:
<input type="button" id="_id20" onclick="location.href='/access/WEB-INF/views/error_template.seam?actionOutcome=%2Findex.xhtml&conversationPropagation=end'" value=" Home " class="xsmallButton" />
notice the onmouseover and onmouseout event-handler attributes are missing in the rendered markup.
--
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, 1 month