posted 15 years ago
It maybe very simple but I could not find an answer.
I have the following in login.jsp
Struts2 renders the label username and password from a message properties file with default style. How do I change the label style, like change the font or color of "username" and "password"?
I tried <h2><s:textfield key="username"/></h2> or span class="xxx"... but none of them works.
Thanks,
Rich
Thanks,
Rich