Hi all, I'm trying to define an action that can be reused in multiple definitions. They will receive a variable number of parameters from the mapping definition <action name="Login_*" method="{1}" class="example.Login"> <param name="securityParameter">value1</param> <param name="securityParameter">value2</param> <param name="securityParameter">value3</param> <param name="securityParameter">value4</param> <result name="input">/example/Login.jsp</result> <result type="redirectAction">Menu</result> </action> So in the class I will have something like the following: public class Login extends ExampleSupport { private Set<String> securityParameter= new HashSet<String>(); public void setSecurityParameter(String securityParameter){ securityParameter.add(securityParameter); } } What I am getting is only the last param value. Is there aniway to load all the parameter values? 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.