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
Well, you could just use the pageContext variable to get the query string like so: ${pageContext.request.queryString} Zarar strutstwouser wrote: > > 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

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