[richfaces-issues] [JBoss JIRA] Updated: (RF-3181) contextMenu with submitMode = "ajax" does not work in tabPanel

Vladislav Baranov (JIRA) jira-events at lists.jboss.org
Wed Apr 30 10:52:23 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3181?page=all ]

Vladislav Baranov updated RF-3181:
----------------------------------

    Workaround Description: 
Carry <rich:contextMenu> out of tabPanel and attach it to tabPanel through id.
<tabPanel:tabPanel id="tpcmTestID" switchType="client">
...
</tabPanel:tabPanel>
<cm:contextMenu submitMode="ajax" attachTo="tpcmTestID">
...
</cm:contextMenu>
             Fix Version/s: 3.2.2
                                (was: 3.2.1)
                Workaround: [Workaround Exists]

The origin of the bug is in tabPanel. It doesn't decode child elements during ajax submit.

> contextMenu with submitMode = "ajax" does not work in tabPanel
> --------------------------------------------------------------
>
>                 Key: RF-3181
>                 URL: http://jira.jboss.com/jira/browse/RF-3181
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.5
>            Reporter: Aleksej Yanul
>         Assigned To: Vladislav Baranov
>             Fix For: 3.2.2
>
>


-- 
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 richfaces-issues mailing list