I have created my own form on a velocity page and I have written a struts action but I don't know how to get the values from the form into the struts action. I have also created a action bean with the same name as the the action file.
So, how should I do to get the values from the form in to the struts action file? And what method in the struts action is executed when the action is called. As it is now, only my constructor is called so I have added a call there to the save method. Is it possible to use something like "request.getAttribute(name)" for example to get the value of the name from the form? -- View this message in context: http://www.nabble.com/Get-values-from-form-to-struts-action-tf4547634s12275.html#a12977174 Sent from the Roller - Dev mailing list archive at Nabble.com.
