javax.servlet.ServletException:BeanUtils.populate

2004-11-04 Thread Koushik
error (mentioned in the subject matter). This occurs if there is session timeout which if I remove does not give the above error,but which is not a viable solution. Is there any way to get rid of this problem. Looking forward to yours reply. Thanks in advance Koushik

Re: Struts Best Practices

2004-11-04 Thread Koushik
With the help of DynaActionForm u can create your form dynamically. for example if u r building a Purchase Order form where there are multiple line items,the above is best suitable to dynamically generate your form - Original Message - From: "Y, Rajagopal" <[EMAIL PROTECTED]> To: "'Struts

Re: Struts Best Practices

2004-11-04 Thread Koushik
t overhead to carry the object which contains field properties which is not required for the particular form? Hope i am clear what i mean !!! Can u pls clear my doubt... Regds Rajagopal -Original Message- From: Koushik [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 11:59 A

Re: Multiple forms in JSP using struts

2004-11-04 Thread Koushik
U can use multiple forms in ur jsp and for each action in ur form,i.e. when u r posting it, u need to have a separate set of mappings in the struts-config.xml. - Original Message - From: "Asim Ghosh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 05, 2004 12:45 PM Subj

Re: Multiple forms in JSP using struts

2004-11-05 Thread Koushik
; its values, > all (action)forms (including that one) are "forced" to having "session" > scope (then you'd have to setup a garbage collection process for those > session forms). > > Am I right? > > F. > > -Mensaje original- > De: Koushi

Re: problem in validate

2004-11-08 Thread Koushik
null pointer exception is coming from the validate method of ur form bean - Original Message - From: "Nishant" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 08, 2004 5:51 PM Subject: problem in validate hi all, i am gettin this error . 11/0

Re: problem in validate

2004-11-08 Thread Koushik
: [EMAIL PROTECTED] > Website: www.cybage.com > There's a difference between knowing the path, and walking the path > - Original Message - > From: "Koushik" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Monday,

Re: clearing the content of the file upload control

2004-11-09 Thread Koushik
make that button and in ur form bean u have to write a reset() method where u set to that text field property to null hope it solves ur problem - Original Message - From: "murukesh radhakrishnan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 07, 2004 9:27 PM Subject: c

Re: variable number of elements in form

2004-11-10 Thread Koushik
use DynaAction Form - Original Message - From: "Nitin Gupta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 10, 2004 4:34 PM Subject: variable number of elements in form > Hi All, > > I am having a form in which the number of elements are not fixed . > How can i