end tag "</html:form" is unbalanced 错误分析
检查所有的structs标签. 是否有结束语句.?
例如:
<html:text property="name">
便会造成以下错误. 应该改成.?
<html:text property="name" />
或:
<html:text property="name"></html:text>
?
??