Struts Tag - logic:match - Has anyone used this?

2006-06-05 Thread J Gotsch
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

Re: Struts Tag - logic:match - Has anyone used this?

2006-06-05 Thread Rahul Akolkar
On 6/5/06, J Gotsch [EMAIL PROTECTED] wrote: 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