Re: accessing url parameters in jsp.

2007-12-20 Thread j alex
Thanks guys..yeah, i hit upon s:url few hrs after i had posted this :-) On Dec 19, 2007 1:59 PM, Maxx <[EMAIL PROTECTED]> wrote: > On Dec 19, 2007 6:45 AM, j alex <[EMAIL PROTECTED]> wrote: > > Ideally, i would want the entire incoming query string be passed on to > the > > iframe- but didn't fin

Re: accessing url parameters in jsp.

2007-12-19 Thread Zarar Siddiqi
e. > > Any help is appreciated. > > Thanks, > Joseph > > -- View this message in context: http://www.nabble.com/accessing-url-parameters-in-jsp.-tp14411652p14424668.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: accessing url parameters in jsp.

2007-12-19 Thread Maxx
On Dec 19, 2007 6:45 AM, j alex <[EMAIL PROTECTED]> wrote: > Ideally, i would want the entire incoming query string be passed on to the > iframe- but didn't find anything handy. > > Note : i can't use the s:action tag in this case, since the result is a > jasperreport page, and it flushes the resp

accessing url parameters in jsp.

2007-12-18 Thread j alex
Hi, I need to access certain url parameters and pass them on as the query string to an iframe within the jsp So, if the incoming url is : http://localhost:9080/myapp/searchForm.action?mainObj.childObj=xyz&abc=123 i need to pass to iframe as : I can access the abc param as , but the same doe