Re: [Wicket-user] Dynamic Images

2006-08-27 Thread Igor Vaynberg
sounds like what you need is to stream the file to the output stream when the browser requests the image.easiest way to do this imho is the following (pseudocode)/** resource that can read a file given a name */ class FileResource extends Resource {  private final String pathToFile;  public FileRes

[Wicket-user] Dynamic Images

2006-08-27 Thread Brian Glynn
I’ve been pouring over the documentation last few days trying to figure out how to use dynamically created images in my application, with no luck.   Here’s a little background: The image is created by supplying a directory path, getWicketServlet().getServletContext().getRealPath(“/tmp”)