You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Paul Bors <pa...@bors.ws> on 2013/09/04 15:39:50 UTC

Re: Internal frame in Wicket Page to external website

Is your iframe src always the same? If so why do you need to use Java code
for it when plain HTML would suffice?

If it's not, then use the InlineFrame and override the CharSequence
getURL() if you want to generate your own "external" URL.

~ Thank you,
   Paul Bors
On Fri, Aug 23, 2013 at 2:09 PM, Gabriel Landon <gl...@piti.pf> wrote:

> Haiko,
>
> Ok, but InlineFrame works only for wicket page, not external page.
> Or am I missing something?
>
> Gabriel.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Internal-frame-in-Wicket-Page-to-external-website-tp4661032p4661064.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>