Message:

   The following issue has been re-assigned.

   Assignee: Andrew Stevens (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
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: Andrew Stevens
   Reporter: Jailson Lessa Marques

    Created: Fri, 3 Jun 2005 8:20 AM
    Updated: Fri, 3 Jun 2005 6:40 PM

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: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to