[richfaces-issues] [JBoss JIRA] Updated: (RF-1531) componentControl works only when there is in a bottom a component

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Dec 11 12:34:52 EST 2007


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

Nick Belaevski updated RF-1531:
-------------------------------

    Fix Version/s: 3.2.0
                       (was: 3.1.3)

> componentControl works only when there is in a bottom a  component
> ------------------------------------------------------------------
>
>                 Key: RF-1531
>                 URL: http://jira.jboss.com/jira/browse/RF-1531
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>            Reporter: Aleksej Yanul
>         Assigned To: Nick Belaevski
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> Does not work:
> <rich:componentControl attachTo="testCID" for="cc" event="onclick" operation="doExpand" params="show:'componentControl work(doExpand)'"/>
> <rich:calendar popup="true" id="cc"/>
> <a href="#" id="testCID">Click text</a>
> or 
> <rich:calendar popup="true" id="cc"/>
> <rich:componentControl attachTo="testCID" for="cc" event="onclick" operation="doExpand" params="show:'componentControl work(doExpand)'"/>
> <a href="#" id="testCID">Click text</a>
> Works:
> <rich:calendar popup="true" id="cc"/>
> <a href="#" id="testCID">Click text</a>
> <rich:componentControl attachTo="testCID" for="cc" event="onclick" operation="doExpand" params="show:'componentControl work(doExpand)'"/>

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