RE: arraylist problem.

2005-07-04 Thread Venkata Krishna V.
Hi Amit, You can use the operator to check if the array list is null or not. Regards, Venkat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 04, 2005 3:29 PM To: user@struts.apache.org Subject: arraylist problem. I have a condition where

RE: long struts-config.xml file

2005-06-16 Thread Venkata Krishna V.
Hi Jack, You can split the struts-config module wise so that it is easy to handle. If you are having multiple struts config you should mention that as comma separated values in you web.xml. Eg: /WEB-INF/struts-config/common-config.xml,/WEB-INF/struts-config/A.xml, /WEB-INF/struts-config/B

Using Validator framework with LookUpDispatchAction

2005-01-18 Thread Venkata Krishna V.
Dear All, Problem: We need to validate the form through Struts Validation framework. Current situation: We have multiple submit buttons like (Add, Cancel and Delete) inside the same form.We couldn't do the struts validation as it validates for all the flow. (i.e. Instead of validat

Handling Dynamic Input Fields in ActionForm

2005-01-07 Thread Venkata Krishna V.
Hi All, I have got a jsp page which has dynamically created input text fields. Please advice me how to handle these(create and access the values in Action Class) dynamically created controls in Action Form. TIA, Venkat