Re: My EL not worky
- From: Lew <noone@xxxxxxxxxxxxx>
- Date: Sun, 06 Sep 2009 20:58:46 -0400
Tom Anderson wrote:
I wrote a JSP using the JSTL 1.1 'c' taglib. If i [sic] put plain strings in the tags' attributes, everything works fine. If i [sic] put EL expressions in them, they're treated like plain strings - not interpreted as expressions.
I reverted to 1.0, and it works fine.
In 1.0, at least in the version i'm [sic] using (the 'el' rather than 'rt' variant), the tags are in charge of interpreting the EL. In 1.1, the container is supposed to do it, AIUI. It seems like it isn't. Is there something i [sic] need to do to switch it on? Some setting in the web.xml or such? I had a quick google, and couldn't see anything (i [sic] couldn't really construct a sensible query about it, though) - i [sic] haven't done anything really drastic like read a manual yet.
I'm using JBoss EAP 4.2, FWIW.
Daniel Pitts wrote:
When you put the EL expression in them, do you enclose it with "${}"?
I have never come across this problem, so I'm only making a (very slightly educated) guess.
Or "#{...}"?
--
Lew
.
- References:
- My EL not worky
- From: Tom Anderson
- Re: My EL not worky
- From: Daniel Pitts
- My EL not worky
- Prev by Date: Re: Basic JSP question
- Next by Date: Re: Making String variable and value available for all Classes
- Previous by thread: Re: My EL not worky
- Next by thread: Re: My EL not worky
- Index(es):
Relevant Pages
|