]
Pete Muir resolved JBSEAM-1725.
-------------------------------
Fix Version/s: 2.0.0.CR1
Resolution: Cannot Reproduce Bug
Binding is working correctly for me.
<s:convertEntity> doesn't work when using binding instead
of value
------------------------------------------------------------------
Key: JBSEAM-1725
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1725
Project: JBoss Seam
Issue Type: Bug
Components: JSF
Affects Versions: 2.0.0.BETA1
Environment: XP, Jboss 4.2.0, Seam 2.0.0Beta1, Java 6u2
Reporter: Dan Hinojosa
Assigned To: Pete Muir
Priority: Minor
Fix For: 2.0.0.CR1
If I have some tags like this...
<h:selectOneMenu id="employeeMenu"
binding="#{departmentmanager.employee}">
<s:selectItems var="employee"
value="#{department.employees}" label="#{employee.name}" />
<a4j:support event="onchange"/>
<s:convertEntity />
</h:selectOneMenu>
the <s:convertEntity /> doesn't work when trying to bind the object, it works
fine if I have
<h:selectOneMenu id="employeeMenu"
value="#{departmentmanager.employee}">
but not...
<h:selectOneMenu id="employeeMenu"
binding="#{departmentmanager.employee}">
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: