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

Unable to use Dynamic attributes

           Summary: Unable to use Dynamic attributes
           Product: Tomcat 5
           Version: Unknown
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Servlet & JSP API
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The JSP spec says " A tag handler should implement the DynamicAttributes
interface to be able to accept dynamic attributes"

However ,when a tag handler that implements DynamicAttributes  is compiled , an
error is thrown :

Tag Handler <<name>> should be declared abstract  ;it does not define
setDynamicAttribute(java.lang.String,java.lang.String,java.lang.Object) in <<name>>

This causes a problem as according to the spec the container would invoke the
setDynamic Attributes method at runtime.

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

Reply via email to