Hi All, I just wanted to clarify the proper directory structure for a typical Struts Web Application. - Will each Form have a Action associated with it?
Currently, I have this: root - jsp (All jsp's come here) - src (All java source here... with com.xx.xxx.xxx) - WEB-INF - build (classes come here) - dist (Distributable jar's and war's come here) - lib (all libraries) - resource( struts-config, web.xml, deployment descriptors come here) In "src" I have a Action class associated with each Form. So, basically each xxx.do in each forms point to there own action servlets. Is this correct way of doing it? thanks -raj --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]