| 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
|
|
|
Is this an exam question? A homework question?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: EL evaluation
|
|
|