Hi all,
      I have a href tag on my JSP. I am using html:link tag for this.
And when a user clicks on this URL, if for some reason there is an error
on the action which opens the url  page then the user is redirected to
the original page which has the link , which is what I want. But the
problem is Since it is a link not a submit button, all the hidden
variables and form variables are not passed on to the link in the
request scope and not passed back to the original page , so all the
values on the original page are blowing away. Is there a way I can make
the href link as a submit , so that all the variables are passed on.

I cannot pass on the variables using the name attribute of html:link
tag, since there are too many variables and the size exceeds the limit
on the query size for the URL.

I tried using onClick java script method in the <html:link> tag and in
the method  implementation I have done document.forms[0].submit().NO
luck. I was not successful.

Can one of you suggest me a solution.

Thank you,
Sandhya


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to