[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
18 years, 3 months
[JBoss JIRA] Created: (RF-1059) Improve rich:message to show only certain category of messages
by Juan Ignacio S?nchez Lara (JIRA)
Improve rich:message to show only certain category of messages
--------------------------------------------------------------
Key: RF-1059
URL: http://jira.jboss.com/jira/browse/RF-1059
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.1.0
Reporter: Juan Ignacio S?nchez Lara
Priority: Optional
I'd like to be able to display a red box for error messages, green for info and so on. The problem is that since rich:messages shows every message I can't make different boxes.
I tried a workaround by hiding content, but it renders several empty boxes. I put four boxes, one for each level, and in each box only one kind of message is shown. For example, in the 'error box', warnClass, infoClass and fatalClass were 'hidden' (.hidden { display: none; }). That solution is not good enough, since every box is rendered.
--
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
18 years, 3 months