[JBoss JIRA] Created: (RF-6788) Cannot select null value with rich:inplaceSelect
by John Leed (JIRA)
Cannot select null value with rich:inplaceSelect
------------------------------------------------
Key: RF-6788
URL: https://jira.jboss.org/jira/browse/RF-6788
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0, 3.3.1
Environment: RichFaces 3.3.0 or 3.3.1 Beta 3, Sun Glassfish Enterprise Server
Reporter: John Leed
Using rich:inplaceSelect with a SelectItems array with a null value as the first entry to make the selection optional. The rest of the SelectItems are objects and a label with a JSF converter on the class. If the value on the backing bean is not null when the page is first rendered and if the null (value="") item is selected, the bean value does not change on postback.
Example:
<h:outputText value="District:"/>
<rich:inplaceSelect label="District" id="district" value="#{store.currentEntity.district}"
defaultLabel="Click to select" >
<f:selectItems value="#{district.selectOneItems}"/>
</rich:inplaceSelect>
The following works perfectly fine:
<h:outputText value="District:"/>
<h:selectOneMenu label="District" id="district" value="#{store.currentEntity.district}">
<f:selectItems value="#{district.selectOneItems}"/>
</h:selectOneMenu>
--
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
15 years, 7 months
[JBoss JIRA] Created: (RF-6913) calendar: "resetTimeOnDateSelect" works fine(RF-5211), but org.richfaces.testng.CalendarTest.testResetTimeOnDateSelect selenium test failed.
by Mikhail Vitenkov (JIRA)
calendar: "resetTimeOnDateSelect" works fine(RF-5211), but org.richfaces.testng.CalendarTest.testResetTimeOnDateSelect selenium test failed.
--------------------------------------------------------------------------------------------------------------------------------------------
Key: RF-6913
URL: https://jira.jboss.org/jira/browse/RF-6913
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: IE6, IE7, IE8, FF2, FF3.0.7, Safari 3.1, Opera 9.62, Chrome 1.0.154.43(3.3.1.BETA5)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Minor
--
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
15 years, 7 months
[JBoss JIRA] Created: (RF-6751) progressBar: in client mode "initial" and "complete" facets display simultaneously for a short time after ajax rerender.
by Mikhail Vitenkov (JIRA)
progressBar: in client mode "initial" and "complete" facets display simultaneously for a short time after ajax rerender.
------------------------------------------------------------------------------------------------------------------------
Key: RF-6751
URL: https://jira.jboss.org/jira/browse/RF-6751
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: IE6, IE7, IE8, FF2, FF3.0.7, Safari 3.1, Opera 9.62, Chrome 1.0.154.43(3.3.1.BETA3)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Minor
Attachments: progressAllFacets.png
#1. Add rich:progressBar with mode="client" on a page:
<rich:progressBar id="progressBarID" value="59"
mode="client" enabled="true"
maxValue="100" minValue="0"
progressVar="progressVar" parameters="params:'%'">
<f:facet name="initial">
<h:outputText value="Process not started"></h:outputText>
</f:facet>
<f:facet name="complete">
<h:outputText value="Process completed"></h:outputText>
</f:facet>
<h:outputText
value="#{progressVar} | {minValue} {params} / {value} {params}/ {maxValue} {params}"></h:outputText>
<h:outputText id="loadInfoPBID"
value="[Load: #{progressBar.loadInfo}] " />
<h:graphicImage value="/pics/ajax_process.gif" />
</rich:progressBar>
#2. Navigate to the page with component.
#3. Rerender component by aj4:commandButton.
#4. Verify component style displaying:
All facets became visible for a short time. For more information see attached progressAllFacets.png
--
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
15 years, 7 months