I have a hidden html varibale called operation.
 <html text="hidden" name="operation" />
  Now I want to conditionally display some buttons based on the value of
this hidden field. I am trying something like this...
 <logic:equal name="${operation}" value="update">
 # display update related buttons
</logic>
  This doesnt seem to work. What am I doing wrong? I know that if
'operation' was a variable is request/session then it would work fine. But
what should I do if operation is a html form element (hidden). I do not want
to write scriptlets.
 Thanks.
Best Regards,
Raghu

Reply via email to