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

Aleksej Yanul (JIRA) jira-events at lists.jboss.org
Wed Dec 5 11:34:51 EST 2007


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


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