把<input name="textfield" type="text" class="box" size="18">转化为struts标记怎么弄啊,是不是 <html:text ... size="18" styleClass="box"/>   我的问题就是:把html标记里的class="box"样式转化为struts标记后是不是用styleClass="box"啊 各位请教教我~谢谢了!!样式表里有
.box {
font-family: Verdana, "宋体";
font-size: 12px;
color: #FF6600;
text-decoration: none;
height: 17px;
border: 1px solid #666600;
}