You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Mary Saraswathi (JIRA)" <ji...@apache.org> on 2011/03/28 04:30:05 UTC

[jira] [Resolved] (STR-3211) Struts 1.3.10 does not accept EL tag

     [ https://issues.apache.org/jira/browse/STR-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mary Saraswathi resolved STR-3211.
----------------------------------

    Resolution: Fixed

> Struts 1.3.10 does not accept EL tag
> ------------------------------------
>
>                 Key: STR-3211
>                 URL: https://issues.apache.org/jira/browse/STR-3211
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Tag Libraries, Tag Libraries EL (Dormant)
>    Affects Versions: 1.3.10
>            Reporter: Mary Saraswathi
>            Priority: Critical
>
> 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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira