Re: Could not find Java 1.4 encode method. Using deprecated version.

2003-09-11 Thread Puneet Agarwal
encode method. Using deprecated version. java.lang.NoSuchMethodException at java.lang.Class.getMethod0(Native Method) at java.lang.Class.getMethod(Unknown Source) at org.apache.struts.util.RequestUtils.clinit(RequestUtils.java:160

Could not find Java 1.4 encode method. Using deprecated version.

2003-09-10 Thread Puneet Agarwal
(RequestUtils.java:162) DEBUG [] - Could not find Java 1.4 encode method. Using deprecated version. java.lang.NoSuchMethodException at java.lang.Class.getMethod0(Native Method) at java.lang.Class.getMethod(Unknown Source) at org.apache.struts.util.RequestUtils.clinit

Re: Could not find Java 1.4 encode method. Using deprecated version.

2003-09-10 Thread Kwok Peng Tuck
be great if someone could help me on this. 18 2003-09-10 06:01:41,129 org.apache.struts.util.RequestUtils.clinit(RequestUtils.java:162) DEBUG [] - Could not find Java 1.4 encode method. Using deprecated version. java.lang.NoSuchMethodException at java.lang.Class.getMethod0(Native Method

Re: Could not find Java 1.4 encode method. Using deprecated version.

2003-09-10 Thread Puneet Agarwal
: mal.net Subject: Re: Could not find Java 1.4 encode method. Using deprecated version

Re: Could not find Java 1.4 encode method. Using deprecated version.

2003-09-10 Thread David Graham
. Struts tries to use the encode method only available since Java 1.4. If it fails, it falls back to the deprecated version from Java 1.3. David 18 2003-09-10 06:01:41,129 org.apache.struts.util.RequestUtils.clinit(RequestUtils.java:162) DEBUG [] - Could not find Java 1.4 encode method