struts html tags and form-beans

2005-03-08 Thread wo_shi_ni_ba_ba
hi folks, if I just use plain html code(not struts html: tags) for constructing input types like radios, textfield,etc, would I still be able to use form-bean for automatic retrieving and populating as long as I wrap all the inputs in a form and set the form action to be an action associated with

Re: struts html tags and form-beans

2005-03-08 Thread Jeff Beal
Yes. The html:/ tags automate the work of pulling values from the form and displaying them to the user. For example, in the case of displaying invalid responses to the user for them to correct. On Tue, 8 Mar 2005 11:07:15 -0800 (PST), wo_shi_ni_ba_ba [EMAIL PROTECTED] wrote: hi folks, if I

Re: struts html tags and form-beans

2005-03-08 Thread wo_shi_ni_ba_ba
hi, What I meant was even if I don't use strut's html tags I would still be able to take advantage of this automation, right?(or not?) I want to use plain html to render input types. --- Jeff Beal [EMAIL PROTECTED] wrote: Yes. The html:/ tags automate the work of pulling values from the

RE: struts html tags and form-beans

2005-03-08 Thread Nidel, Mike
, 2005 3:28 PM To: Struts Users Mailing List; Jeff Beal Subject: Re: struts html tags and form-beans hi, What I meant was even if I don't use strut's html tags I would still be able to take advantage of this automation, right?(or not?) I want to use plain html to render input types

RE: struts html tags and form-beans

2005-03-08 Thread wo_shi_ni_ba_ba
- From: wo_shi_ni_ba_ba [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 3:28 PM To: Struts Users Mailing List; Jeff Beal Subject: Re: struts html tags and form-beans hi, What I meant was even if I don't use strut's html tags I would still be able to take advantage