Welcome to my blog, hope you enjoy reading
RSS

Tuesday 1 October 2013

css class attributes inside of struts html tags

css class attributes inside of struts html tags

<html:text property="ssn" class="textfield2" />
this is not applying style

the following attribute is applying style
<html:text styleClass="textfield2"/>

0 comments: