You can add parameters by appending their URL-encoded name-value pairs
after a '?'.


On Mon, 7 Mar 2005 09:39:19 -0800, Erik Gustavson <[EMAIL PROTECTED]> wrote:
> 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
> 


-- 
-Heath Borders-Wing
[EMAIL PROTECTED]

Reply via email to