日期:2014-05-18  浏览次数:20624 次

jsp警告说unknow tag
jsp源码:
<%@   page   language= "java "   pageEncoding= "ISO-8859-1 "%>
<%@   taglib   uri= "/WEB-INF/struts-html.tld "   prefix= "html "   %>

<!DOCTYPE   HTML   PUBLIC   "-//W3C//DTD   HTML   4.01   Transitional//EN ">
<html>
    <head>  
        <title> My   practice   starting   page </title>
    </head>
   
    <body>
        This   is   the   index   page.   <br>
        <html:link   action= "Login.do "> login </html:link>
    </body>
</html>

eclipse警告说   unknow   tag   (html:link)
不知道大家遇到过没?
是怎么回事呀?

------解决方案--------------------
没什么问题
你把标签剪切后重新粘贴一下就行了
------解决方案--------------------
WEB.XML 你有没有配置好啊?
好像是没配好!