I am Working on Struts2. I have created one login form but not getting how to add border to that form .so how to add Border to form in Struts 2 ??
Thanks in Advance
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.
There are a few ways to go about it.
Depending on what you actually want, it may be enough to override the default Struts stylesheet:
If you want to put something explicitly on the form itself you’d need to define something on forms in general:
This will hit all forms, if you want it for a specific one, use its id: