在index.jsp页面上的错误。
Multiple annotations found at this line:
- Unknown tag (eq).
- Start tag (<input>) not closed properly,
expected '>'.
原因可能是:
没有引入标签库 tag
解决方法:
在javascript标签内添加:
/* <![CDATA[ */
末尾加上:
/* ]]> */
就可以了。
在index.jsp页面上的错误。
Multiple annotations found at this line:
- Unknown tag (eq).
- Start tag (<input>) not closed properly,
expected '>'.
原因可能是:
没有引入标签库 tag
解决方法:
在javascript标签内添加:
/* <![CDATA[ */
末尾加上:
/* ]]> */
就可以了。