Bugs item #485024, was opened at 2001-11-24 01:55
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=485024&group_id=31602

Category: webdoclet
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Mathias Bogaert (pathoss)
Assigned to: Nobody/Anonymous (nobody)
Summary: Strutsform not working

Initial Comment:
1. The <strutsform/> task is not working correctly 
(doesn't generate any classes)

2. struts:action-forward (name, path) is not 
documented

3. actions.xml merge file is not documented

Regards,

Mathias

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2001-12-24 07:44

Message:
Logged In: NO 

IMHO use EjbTagsHandler.getEjbNameFor() for getting 
the form name if name attribute is not specified (btw, if 
you do not add ejb:bean name="blabla" ejbdoclet cooks a 
name based on ejb class name using the above mentioned 
method IIRC). And I think inculde-all should be optional 
and the default.

Ara.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2001-11-26 21:23

Message:
Logged In: NO 

actually the behavious of @struts:form is a bit weird.

if I have @struts:form name="" in the java source i get
a form class called ClassNameForm.java, as expected.

if I have only @struts:form
( no name attribute ), the name of the form class is
ClassNamenullForm.java

alain

----------------------------------------------------------------------

Comment By: Konstantin Pribluda (ko5tik)
Date: 2001-11-26 15:22

Message:
Logged In: YES 
user_id=91100

You have possibly misunderstood what it's about.

<strutsform/> is subtask of EJBDoclet to generate base
struts form for usning with EJB's
(as you may have seen it's pain in the ass to update all
those forms after EJB  were changed)

Only thing you need is to overload default validate() 
method.


Ans as there is no XDoclet 1.1, it exists only in 
CVS



----------------------------------------------------------------------

Comment By: Mathias Bogaert (pathoss)
Date: 2001-11-26 15:00

Message:
Logged In: YES 
user_id=102175

for point 1:

It does seems to work, but compability with version 1.0 is 
broken, and all EJB's that need a form generated need 
@struts:form name="Blah" include-all="true" which is 
additional effort.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=485024&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to