Hi,
Is there a way to pass a extra paramameter for DispatchAction apart from
parameter=method..
Onclick on a link(<html:link action="/someform.do?method=getRecord">) 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 the
session in javascript and its not working.
onclick="javascript:clickRequestId(primaryKeyValue));
function clickRequestId(value) {
var primaryKey = value;
session.setAttribute("id",primaryKey);
}.
Any one has any idea please..
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=67368&messageID=127785#127785
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]