Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1730 | major | always | 05-09-07 14:34 | 05-14-07 09:11 | |
|
|||||
Reporter: | webvir | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.2 | ||
|
|||||
Summary: | 0001730: EL functions in tag files stopped working | ||||
Description: |
EL functions in custom tag files are not working since 3.1.1. I'm getting message: 'prefix:function' is an unknown function. See sample in additional info. |
||||
Steps To Reproduce: | |||||
Additional Information: |
//broken.tag <%@ taglib prefix="myfn" uri="/WEB-INF/myfn.tld" %> ${myfn:someStuff("1")} //test.jsp <%@ taglib prefix="tags" tagdir="/WEB-INF/tags/" %> <tags:broken/> //web.xml <web-app xmlns="http://java.sun.com/xml/ns/j2ee" [^] xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" [^] xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee [^] http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" [^] version="2.4"> <jsp-config> <taglib> <taglib-uri>/WEB-INF/myfn.tld</taglib-uri> <taglib-location>/WEB-INF/myfn.tld</taglib-location> </taglib> </jsp-config> </web-app> //myfn.tld <?xml version="1.0" encoding="UTF-8" ?> <taglib xmlns="http://java.sun.com/xml/ns/j2ee" [^] xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" [^] xsi:schemaLocation= "http://java.sun.com/xml/ns/j2ee [^] web-jsptaglibrary_2_0.xsd" version="2.0"> <tlib-version>1.0</tlib-version> <short-name>twfn</short-name> <uri>/WEB-INF/myfn.tld</uri> <function> <name>someStuff</name> <function-class>java.lang.Integer</function-class> <function-signature> int parseInt(java.lang.String arg) </function-signature> </function> </taglib> |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|