RE: problem with String[]

2003-09-24 Thread Mohd Amin Mohd Din
I'm using a DynaActionForm.. The code tip is for action form. ( or so I think ) -Original Message- From: Nicholson, Robb [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 9:20 PM To: 'Struts Users Mailing List' Subject: RE: problem with String[] I think this is what you

RE: problem with String[] [SOLVED]

2003-09-24 Thread Mohd Amin Mohd Din
the only one.. maybe it's some setting issue.. if not then a bug should be logged Amin -Original Message- From: Mohd Amin Mohd Din [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 3:52 PM To: 'Struts Users Mailing List' Subject: RE: problem with String[] I'm using

RE: problem with String[] [SOLVED]

2003-09-24 Thread Mathew, Manoj
-Original Message- From: Mohd Amin Mohd Din [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 3:29 AM To: 'Struts Users Mailing List' Subject: RE: problem with String[] [SOLVED] Its solved, thank god but its very confusing.. I didn't change anything.. but today it ran.. :) Seems

RE: problem with String[] [SOLVED]

2003-09-24 Thread Mohd Amin Mohd Din
I'm using eclipse and tomcat.. Previously have delivered another project which was ok. Confused -Original Message- From: Mathew, Manoj [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 9:33 PM To: Struts Users Mailing List Subject: RE: problem with String[] [SOLVED] I had

RE: problem with String[] [SOLVED] ? was hibernate the issue

2003-09-24 Thread Mohd Amin Mohd Din
and sometimes it does not. Weird. I guess some misconfig, but at the moment back to hand coding SQL :-( -Original Message- From: Mohd Amin Mohd Din [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 11:05 PM To: 'Struts Users Mailing List' Subject: RE: problem with String[] [SOLVED] I'm

RE: problem with String[] [SOLVED] ? was hibernate the issue

2003-09-24 Thread David G Friedman
the SchemaExport and hbm2ddl classes to create my relevant objects. Regards, David -Original Message- From: Mohd Amin Mohd Din [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 2:42 PM To: 'Struts Users Mailing List' Subject: RE: problem with String[] [SOLVED] ? was hibernate

RE: problem with String[] [SOLVED] ? was hibernate the issue

2003-09-24 Thread Mohd Amin Mohd Din
: RE: problem with String[] [SOLVED] I'm using eclipse and tomcat.. Previously have delivered another project which was ok. Confused -Original Message- From: Mathew, Manoj [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 9:33 PM To: Struts Users Mailing List Subject: RE

RE: problem with String[]

2003-09-23 Thread Nicholson, Robb
I think this is what you are asking: http://www.husted.com/struts/tips/006.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 9:49 PM To: Struts Users Mailing List Subject: Re: problem with String[] Hi, i really need to get

Re: problem with String[]

2003-09-22 Thread amind
Something to note, i have also html:text indexed=true name=transactionVO property=transactionId / in the logic:iterate/logic:iterate loop In the dynaActionForm i have specified paidAmount as String[]. In jsp, html:text indexed=true name=transactionVO property=paidAmount / is used. The

Re: problem with String[]

2003-09-22 Thread amind
Hi, i really need to get this working. anyone experienced the same thing? Something to note, i have also html:text indexed=true name=transactionVO property=transactionId / in the logic:iterate/logic:iterate loop In the dynaActionForm i have specified paidAmount as String[]. In jsp,