--- Steven Leija <[EMAIL PROTECTED]> wrote:
> I'm using the ActionMessages object to display a confirmation of an
> uploaded file.
>  
> Everything works just fine in my WebSphere Application Developer IDE. 
> When it's deployed to our dev box, i get this message:
>  
> org.apache.struts.util.RequestUtils - Could not find Java 1.4 encode
> method.  Using deprecated version.
> java.lang.NoSuchMethodException: encode
> ....
>  
> This is running in WAS 4.0.4.
>  
> Any ideas?

It first tries to use the new Java 1.4 encode method and then falls back
to the 1.3 encode method if it's not found.  The log statement is just
informative, it doesn't mean anything is broken.

David

>  
> Thanks!
>  
> Steven
> > ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to