Hi,
    In Struts 1 I was able to extend the class ActionMapping and declare
additional properties for a mapping in the struts-config.xml
<action-mappings type="MyActionMapping">

<action path="/main/index" forward="index.pantalla" scope="session">

<set-property property="publica" value="true" />

</action>

by creating the method setPublica in the class MyActionMapping. Is it
possible to do something similar in Struts 2? I've seen that there is a
param element in the DTD, but I haven't found any example of how to use
it. I want to have access to that property/param from an Interceptor.
How can I do that?

TIA

Jose Luis



Internet communications are not secure and therefore Banco
Santander International does not accept legal responsibility for
the contents of this message. Any views or opinions presented
are
solely those of the author and do not necessarily represent those
of Banco Santander International unless otherwise specifically
stated.

Las comunicaciones via Internet no son seguras y por lo tanto
Banco Santander International no asume responsabilidad legal
ni
de ningun otro tipo por el contenido de este mensaje. Cualquier
opinion transmitida pertenece unicamente al autor y no
necesariamente representa la opinion del Banco Santander
International a no ser que este expresamente detallado.

Reply via email to