Dyanamic form

2004-06-07 Thread shoaibm
Hi Nikhil, thanks a lot for your help.But we have tried thyis solution.The problem is I need to create the ArrayList with some size which is defined at the server end like in your action class or Struts-config.But If i add rows dynnamically at the client add then it throws ArrayIndexOutofBound err

Struts dyanmic master detail form

2004-06-04 Thread shoaibm
Dear All, we are trying to create a master detail form, where in rows can be added dynamically on the client side can any body please tell me how to do it. We cant use arrays of objects of line items beacus its size has to be fixed.If we use Map we are not able to do the validations.Please guide .

Validation for LookupDispatch Action

2004-05-26 Thread shoaibm
Dear All, We are using lookup dispatch action in our project with struts validator also. But when we are trying to access the page in case of new we validator is getting invoked.Please note that my edit and JSP pages are same. Please help. Regards Shoaib --