Hi all,

I am kindaa new to Struts and taglibraries world. I am using struts-bridge with Jetspeed 2 for my web portal, and have a problem.

In a JavaScript function, I want to rewrite a URL. But when I rewrite that URL, I want that all my form parameters should be appended to that URL with the current values. (I cannot submit the form due to Jetspeed 2 restrictions.) For example, I want to achieve following link thru html:rewrite

../SomePage.jsp?FormElement1=currValue&Element2=currVal&...

I want to dynamically append all the form elements.

I am confused on how I can achieve that. The main problem is if I use

location = '<html:rewrite href="../SomePage.jsp?"' + dynamicVarName3 + '/>';

The Tag Library picks up first then JSP and it does not do the required thing.

Please please help !!!!

Thanks,
Amit



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



Reply via email to