<html:text/>不支持签套,你就用
<input type="text" name="monthnum" size="40" maxlength="40" value="<waf:getSmartProperty id='model' scope='request' property=monthnum>"/>或者,用struts-el.jar。
<html-el:text property="monthnum" value="${....}"/>但是看你的程序中value也是用标签的值,所以你的第二种方法是最佳的选择。