[JBoss JIRA] Created: (RF-1363) suggestion box onselect not calling method
by Tomislav Jakopec (JIRA)
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
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
17 years