Struts 1.1 bean:write problem

2004-05-21 Thread Arunkumar Sreedharan
Ref : msg71420 Hi, I suppose the proble is very simple, just add the following things to the web.xml and struts-config.xml In Web.xml init-param param-nameapplication/param-name param-valuecom.xyz.ApplicationResources/param-value /init-param add the above entry below

Struts 1.1 bean:write problem

2003-06-30 Thread David Jiao
Hi, I developed my application using struts 1.0.2. Today I updated it to struts 1.1 and found the following error messages (listed the end of this mail). I found the problem is in here. bean:write name=beanname property=propertyname/ When property is a long (maybe numeric) value, it throws the

RE: Struts 1.1 bean:write problem

2003-06-30 Thread Steve Raeburn
-Original Message- From: David Jiao [mailto:[EMAIL PROTECTED] Sent: June 30, 2003 1:06 PM To: [EMAIL PROTECTED] Subject: Struts 1.1 bean:write problem Hi, I developed my application using struts 1.0.2. Today I updated it to struts 1.1 and found the following error messages (listed

RE: Struts 1.1 bean:write problem

2003-06-30 Thread David Jiao
] Subject: Struts 1.1 bean:write problem Hi, I developed my application using struts 1.0.2. Today I updated it to struts 1.1 and found the following error messages (listed the end of this mail). I found the problem is in here. bean:write name=beanname property=propertyname

RE: Struts 1.1 bean:write problem

2003-06-30 Thread Steve Raeburn
List Subject: RE: Struts 1.1 bean:write problem My initial guess was not because of the bean:write. But then I found out the error only happens when I use the bean:write for a long type. I checked the log file and the only message there are the same as listed on the page. I am sure

RE: Struts 1.1 bean:write problem

2003-06-30 Thread Karr, David
Have we seen your web.xml and struts-config.xml file yet? -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 4:01 PM To: Struts Users Mailing List Subject: RE: Struts 1.1 bean:write problem Could you post the code that's causing