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

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -