Hi,

Just to make sure I understand it. An iframe is a "link" (a separate
request) and the sematic is similar to an include.
Yes, thats right. The simplest description is: it's a separate browser window inside a web page itself. It has a syntax similar to a link and kind of include semantic :)

If it is a "link" to another page, why not just use a wicket Link component?
Hmm, the link component itself can't do it because iframes have a different syntax. But I think a Link-alike frame component could do it... I will try that. I'm just unsure how to generate the url for the iframe because I want the main page to stay intact and I want to refer a concrete Page instance instead of the Page class (like the Link does).

Ralf


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to