DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13572>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13572

Struts-EL: boolean attributes don't eval correctly

           Summary: Struts-EL: boolean attributes don't eval correctly
           Product: Struts
           Version: Nightly Build
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I've discovered that I never really tested EL-evaluation of boolean attributes.
 It appears that all booleans (and perhaps other non-string primitive types) are
all evaluating as false (or the equivalent).

However, I understand how to fix it, but it'll require fixes to every tag class
that uses at least one boolean attribute, and the addition of another class
(BeanInfo) associated with each class.

I'll also add at least one test of a boolean attribute on most tags to the
"exercise-taglib".

I'll also check attributes of other primitive types (if I can find any), to see
if I have the same problem.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to