[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3471) Decorate overwriting attributes invalid and required in event scope

Nicklas Karlsson (JIRA) jira-events at lists.jboss.org
Mon Sep 29 07:54:21 EDT 2008


Decorate overwriting attributes invalid and required in event scope
-------------------------------------------------------------------

                 Key: JBSEAM-3471
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3471
             Project: Seam
          Issue Type: Bug
          Components: JSF Controls
    Affects Versions: 2.1.0.BETA1
            Reporter: Nicklas Karlsson


Looking at the code in org.jboss.seam.ui.renderkit.DecorateRendererBase, doEncodeBegin sets the attributes "required" and "invalid" and
removes them in doEncodeEnd without making an attempt to store away/restore existing values. 

This appears to happens with every use of decorate, whether the user refers to the attributes or not, possibly confusing application logic if attributes
with same name have been placed in the event scope.




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

        



More information about the seam-issues mailing list