[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1725) <s:convertEntity> doesn't work when using binding instead of value
Pete Muir (JIRA)
jira-events at lists.jboss.org
Wed Aug 1 11:42:49 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1725?page=comments#action_12370704 ]
Pete Muir commented on JBSEAM-1725:
-----------------------------------
Please provide a patch to the ui example to demonstrate the problem and steps to replicate. Thanks!
> <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
>
> 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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list