This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Rich:suggestionbox onselect problemadubovsky Feb 27, 2009 9:27 AM (in response to fifijsf)Hello, 
 I could not reproduce your problem using following code:<h:form> <h:selectBooleanCheckbox value="#{sBox.rendered}"> <a4j:support event="onclick" reRender="sb"></a4j:support> </h:selectBooleanCheckbox> <h:panelGrid id="sb" columns="1"> <h:inputText id="text" value="#{sBox.value}" /> <rich:suggestionbox height="300" width="200" for="text" rendered="#{sBox.rendered}" suggestionAction="#{sBox.suggestionAction}" var="row" fetchValue="#{row.make}" onselect="alert('onselect')"> <rich:column> <h:outputText value="#{row.make}" /> </rich:column> </rich:suggestionbox> </h:panelGrid> </h:form>
 Could you please describe your environment and post your sources.
- 
        2. Re: Rich:suggestionbox onselect problemtkuprevich Feb 27, 2009 10:07 AM (in response to fifijsf)Hi, 
 could you please describe uoyr cases more exactly? Code samples would be perfect. Because it looks fine to me, as far as I understand.
 Thanks for your time!
 Best Regards,
 Tsikhon Kuprevich
 
     
    