Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.3.10
-
None
-
None
Description
Hi,
We are upgrading struts version from 1.2.9 to 1.3.10 with Weblogic 10.3
When we try to precompile the jsp using weblogic.jspc then we get the below error messages:
weblogic.servlet.jsp.CompilationException: navigation.jsp:1:1: Needed class "org.apache.struts.taglib.html.BaseHandlerTag" is not found when methods of "org.apache.strutsel.taglib.html.ELTextTag" are accessed.
<%@ page errorPage="/tdsui/common/UnhandledError.jsp" %>
^
navigation.jsp:31:8: The required attribute "property" is missing.
<html-el:text property="currentPage" styleClass="input" size="2" maxlength="5" />
----------
navigation.jsp:31:30: No conversion available for the type "".
<html-el:text property="currentPage" styleClass="input" size="2" maxlength="5" />
In navigation.jsp, we are using the below import tag library. this is causing the errors
<%@ taglib uri="http://struts.apache.org/tags-html-el" prefix="html-el"%>
Kindly help to redirect to resolve this issue.
Thanks.