Dynamic forms

2001-09-21 Thread Arkadiusz Janowski
Hello again, I think I have to ask an old question. Is there a way to define a form with struts-tags, that has a not specified number of fields? I am creating an application to maintain DB-tables, but I don't want to define a separate mapping and an ActionForm for every table. Is there a way 

Re: Several Data-Sources in struts-config.xml

2001-09-21 Thread Arkadiusz Janowski
guessed, that instead of " name='ds1'", but I have no specific knowledge to support my guess... > - Original Message - > From: "Arkadiusz Janowski" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, September 20, 2001 9:15

Several Data-Sources in struts-config.xml

2001-09-20 Thread Arkadiusz Janowski
Hi All, how can I define more than one data-source for one struts-application? I want to read data from two separate databases in one application.   I tried it this way:       description="Data Source Description"   driverClass="org.gjt.mm.mysql.Driver"   password="*"   url="jdbc:mysql: