[ 
https://jira.jboss.org/jira/browse/RF-7795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Belaevski updated RF-7795:
-------------------------------

      Component/s: component-input
    Fix Version/s: Future
         Priority: Minor  (was: Major)


> suggestionBox: process attribute not works
> ------------------------------------------
>
>                 Key: RF-7795
>                 URL: https://jira.jboss.org/jira/browse/RF-7795
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-input
>    Affects Versions: 3.3.2.CR1
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: Future
>
>
> messages not shown after calling suggestion but suggestion list opens instead.
>                               <rich:suggestionbox id="suggestionBoxId" 
> for="text" tokens=",[]"
>                                       rules="#{suggestionBox.rules}"
>                                       
> suggestionAction="#{capitalsBean.autocomplete}" var="result"
>                                       fetchValue="#{result.name}" 
> rows="#{suggestionBox.intRows}"
>                                       first="#{suggestionBox.intFirst}"
>                                       minChars="#{suggestionBox.minchars}"
>                                       
> shadowOpacity="#{suggestionBox.shadowOpacity}"
>                                       border="#{suggestionBox.border}" 
> width="#{suggestionBox.width}"
>                                       height="#{suggestionBox.height}"
>                                       
> shadowDepth="#{suggestionBox.shadowDepth}"
>                                       
> cellpadding="#{suggestionBox.cellpadding}"
>                                       nothingLabel="No capitals found" 
> columnClasses="center"
>                                       usingSuggestObjects="true"
>                                       
> onobjectchange="processObjectsChange(suggestion)" process="input">
>                                       
>                                       <h:column>
>                                               <h:graphicImage 
> value="#{result.stateFlag}" />
>                                       </h:column>
>                                       <h:column>
>                                               <h:outputText 
> value="#{result.name}" />
>                                       </h:column> 
>                                       <h:column>
>                                               <h:outputText 
> value="#{result.state}" style="font-style:italic" />
>                                       </h:column>
>                               </rich:suggestionbox>  
>                               <h:inputText value="" required="true" 
> id="input"/>
>                               <rich:messages></rich:messages>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to