This week's book giveaway is in the
Agile and other Processes
forum.
We're giving away four copies of
The Mikado Method
and have Ola Ellnestam and Daniel Brolund on-line!
See
this thread
for details.
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
JSF
Author
Problem with el evaluation in a jspx
Julien Martin
Ranch Hand
Joined: Apr 24, 2004
Posts: 383
posted
Jan 22, 2007 07:40:00
0
Hello,
I have the following jsp page:
upload.jspx
<f:view xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ice="http://www.icesoft.com/icefaces/component"> <ice:outputDeclaration doctypeRoot="HTML" doctypePublic="-//W3C//DTD XHTML 1.0 Strict//EN" doctypeSystem="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>JSP Page</title> <link href="${pageContext.request.contextPath}/css/xp/xp.css" rel="stylesheet" type="text/css"/> <link href="${pageContext.request.contextPath}/css/console-style.css" rel="stylesheet" type="text/css"/> </head> <body> <ice:outputConnectionStatus/> <ice:form> <ice:inputFile progressListener="#{consoleInputFile.progress}" actionListener="#{consoleInputFile.action}"/> <ice:outputProgress indeterminate="true" value="#{consoleInputFile.percent}" /> <ice:messages showDetail="true" styleClass="consoleInputFileMessages"/> </ice:form> </body> </html> </f:view>
I have the following jsp property group in my web.xml:
<jsp-config> <jsp-property-group> <display-name>Expression Language</display-name> <url-pattern>*.jspx</url-pattern> <el-ignored>false</el-ignored> <is-xml>true</is-xml> </jsp-property-group> </jsp-config>
Still, the el in the link tag is not evaluated. Can anyone help?
Thanks in advance,
Julien Martin.
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56200
13
I like...
posted
Jan 22, 2007 08:00:00
0
Please be sure to post questions on
JSF
pages in the JSF forum. I've moved this there for you.
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
I agree. Here's the link:
http://aspose.com/file-tools
subject: Problem with el evaluation in a jspx
Similar Threads
Problem with {facesContext externalContext requestContextPath}
Problem with el evaluation in a jspx
Problem with jsp:element being ignored by my jspx
Problem with jsp:element being ignored by my jspx
Internationalization in JSF
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter