RE: How the Action Controller works

2002-06-07 Thread Trieu, Danny
> -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 12:30 AM > To: Struts Users Mailing List > Subject: Re: How the Action Controller works > > > have just started using struts, i might be wrong. Since n

Re: How the Action Controller works

2002-06-07 Thread Karthik_Gurumurthy
02 11:26 AM Please respond to "Struts Users Mailing List"                 To:        <[EMAIL PROTECTED]>         cc:                 Subject:        How the Action Controller works hi,     In what cases does the ActionController instantiates ActionForm and calls the reset() and valida

Re: How the Action Controller works

2002-06-07 Thread emmanuel.boudrant
Hi, When you specified an ActionMapping, in name attribute you write the form name, if this attribute is empty, form is not instancied... For more information, I recommend you to check the ActionServlet & RequestProcessor source code. ...and you can check my UML sequence diagram on : http://w

How the Action Controller works

2002-06-06 Thread Chandra Sekharan Bhaskaran
Title: Message hi, In what cases does the ActionController instantiates ActionForm and calls the reset() and validate() methods of ActionForm.     How does it know if html form fields need to be populated in some cases whereas in other cases where there are no form fields then ActionForm