New to struts. Struts uses FORM so we can get data field values from the FORM. A basic question is -- Suppose I don't use FORM (although I am using struts), are these data field value also stored in Http Request ? Specifically are they stored exactly the same way as "paramemter" values of Http Request ?
Originally posted by Raj Ohadi: Suppose I don't use FORM (although I am using struts), are these data field value also stored in Http Request ? Specifically are they stored exactly the same way as "paramemter" values of Http Request ?
Yes. They are also stored in the ActionForm if one is defined in the struts config file regardless of whether you use the Struts form tag.