Re: How to resolve why java element deprecated?

2002-12-03 Thread Craig R. McClanahan
On Tue, 3 Dec 2002, Rob Leland wrote: Date: Tue, 03 Dec 2002 01:26:08 -0500 From: Rob Leland [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: How to resolve why java element deprecated? David Graham wrote

How to resolve why java element deprecated?

2002-12-02 Thread Slava_L
Compiler says that PropertyUtil in struts 1.0.2. deprecated (i use copyProperties() method) I use JSDK 1.4.1 and could find out which class i am suppose to use insteed

Re: How to resolve why java element deprecated?

2002-12-02 Thread David Graham
The version of java has nothing to do with this. Check the PropertyUtil javadoc in the jakarta commons for details. David From: Slava_L [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: How to resolve why java

Re: How to resolve why java element deprecated?

2002-12-02 Thread Rob Leland
David Graham wrote: The version of java has nothing to do with this. Check the PropertyUtil javadoc in the jakarta commons for details. David I didn't think struts 1.0 use commons-xxx jars ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: How to resolve why java element deprecated?

2002-12-02 Thread Slava_L
in struts 1.0.x beanUtils is part of struts anyway, javadoc says nothin' about deprecation of propertyUtil, beanUtil - Original Message - From: David Graham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 2:19 PM Subject: Re: How to resolve why java element