Two questions:

1) I need to be able to use the <set-property ..>-tag in my 
   struts-config.xml (this is needed to be able to run the 
   Struts workflow extension, http://www.livinglogic.de/Struts/).
    
   But how do I generate this from xdoclet? 


2) One of the good and strong features in Struts is to be 
   able to create generic actions and map them to several 
   different urls in the application. 

   For instance, suppose you make a generic action for 
   showing a pages (no logic). You like to use this generic 
   on several places in your application. 

   --------------------------------------------------------
       <action path="/test/showCustomerInfo"
          type="foo.bar.GenericShowAction"
       >
          <forward name="page" path="/jsp/foo.jsp"/>
       </action>
          .
          .
          .
       <action path="/test/showOpeningInfo"
          type="foo.bar.GenericShowAction"
       >
          <forward name="page" path="/jsp/bar.jsp"/>
       </action>

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

   But how do I accomplish this from xDoclet?  


Best regards, 
Tobias Hill 




-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to