Hi all,
  I'm trying to distinguish the parameters that come from the request
from those that come from the params defined in the struts.xml. For
example, I have the following mapping in my struts.xml
 
        <action name="Login_*" method="{1}" class="example.Login">
            <param name="resource">my resource</param>
            <result name="input">/example/Login.jsp</result>
            <result type="redirectAction">Menu</result>
        </action>
 
The call to that action will have a variable number of parameters, so I
want to distinguish between them and the parameter defined in the
struts.xml. How can I do that? In Struts 1 I was able to use the tag
<set-property>, and since the action was separated from the form, there
was no problem, but in Struts2 that is no longer possible. Any ideas?
 
Thanks
 
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