[JBoss JIRA] Created: (RF-1531) componentControl works only when there is in a bottom a component
by Aleksej Yanul (JIRA)
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
17 years, 9 months
[JBoss JIRA] Closed: (RF-25) Suggestion Box doesn't implement AjaxSource
by Svetlana mukhina (JIRA)
[ http://jira.jboss.com/jira/browse/RF-25?page=all ]
Svetlana mukhina closed RF-25.
------------------------------
Resolution: Done
> Suggestion Box doesn't implement AjaxSource
> -------------------------------------------
>
> Key: RF-25
> URL: http://jira.jboss.com/jira/browse/RF-25
> Project: RichFaces
> Issue Type: Bug
> Components: docs updated
> Affects Versions: 3.0.0
> Environment: JSF 1.2.03, Facelets 1.1.11
> Reporter: Ilya Shaikovsky
> Assigned To: Alexander Francuzov
> Fix For: 3.0.1
>
>
> Can't use rich:suggestionBox inside dataTable because its impossibmle to add AjaxListener with ForceRender type to the component.
> Exception appears.
> <rich:suggestionbox width="200" height="200" for="suggested" var="caps" suggestionAction="#{bean.autocomplete}">
> <a4j:ajaxListener type="org.ajax4jsf.ajax.ForceRender"/>
> ...
> com.sun.facelets.tag.TagException: /pages/inputname.xhtml @21,57 <a4j:ajaxListener> Parent is not of type AjaxContainer, type is: org.richfaces.component.html.HtmlSuggestionBox@1e7ce87
> at org.ajax4jsf.taglib.html.facelets.AjaxListenerHandler.apply(AjaxListenerHandler.java:116)
> ...
> P.S. Do not pay much attention to the ajaxContainer string, because in the a4j code there is a check for the AjaxSource instance.
--
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
17 years, 9 months