Looking at the documentation, it's not clear on how I can use the 
<logic:match tag in the following scenario:
   
  <% String menuRole = "ABC"; %>
  .....
   
  Now, which of the following three is the correct syntax for the match 
comparing?
   
  <logic:match name="<%=menuRole%>" value="ABC"> 
  <logic:match name=<%=menuRole%>  value="ABC"> 
  <logic:match name='<%=menuRole%>'  value="ABC"> 

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to