Message:

   The following issue has been re-assigned.

   Assignee: Heiko W. Rupp (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-580

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-580
    Summary: jsptaglib skips SimpleTag (s)
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Web Module
   Versions:
             1.2 Beta 3

   Assignee: Heiko W. Rupp
   Reporter: Kris Bradley

    Created: Mon, 28 Jul 2003 12:18 PM
    Updated: Sun, 16 Jan 2005 5:52 AM

Description:
JSP 2.0 allows simple tag handlers that implement the SimpleTag interface.  
jsptaglib doesn't recognize these:

    public class FooTag extends SimpleTagSupport 

However, if I change to:

    public class FooTag extends TagSupport 

then, XDoclet works correctly.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to