[richfaces-issues] [JBoss JIRA] Resolved: (RF-1235) SuggestionBox fails when included in an a4j outputPanel or when included in a panelGroup that is included in a reRender set.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Nov 26 10:21:32 EST 2007


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

Ilya Shaikovsky resolved RF-1235.
---------------------------------

    Resolution: Rejected

Not a bug.

Explanation:

1) Suggestion box sends a request.
2) After responce comes - the SB component handle the responce and draws it's list.

3) You SHOULD NOT reRender the component after suggestion request complete because it will cause the component to be redrawn and suggestion popup to be closed.

So you can't include the component to ajaxRendered outputPanel or reRender itself from its reRender property.

B.t.w. You free to reRender the SB component (or area with SB component) but such reRendering may to be completed from other components.. not from SB component itself.

> SuggestionBox fails when included in an a4j outputPanel or when included in a panelGroup that is included in a reRender set.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-1235
>                 URL: http://jira.jboss.com/jira/browse/RF-1235
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.0.1
>            Reporter: Paul Hixson
>         Assigned To: Ilya Shaikovsky
>             Fix For: 3.2.0
>
>
> SuggestionBox fails when included in an a4j outputPanel or when included in a panelGroup that is included in a reRender set.
> More details and code examples at 
> http://code.google.com/p/krank/wiki/AutoCompleteAjaxGotcha?updated=AutoCompleteAjaxGotcha&ts=1193189979

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