RE: another html:link issue

2006-11-21 Thread Strachan, Paul
You could also try define a second form and use javascript to post parameters using onclick event...maybe something like: function submitForm2() { self.document.Action2Form.variable.value=self.document.Action1Form.varia ble.value; self.document.Action2Form.submit(); } then...

Re: another html:link issue

2006-11-21 Thread robin bajaj
Thanks for the reply Ed, I have a quick question about paramId usage. How about having a hidden parameter, like and doing paramScope="someScope"> View Loyalty Page Shouldn't this pass the "variable" in some Scope to be later retrieved in the subsequent action etc. OR Do I HAVE TO bri