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, and a Wicket WebPage class to insert the image. That seems like overkill. Is there a simpler way?
(I suppose I could use pure HTML, but then what relation does my .png file have to the rest of my Wicket application?) I am flexible as to where in my directory hierarchy the static .png file can reside. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
