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...
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
2 matches
Mail list logo