-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 赵顺,
On 7/3/2010 8:44 AM, 赵顺 wrote: > <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"> > use jsp 2.4 That's not JSP 2.4, it's JSP 2.0. You might want to specify 2.5, which will get you JSP 2.1. That might fix everything for you. > <taglib> > <taglib-uri>jet</taglib-uri> > <taglib-location>/WEB-INF/jet.tld</taglib-location> > </taglib> And what does your JSP look like? > and the el expressions works fine in jsp file such as ${1+1} ${var} > but the same expressions do not work in .taf file it print out the > expression directly You mean a .tag file, right? Can you post one of those that doesn't work properly? - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwv8Q4ACgkQ9CaO5/Lv0PCapgCdHCFfTa8ENdX9ACBXj7dW93Zf SBMAoLqzG31PYu3i6lHuCc9blWgRpXsF =BVEs -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org