struts2 - How to create submit button using Struts tag? -
Can anyone tell me how to create a submit button in the struts?
s: Submit
You really need to use the tag is. For example, suppose you have a form that appears in your code in "name"
:
& lt; S: Form Action = "My Action" & gt; & Lt; S: Text file name = "name" label = "name" required = "true" /> & Lt; S: Submit value = "Click here to submit" /> & Lt; / S: Forms & gt;
Comments
Post a Comment