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

2003-09-24 Thread Mohd Amin Mohd Din
, September 24, 2003 11:05 PM To: 'Struts Users Mailing List' Subject: 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: Wedn

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

2003-09-24 Thread David G Friedman
until I started using 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 St

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

2003-09-24 Thread Mohd Amin Mohd Din
table 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 St

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]

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

RE: problem with String[] [SOLVED]

2003-09-24 Thread Mohd Amin Mohd Din
em? If I'm 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: prob

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

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 this

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 name="transactionVO" property="transactionId" /> in the > loop > >> In the dynaActionForm i have specified paidAmount as String[]. In jsp, >> >> is used. The html:text is in an loop. >> S

Re: problem with String[]

2003-09-22 Thread amind
Something to note, i have also in the loop > In the dynaActionForm i have specified paidAmount as String[]. In jsp, > > is used. The html:text is in an loop. > Somehow the data doesn't want to move to the dynaactionform. > > What is the best way to do this? > > Thanks in advance > Amin > > ---

problem with String[]

2003-09-22 Thread amind
In the dynaActionForm i have specified paidAmount as String[]. In jsp, is used. The html:text is in an loop. Somehow the data doesn't want to move to the dynaactionform. What is the best way to do this? Thanks in advance Amin