[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1725) <s:convertEntity> doesn't work when using binding instead of value

Dan Hinojosa (JIRA) jira-events at lists.jboss.org
Wed Jul 25 13:11:53 EDT 2007


<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


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