fixed.

thanks
Juergen

On 2/15/06, Ingram Chen <[EMAIL PROTECTED]> wrote:
> setHeader() method:
>
>     public void setHeader(final String name, final String value)
>     {
>         List l = new ArrayList(1);
>         l.add(value);
>         headers.put(name, value);
>     }
>
> should fix as
>
>         headers.put(name, l);
>
> --
> Ingram Chen
> Java [EMAIL PROTECTED]
> Institue of BioMedical Sciences Academia Sinica Taiwan
> blog: http://www.javaworld.com.tw/roller/page/ingramchen


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to