[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3899) <s:conversationPropagation type="join"/> breaks OrderBy of list columns backed by Conversation scoped components

Zoltan Tiringer (JIRA) jira-events at lists.jboss.org
Mon Jan 19 01:04:03 EST 2009


<s:conversationPropagation type="join"/> breaks OrderBy of list columns backed by Conversation scoped components
----------------------------------------------------------------------------------------------------------------

                 Key: JBSEAM-3899
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3899
             Project: Seam
          Issue Type: Bug
          Components: JSF Controls
    Affects Versions: 2.1.1.GA
         Environment: JBoss 4.2.3GA, Seam 2.1.1.GA, Windows Vista
            Reporter: Zoltan Tiringer


<s:conversationPropagation type="join"/> breaks OrderBy in Conversation scoped components. To reproduce: create a new seam-gen project, change any List class to Conversation scope. Create a link in the menu, like: 
<rich:menuItem submitMode="server" value="Saldo" action="/SaldoList.xhtml">
         <s:conversationPropagation type="join"/>
         <f:param name="from" value=""/>
</rich:menuItem>

and OrderBy stops working on the list colums. Works fine with conversationPropagation "end" or "none".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list