I am using Struts2,(jsp) to design page , I need three button on sing line, but tag is there but there is no tag in struts2 to design, Please hep me how to do this
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not sure what you mean by there are no tag for your requirement? i suggest you to refer with tag references and see what all tags you can use.
For clear button you can use S2 reset tag
for Login a simple submit button will work for you
S2 does not force you to use its tag and you are all free to use simple HTML tags as per your requirement.
By default S2 use x_html theme which will generate some HTML (table,TR and TD) while rendering the tags.
If you want S2 not to use any extra HTML use simple theme and which will let you to use any CSS and design your screen as per your requirement