Re: Extra parameter value for DispatchAction.

2007-02-26 Thread Michael Jouravlev
Dilep, use struts-user forum for questions like this. On 2/26/07, Dilep <[EMAIL PROTECTED]> wrote: Hi, Is there a way to pass a extra paramameter for DispatchAction apart from parameter=method. "parameter=method" is not meant to pass parameters to an action, parameters are passed in request ob

Re: Extra parameter value for DispatchAction.

2007-02-26 Thread Dave Newton
--- Dilep <[EMAIL PROTECTED]> wrote: > Is there a way to pass a extra paramameter for > DispatchAction apart from parameter=method.. This should be moved to the user list. > Onclick on a link( action="/someform.do?method=getRecord">) from Search > Results, I wanna to pass the primary key value. I

Extra parameter value for DispatchAction.

2007-02-26 Thread Dilep
Hi, Is there a way to pass a extra paramameter for DispatchAction apart from parameter=method.. Onclick on a link() from Search Results, I wanna to pass the primary key value. I can't use hidden values as it is not a form. I have one solution. But i don't know its proper approach. I tryig to set