[Apache Struts Wiki] Updated: StrutsBeginnerValidatorFramework

2004-05-27 Thread dev
Date: 2004-05-27T10:47:42 Editor: 80.131.212.75 <> Wiki: Apache Struts Wiki Page: StrutsBeginnerValidatorFramework URL: http://wiki.apache.org/struts/StrutsBeginnerValidatorFramework no comment Change Log:

How to make EL work with Struts?

2004-05-27 Thread James Di Wu
Hi, EL is part of JSP2.x. It works fine before I installed Struts1.1. After that, EL doesn't work any more. Is that correct with Struts? I don't want to change all my prev jsp. How can I solve the problem? Thanks. James

Re: How to make EL work with Struts?

2004-05-27 Thread Mark Lowe
Probably want to be on the user list for this But if your web.xml is 2.2 or 2.3 servlet spec and you just want to drop the jstl and standard jars into you lib directory then stick this at the top of your jsp's <%@ page isELIgnored="false" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; pr

RE: How to make EL work with Struts?

2004-05-27 Thread James Di Wu
Hi Mark, It works. <%@ page isELIgnored="false" %> is the line required in JSP. Thanks. James -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 5:11 PM To: Struts Developers List Subject: Re: How to make EL work with Struts? Probably want to be on

struts-faces target which v of struts

2004-05-27 Thread Michael Rasmussen
Currently there are several places in struts-faces where faces relies on deprecated methods in struts. Obviously this is not good for the long term compatibility of struts faces. Which version of the struts framework is the next point release of faces supposed to target? I am wondering because t