This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSP and the fly likes EL evaluation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "EL evaluation" Watch "EL evaluation" New topic
Author

EL evaluation

Medhat Menon
Greenhorn

Joined: Nov 29, 2006
Posts: 4
Here is an Html form
<form action="Test.jsp">
First Food : <input type="text" name="food">
Second Food : <input type="text" name="food">

<input type="submit">
</form>

The user input for First Food in the form is "Cheese".

Inside Jsp

First Food request param : ${paramValues.food[0]}

In the above jsp code what does food[0] evaluate to?
[ December 06, 2006: Message edited by: Medhat Menon ]
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Did you try it?


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: 56536
    
  14

Is this an exam question? A homework question?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: EL evaluation
 
Similar Threads
Doubt in EL?
EL HTTP 500 status error
el-ignored query
Problem in compiling Jsp
EL implicit object pageContext