Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1425

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1425
    Summary: In JSP 2.0, attribute description is wrong in TLD
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: 2 minutes
 Time Spent: Unknown
  Remaining: 2 minutes

    Project: XDoclet
 Components: 
             Web Module
   Versions:
             1.2.3
             1.3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Jailson Lessa Marques

    Created: Fri, 3 Jun 2005 8:20 AM
    Updated: Fri, 3 Jun 2005 8:20 AM

Description:
Using JSP version 2.0, the description value of each tag attribute receave the 
save value from tag description.

To became ritht we must change only lines 192, 193 and 194 from :

        <XDtClass:ifHasClassTag tagName="jsp:tag" paramName="description">
         <description><XDtClass:classTagValue tagName="jsp:tag" 
paramName="description"/></description>
        </XDtClass:ifHasClassTag>

to:

         <XDtMethod:ifHasMethodTag tagName="jsp:attribute" 
paramName="description">
          <description><![CDATA[<XDtMethod:methodTagValue 
tagName="jsp:attribute" paramName="description"/>]]></description>
         </XDtMethod:ifHasMethodTag>




---------------------------------------------------------------------
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



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to