Re: EL expressions not being evaluated..

Rashmi Rubdi <[email protected]>
Newsgroups gmane.comp.jakarta.taglibs.user
Message-ID <[email protected]>
Behind the scenes JSPs are Servlets . 
   
  I had the same problem as maya is facing and after following the instructions here: http://wiki.apache.org/jakarta-taglibs/FrequentlyAskedQuestions , and making sure that there was no version mismatch between the .tld files and the URIs and getting the correct versions of the JAR files solved the problem.
   
  -Rashmi
  
Andrés Florit <[email protected]> wrote:
  Expression Language (EL) is part of the JSP 2.0 specification. If I'm not
wrong it has anything to do with servlets. If you use JSP 1.2 you have to
import the JSTL libraries. I think that Tomcat 5 implemnts JSP 2.0.
Sorry my english.

Andrés


On 9/12/06, Rahul Akolkar wrote:
>
> On 9/11/06, maya wrote:
> > I can't get my EL expressions to evaluate to what they're supposed to...
> > they print verbatim, in both IE and FF, like for example:
> >
> > Server Name: ${pageContext.request.serverName}
> > Server Port: ${pageContext.request.serverPort}
> > Remote Address: ${pageContext.request.remoteAddr}
> > Remote Host: ${pageContext.request.remoteHost}
> >
> > or this in a bean:
> >
> > Name retrieved from JavaBean has the value of: ${param.name}.
> >
> > anything else I've tried to do w/EL it always prints like this in
> > browser.. why is this.. (running on Tomcat 5, everything pretty
> > standard..) thank you..
> >
> 
>
> http://wiki.apache.org/jakarta-taglibs/FrequentlyAskedQuestions
>
> -Rahul
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


 		
---------------------------------
Stay in the know. Pulse on the new Yahoo.com.  Check it out.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.