Hi, sorry - there's nothing in the samples... but I can offer you this:
/** * @struts:action name="signup" * path="/signup" * input="/signup.jsp" * scope="request" * validate="true" */ thats from my "signup action"... and for the form: /** * @struts:form name="signup" */ pretty limited atm.. just does the basics.... I wrote it, just to do what I required... if you think there are other things that need to be done, let me know... mappings are done globally, using the global-mappings.xml file in the merge directory. hth dim On 14 Oct 2001, Matthew Kennedy wrote: > I'm new to xdoclet, which btw, I think is an excellent tool -- congrats > and thanks to the authors! I'm looking to use the struts xdoclet tasks. > Are there any examples of defining struts forms and actions with xdoclet > to get me started? Perhaps a kind someone has a code-snippet even. > > Thanks, > Matt > _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
