It sounds like you want to make a request to your internal, third party web
app and render the response to an external user. That's not typically called
URL rewriting. To accomplish that, from your Wicket page/resource you'll
need to make a new HTTP request using the JDK or a library like
http://hc.apache.org/, and copy the internal app's response into your Jetty
response.

On Thu, Sep 22, 2011 at 9:57 PM, kugaprakash <kvisagam...@infoblox.com>wrote:

> Hi,
> Appreciate the response.
> Is there any way to redirect the URL when wicket gets it?  Is there a URL
> rewriting capability?
> NOTE: Need to rewrite the URL only for the IFrame, and not the whole page.
>
> thanks
> Kuga
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Help-with-URL-Rewrite-in-IFrame-tp3835409p3835738.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to