You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/08/21 07:18:53 UTC

DO NOT REPLY [Bug 11883] New: - Unable to use Dynamic attributes

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: tomcat-dev@jakarta.apache.org
        ReportedBy: prasad.subramanian@sun.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>