Bugs item #485024, was opened at 2001-11-23 16:55 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=485024&group_id=31602
Category: webdoclet Group: None Status: Open 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-11-26 12: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 06: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 06: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
