Re: [OT]jsp and version control

2004-02-28 Thread Anand Stephen
Hi We are developing a web project which incudes jsp ,struts etc. we are using VSS for source control, we are sending jar files to the client and each jar file we have a manifest file which has the version number,build number and date, so if there is any error we just ask the

Re: [OT] RE: Memory usage

2004-02-27 Thread Anand Stephen
by posting demeaning replies. (My two cents). (Apologies for reposting a question in the past without giving enough time for an answer, anxiety got the better of me!) -anand stephen. - Original Message - From: atta-ur rehman [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL

Re: PropertyDescriptor: internal error while merging PDs: with jdk1.4

2004-02-12 Thread Anand Stephen
This error was as one of the classes in the project had a mismatch between the field type and return for the getter. What's interesting is that the error was not caused when run with jdk1.3. thank you, --a - Original Message - From: Anand Stephen [EMAIL PROTECTED] To: Struts Users

[REPOST] Struts 1.1 with 1.4.2_01?

2004-02-08 Thread Anand Stephen
- Original Message - From: Anand Stephen [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, February 07, 2004 11:36 AM Subject: Re: PropertyDescriptor: internal error while merging PDs: with jdk1.4 Greetings, Has anyone had success

Re: PropertyDescriptor: internal error while merging PDs: with jdk1.4

2004-02-07 Thread Anand Stephen
Greetings, Has anyone had success running web app using struts 1.1 with java version 1.4.2_01 and resin 2.1.4 thank you again. -- a, - Original Message - From: Anand Stephen [EMAIL PROTECTED] To: Struts-User [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, February 06, 2004 8:03 PM

PropertyDescriptor: internal error while merging PDs: with jdk1.4

2004-02-06 Thread Anand Stephen
Greetings, I get the following error when I run a web app with: java version 1.4.2_01 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_01-b06) Java HotSpot(TM) Client VM (build 1.4.2_01-b06, mixed mode) It works without any problems with: java version 1.3.1_02 Java(TM) 2 Runtime

Basic Tiles question!

2004-02-04 Thread Anand Stephen
Any idea what would cause this exception? 500 Servlet Exception java.lang.NullPointerException at org.apache.struts.taglib.tiles.InsertTag.processName(InsertTag.java:528) at org.apache.struts.taglib.tiles.InsertTag.createTagHandler(InsertTag.java :487) at