File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes About EL 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 » JSP
Reply Bookmark "About EL" Watch "About EL" New topic
Author

About EL

ravindra patil
Ranch Hand

Joined: Sep 01, 2006
Posts: 196
i am using tomcat 5.x i want to use expression Language
so my problem is
i am forwarding my request from servlet bo jsp
in jsp i am printing EL statement ${4+5} so first time it works properly giving output 9 but if i changed my expression to ${4+6}
then it shows same "${4+6} " not 10 so what went wrong
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Moved to the JSP forum where EL is discussed.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56200
    
  13

I don't know why the difference, but first thing to check is if you have set up your web app correctly as outlined in the JSP FAQ.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
ravindra patil
Ranch Hand

Joined: Sep 01, 2006
Posts: 196
Originally posted by Bear Bibeault:
I don't know why the difference, but first thing to check is if you have set up your web app correctly as outlined in the JSP FAQ.


"everything is correct do it your own"
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56200
    
  13

?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: About EL
 
Similar Threads
Which Section Cover more and which section cover less question in the Test?
el code showing on web page
equal symbol expected
using param attribute
EL not functioning