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 response within the result itself ; so
> had to go with iframe.

Yes, you can't use the s:action tag, but instead you can use the s:url tag, like
  <s:url action="yourActionName" includeParams="get" />
and all your "GET" parameters will be copied in the new forged url.

Oh... and please read the doc!!! ;)
http://struts.apache.org/2.x/docs/url.html

Greets,
Maxx

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

Reply via email to