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=13940>.
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=13940

EmptyTag and NotEmptyTag uses error key "logic.selector" which is specific to 
CompareTagBase.

           Summary: EmptyTag and NotEmptyTag uses error key "logic.selector"
                    which is specific to CompareTagBase.
           Product: Struts
           Version: 1.1 Beta 2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If the "name" attribute is not set in "logic:empty" or "logic:notEmpty", it
gives the following error:

No selector attribute (cookie/header/name/parameter) was specified

These tags don't have "cookie", "header", or "parameter" attributes.  This error
property, "logic.selector", is the same one used in the tags derived from
CompareTagBase, all of which DO have those properties.

We need a new error string specific to the "empty" and "notEmpty" tags.

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to