[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1178) s:selectItems creates select items twice

Stephan Bublava (JIRA) jira-events at lists.jboss.org
Fri Apr 13 04:57:02 EDT 2007


s:selectItems creates select items twice
----------------------------------------

                 Key: JBSEAM-1178
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1178
             Project: JBoss Seam
          Issue Type: Bug
          Components: JSF
    Affects Versions: 1.2.1.GA
            Reporter: Stephan Bublava


UISelectItems overrides getValue() to create a list of SelectItem instances. However in a Faces request getValue() will be called (at least) twice - once during validation and once during rendering.

The implementation should check this condition and only call asSelectItems() once per request.


-- 
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