RE: bean:struts problem

2002-11-27 Thread Brian DeLuca
One thing I have found to be a problem is that you cannot have multiple setters for these properties. We have implemented a standard that states. Getters and Setters must be of the type of the property. ie private Date foo; public Date getFoo(){ return foo; } public void

Re: bean:struts problem

2002-11-17 Thread Martin Cooper
On Sat, 16 Nov 2002, Zsolt Koppany wrote: Hi, I want to access the form data using the command: bean:struts id=form formBean=loginForm/ loginForm is defined in struts-config.xml as follows: form-bean name=loginForm type=cv.security.LoginForm / I get the

bean:struts problem

2001-10-18 Thread ALAMI Ahmed - BOR
Hello everybody When i do bean:struts id=form formBean=suppressionForm/ that means that i copy a struts configuration object wich is fom the form bean suppression bean . When i want to return the value of a field in this form it returns an error like

bean:struts problem

2001-10-18 Thread ALAMI Ahmed - BOR
Hello everybody When i do bean:struts id=form formBean=suppressionForm/ that means that i copy a struts configuration object wich is fom the form bean suppression bean . When i want to return the value of a field in this form it returns an error like

Re: bean:struts problem

2001-10-18 Thread Christophe Marchand
- From: ALAMI Ahmed - BOR [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 3:41 PM Subject: bean:struts problem Hello everybody When i do bean:struts id=form formBean=suppressionForm/ that means that i copy a struts configuration object wich is fom the form bean