[richfaces-issues] [JBoss JIRA] Resolved: (RF-1363) suggestion box onselect not calling method

Alexej Kushunin (JIRA) jira-events at lists.jboss.org
Tue Nov 20 06:49:32 EST 2007


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

Alexej Kushunin resolved RF-1363.
---------------------------------

    Fix Version/s: 3.1.3
                       (was: 3.2.0)
       Resolution: Cannot Reproduce Bug

Tomislav, please provide more information about your problem.
Please attach full page source or test application which allows to reproduce the issue.
May be problem exists in #{obradaZaposlenik.dodajObracunskoMjesto(zaposlenik,r)} method.
I can't reproduce this issue on my side.


> suggestion box onselect not calling method
> ------------------------------------------
>
>                 Key: RF-1363
>                 URL: http://jira.jboss.com/jira/browse/RF-1363
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>         Environment: JBOSS 4.2.0GA
> RF 3.1.3 SNAPSHOT
>            Reporter: Tomislav Jakopec
>         Assigned To: Alexej Kushunin
>             Fix For: 3.1.3
>
>
> onSelect does not call mathod in backing bean
>                                         <t:inputText value="#{traziObrj.naziv}" size="10"
> 						id="SBTobracunskoMjesto" style="font-size: 10px;"
> 						onkeypress="return disableEnter(event);" onblur="this.value='';" />
> 					<r:suggestionbox id="SBobracunskoMjesto" requestDelay="500"
> 						selectedClass="selectedClassSB" for="SBTobracunskoMjesto"
> 						suggestionAction="#{traziObrj.autocomplete}" var="r"
> 						fetchValue="#{r.naziv.naziv}" minChars="2" width="400"
> 						height="150"
> 						nothingLabel="#{messages['zajednicke.nemaRezultata']}">
> 						<a:support event="onselect"
> 							action="#{obradaZaposlenik.dodajObracunskoMjesto(zaposlenik,r)}"
> 							reRender="obracunskoMjesto,SBTobracunskoMjesto,SBobracunskoMjesto">
> 							<t:updateActionListener value="" property="#{traziObrj.naziv}" />
> 						</a:support>
> 						<r:column width="15%">
> 							<t:outputText value="#{r.sifra}" />
> 						</r:column>
> 						<r:column width="85%">
> 							<t:outputText value="#{r.naziv.naziv}" />
> 						</r:column>
> 					</r:suggestionbox>

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