Bug 8445 - UnresolvableException when using XPath variable binding initParam
Summary: UnresolvableException when using XPath variable binding initParam
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-24 00:59 UTC by Ryan Lubke
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Lubke 2002-04-24 00:59:29 UTC
Given:

<x:out select="string($initParam:initBinding)"/>

Result:

javax.servlet.jsp.JspTagException: org.jaxen.UnresolvableException:
$initParam:initBinding
     at
org.apache.taglibs.standard.tag.common.xml.ExprSupport.doStartTag(ExprSupport.java:109)
     at org.apache.taglibs.standard.tag.el.xml.ExprTag.doStartTag(ExprTag.java:103)
Comment 1 Shawn Bayern 2002-04-24 02:30:44 UTC
Was retrieving servletConfig.getInitParameter(X) instead of 
servletContext.getInitParameter(X).