RE: How to get form from JSP

2005-04-21 Thread Greg Pelly
"); %> -Greg -Original Message- From: Wiebe de Jong [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 9:38 AM To: 'Struts Users Mailing List' Subject: RE: How to get form from JSP The form is already defined as a bean. You can access it using the name you gave it in your s

RE: How to get form from JSP

2005-04-21 Thread Wiebe de Jong
The form is already defined as a bean. You can access it using the name you gave it in your struts-config file. i.e. mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 9:16 AM To: Struts Users Mailing List Subject: How to get form from JSP Hi all, Is there a way to get the ActionForm obj i