[Wicket-user] Popping up a static file

2006-03-08 Thread Frank Silbermann
What is the easiest way of creating a link that pops up a static file (e.g. a .png drawing) in a new window? The Linkomatic example shows how an arbitrary BookmarkablePageLink can be made to pop-up, but this approach would require me to construct an HTML file with a Wicket ID to hold the image,

Re: [Wicket-user] Popping up a static file

2006-03-08 Thread Johan Compagner
A resource link can be used to output resources.And i guess if you give a ResourceLink a PopupSettings class that a new window will be createdBut that can also be done in the html itself ofcourse.johan On 3/8/06, Frank Silbermann [EMAIL PROTECTED] wrote: What is the easiest way of creating a link