Re: Using struts across multiple .war files

2002-03-19 Thread Ted Husted
Not a lot. Mostly what's in the Javadocs and on the Struts Dev list. Contributions welcome. -T. Steve Earl wrote: Hi all, I noticed from the struts site that a nightly build (from about mid-Jan onwards) has included the facility to have developers working on different areas of a

Multiple war files

2002-03-15 Thread Jitesh Vidhani
Hi, I am working on this Enterprise application where we have to split the whole UI into multiple .war and .jar files. The .jar files shall contain all the Action and Form beans and the .war file shall contain all the JSPs and the respective struts-config.xml, web.xml files. I can see how to