RE: Struts modules question

2004-05-26 Thread Jose Ramon Diaz
nviado el: jueves, 27 de mayo de 2004 0:13 > Para: [EMAIL PROTECTED] > Asunto: Struts modules question > > > Hi, > > I have two modules in my application > > Module A -> default (contains common functionality like logout etc) > Module B -> specific funtionality dev

Re: Struts modules question

2004-05-26 Thread Joe Germuska
I wasn't involved in implementing modules, but from discussions and experience, my understanding is that modules are conceived as pretty isolated components, despite the fact that they are in one web application. It is possible to switch between modules using the SwitchAction, for instance, an

Struts modules question

2004-05-26 Thread Ashwin Desai
Hi, I have two modules in my application Module A -> default (contains common functionality like logout etc) Module B -> specific funtionality developed by a separate team. Can actions in module B have access to the ones in Module A ? i.e. can I lookup a Struts Action defined in Module A from