让人郁闷的stuts html标签问题
大家帮我看看,以下是我的代码<html:html>
<html:form action="/login.do">
<html:text property='name'></html:text>
<html:text property='age'></html:text>
</html:html>
stuts配置文件(部分):
<action-mappings >
<action name="stu" path="/login.do" type="
<forward name="ok" path="/ok.jsp"/>
<forward name="no" path="/no.jsp"/>
</action>
一运行就说红字语句出错!郁闷啊。。。困扰一天了。。实在不知道怎么办