I'm trying to use JSTL do check for values of certain variables.  For instance,
I want to find out if the "action" parameter (passed in via URL) is equal to
"Edit."  However, my code below is not working:

           <c:if test="${request:action == 'Edit'}">
           
              I detected you where trying to edit me
           
           </c:if>

I get an error stating that:

"action" is not defined. 

Please send responses to [EMAIL PROTECTED] as I am not subscribed to this
list.

Thanks,

Matt

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to