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
- inlineframe usage dvd
- Re: inlineframe usage Rüdiger Schulz
- Re: inlineframe usage dvd
