implement ParameterAware and then call getParameters method to obtain the map e.g. Map parameters = this.getParameters();
http://struts.apache.org/2.0.11.1/docs/how-can-we-access-request-parameters- passed-into-an-action.html Martin----- Original Message ----- From: <[EMAIL PROTECTED]> To: "struts mailing list" <user@struts.apache.org> Sent: Wednesday, April 16, 2008 7:01 AM Subject: action with dynamic parameter Hi, when a link i clicked I would pass a parameter to an Action.This parameter is an object list, but i can't to define the action with tag <param in struts .xml because i know the parameter only at run time. How can I do it?? Thank you --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]