The following issue has been updated:

    Updater: Craig Walls (mailto:[EMAIL PROTECTED])
       Date: Sun, 9 Mar 2003 9:18 PM
    Comment:
This patch fixes the other half
    Changes:
[Attachment] [StrutsFormTagsHandler_java.txt] was added

---------------------------------------------------------------------
For a full history of the issue, see:

  
http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-171&page=history

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-171


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-171
    Summary: multiple forms with extends="..." don't distinguish base classes
       Type: Bug

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: XDoclet
  Component: Apache Module
    Fix For: 1.2 Beta 3
   Versions:
             1.2 Beta 1

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Tilo Thiele

    Created: Sat, 23 Nov 2002 11:53 AM
    Updated: Sun, 9 Mar 2003 9:18 PM
Environment: Linux/jdk1.3

Description:
Having an EJB with

/**
 *  @ejb.bean name="Benutzer" ...
 *  @struts.form name="1" extends="Benutzer1FormBase"
 *  @struts.form name="2" extends="Benutzer2FormBase"
 */
 ...

produces:

public class Benutzer1Form extends Benutzer1FormBase ...

and

public class Benutzer2Form extends Benutzer1FormBase ...


---------------------------------------------------------------------
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/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: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to