Hello.
I have just downloaded WebWork 1.0 and am quite impressed. And there are
only
a few questions that I need answered. But I will do some searching of the
archives before I post too many of them.
The one that is really nagging me is:
Is it possible to add values to the default context? I h
Hi,
I had the requirement to have multiple checkboxes with the same name which
would result in multiple request parameters with the same name but different
values. To have these checkboxes checked on redisplay I wrote the following
helper method:
public boolean requestHasParameter(String fieldNa
> URLTag uses javax.servlet.http.HttpUtils.parseQueryString( String s ) that
> is deprecated in jdk 1.4.
well... i take this back. it has nothing to do with jdk 1.4 :-)
it is deprecated anyway...
taavi
___
Webwork-user mailing list
[EMAIL PROTECTED]
URLTag uses javax.servlet.http.HttpUtils.parseQueryString( String s ) that
is
deprecated in jdk 1.4.
from javax.servlet.http javadocs:
Deprecated. As of Java(tm) Servlet API 2.3. These methods were only
useful with the default encoding and have been moved to the request
interfaces.
Instead of d