首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

end tag "</html:form" is unbalanced 异常分析

2012-10-08 
end tag /html:form is unbalanced 错误分析检查所有的structs标签. 是否有结束语句.?例如:html:text

end tag "</html:form" is unbalanced 错误分析

检查所有的structs标签. 是否有结束语句.?

例如:

<html:text property="name">

便会造成以下错误. 应该改成.?

<html:text property="name" />

或:

<html:text property="name"></html:text>

?

?

?

热点排行