SuperMoonster
Programmer
Hello everyone,
I'm new to struts and I have some doubts concerning the html:form tag.
1. I have a form that calls an action... I want to pass some parameters to this action. How do I do it through my form? Is there a tag like "paramId" or something? Or should I do something like <html:form action="/Action.do?param=value">??
2. I have some data in my database I wanna show to my user. I want to put it in html:text so my user can edit the values. So, I need a form to do it, right? How do I do to show them, when I know that my parameters are in my request scope?
I looked for this in the web and couldn't find an answer. Thanks you all very much.
I'm new to struts and I have some doubts concerning the html:form tag.
1. I have a form that calls an action... I want to pass some parameters to this action. How do I do it through my form? Is there a tag like "paramId" or something? Or should I do something like <html:form action="/Action.do?param=value">??
2. I have some data in my database I wanna show to my user. I want to put it in html:text so my user can edit the values. So, I need a form to do it, right? How do I do to show them, when I know that my parameters are in my request scope?
I looked for this in the web and couldn't find an answer. Thanks you all very much.