Jbuilder 2006 compiler error JSP documents may struts the labelling issue
Abstract: Jbuilder 2006 compiler error JSP documents may struts the labelling issue
Tip mistakes:
"Index.jsp": _jspx_meth_bean_write_2 (javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.PageContext) in org.apache.jsp.index_jsp cannot be applied to (org.apache.struts.taglib.logic.IterateTag , javax.servlet.jsp.PageContext)
Each page is the problem, there is not configured wrong?
You paste the code out
<% @ Page language = "java" contentType = "text / html; GBK charset ="%>
<% @ Page import = "com.web.webadmin.front.BeanFront"%>
<% @ Page import = "com.web.common.utils.Global"%>
<% Request.setAttribute ( "dh" BeanFront.getListMenuOne ( "2 "));%>
Home
<% @ Page language = "java" contentType = "text / html; GBK charset ="%>
<% @ Page import = "com.web.webadmin.front.BeanFront"%>
<% @ Page import = "com.web.common.utils.Global"%>
<% @ Taglib uri = "/ WEB-INF/struts-tiles.tld" prefix = "tiles"%>
<% @ Taglib uri = "/ WEB-INF/struts-nested.tld" prefix = "nested"%>
<% @ Taglib uri = "/ WEB-INF/struts-logic.tld" prefix = "logic"%>
<% @ Taglib uri = "/ WEB-INF/struts-bean.tld" prefix = "bean"%>
<% @ Taglib uri = "/ WEB-INF/struts-html.tld" prefix = "html"%>
<% Request.setAttribute ( "dh" BeanFront.getListMenuOne ( "2 "));%>
Home
Section, whichever is affixed, and the code of personal feeling okay, the problem should be configured
JBUILDER not check JSP.
These errors are wrong!
Here I did not agree with tips upstairs wrong
Thank you, perhaps it is the version of the problem, I for the high version of the Tomcat, not a problem.
↑ Back
Tags: Compiler, java documents, jbuilder
Releated Java Articles
February 15, 2007 | Filed Under Java Developement Tools |






