I'm working on a custom component that creates a img tag for a servlet that returns a dynamic image.
For the servlet to create the dynamic image, I want to pass a bunch of query params on the img tag's src URL.... what is the best way to do this? I'm not seeing an obvious way of handling with with ResponseWriter unless I construct the URL myself and dump it out via the write() method. thoughts? -Erik
