RE: DynaForm external Xml Source

2004-08-19 Thread Krishna Murthy .U
ill raise above commons " Jamaka.U -Original Message- From: Kishore Senji [mailto:[EMAIL PROTECTED] Sent: 19 тамыз 2004 ж. 23:30 To: Struts Users Mailing List Subject: Re: DynaForm external Xml Source Try the strategy listed at the botto

Re: DynaForm external Xml Source

2004-08-19 Thread Kishore Senji
Try the strategy listed at the bottom of the below url http://www.jamesholmes.com/struts/ On Thu, 19 Aug 2004 18:08:55 +0530, Krishna Murthy .U <[EMAIL PROTECTED]> wrote: > > Hi , > > we are developing an application. We are using Struts's DynaForms. > problem ). > we have 12-13 froms each fo

Re: DynaForm external Xml Source

2004-08-19 Thread Ovidiu EFTIMIE
You can split your struts-config.xml in 12-13 files and by subapplication .Then specify them in web.xml. action org.apache.struts.action.ActionServlet config WEB-INF/struts-config.xml,WEB-INF/SUBAPP_1/struts-one-config.xml,WEB-INF/SUBAPP_1/struts-two-config.xml,WEB-INF/SUBAPP_1/struts-three-config

DynaForm external Xml Source

2004-08-19 Thread Krishna Murthy .U
Hi , we are developing an application. We are using Struts's DynaForms. problem ). we have 12-13 froms each form containig around 100 input text fields.if I define all the form-beans under and Using DynaForms .then my struts-config.xml will be very huge with 1000's of 's. is there