You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2007/04/17 02:52:43 UTC

[jira] Resolved: (STR-3028) struts-html-el.tld option tag filter type causing tld not to load

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

Henri Yandell resolved STR-3028.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.9

svn ci -m "Removing the unnecessary <type>boolean</type> as per STR-3028" struts-html-el.tld 

Sending        struts-html-el.tld
Transmitting file data .
Committed revision 529460.

> struts-html-el.tld option tag filter type causing tld not to load
> -----------------------------------------------------------------
>
>                 Key: STR-3028
>                 URL: https://issues.apache.org/struts/browse/STR-3028
>             Project: Struts 1
>          Issue Type: Bug
>          Components: EL
>    Affects Versions: 1.3.8
>         Environment: Weblogic 8.1
> jdk 1.4.2_13
>            Reporter: Matt Kory
>            Priority: Minor
>             Fix For: 1.3.9
>
>
> Hallo,
> First off I am very new to struts so I may have done something very wrong, but I am pretty sure I have everything setup right.  I am was trying to use the struts el taglib but kept running into this error
> /jsp/Welcome.jsp(21): Error in using tag library uri='/WEB-INF/struts-html-el.tld' prefix='html': type mismatch for property 'filter', for Tag class 'org.apache.strutsel.taglib.html.ELOptionTag': tld says boolean, implementation type is java.lang.String
> probably occurred due to an error in /jsp/Welcome.jsp line 21:
> <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %>
> So I opened up struts-html-el.tld and commented out the type node for option filter attribute (line 5173), none of the other attributes around it had a type.  After the change it worked without a hitch.
> Cheers
> Matt Kory

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.