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
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
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
3 matches
Mail list logo