[
https://jira.jboss.org/jira/browse/RF-5776?page=com.atlassian.jira.plugin...
]
Nick Belaevski resolved RF-5776.
--------------------------------
Resolution: Duplicate Issue
Assignee: Tsikhon Kuprevich
InplaceSelect does not display initial value
--------------------------------------------
Key: RF-5776
URL:
https://jira.jboss.org/jira/browse/RF-5776
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: Firefox 3.0.5
RichFaces 3.3.0.GA
Seam 2.1.0.GA
Win XP
Reporter: vdweij
Assignee: Tsikhon Kuprevich
The following usage of InplaceSelect displays the initial selected value in version
RichFaces 3.2.2.SR1. In 3.3.0.GA the initial value is not displayed correctly. Instead two
dashes are displayed for each initial value.
<rich:inplaceSelect value="#{currentStep}" showControls="true"
converter="#{org.jboss.seam.ui.EntityConverter}" >
<s:selectItems value="#{availableStepsEQ}" var="step"
label="#{step.name}"/>
<a4j:support event="onviewactivated" reRender="step-date" />
</rich:inplaceSelect>
After changing the value, the correct string is displayed (and also correctly updated in
the database). Refreshing the page will display the earlier mentioned dashes.
I tried to replace the EntityQueru object by inserting a list (actually specified
availableStepsEQ.resultList) but this yields the same result.
--
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