Hello, Rudiger:

I got it and it worked. Thanks very much. 


>Hello dvd,
>
>If the URL is an external one (i.e. not a link to a wicket page), you can't
>use the InlineFrame class from wicket. Just use WebmarkupContainer and link
>it to the iframe tag. I had the same "problem" when doing the iframe
>integration for wicketstuff-picnik (not yet comitted, but will be this
>week).
>
>Greetings,
>
>Rüdiger
>
>
>
>2008/4/15, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>>
>> Hello:
>> I am trying to implement the following
>> in one html page    <wicket:link><a href="IFrame.html?src=url"> when
>> clicked, it would
>> call another page IFrame.class which has IFrame.html like
>> <div><iframe wicket:id="iframe" src="#></div>
>> I thought I could do in IFrame.java  like
>> add(new InlineFrame("iframe",srcurl))  since InlineFrame is a component.
>> but I looked at the doc and do not know how to handle this.  Any help would
>> be great
>> Thanks
>
>
>
>
>-- 
>greetings from Berlin,
>
>Rüdiger Schulz
>
>www.2rue.de
>www.indyphone.de - Coole Handy Logos einfach selber bauen

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

Reply via email to