Re: JSP TAG Issue - can't find bean in JSP!

2006-05-21 Thread J Gotsch
Can Anyone tell me If I can compare my hardcoded value to a variable as I'm doing here. J Gotsch <[EMAIL PROTECTED]> wrote: Hello, I am trying to compare 2 values within a JSP using a logic:match tag as illustrated below: name="" value=""> //note that LookupConstants.SUPER returns "SUPER

Re: JSP TAG Issue - can't find bean in JSP!

2006-05-21 Thread J Gotsch
notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "J Gotsch" To: "Struts Users Mailing List" Sent: Sunday, May 21, 2006 6:40 PM Subject: JSP TAG Issue - can't find

Re: JSP TAG Issue - can't find bean in JSP!

2006-05-21 Thread Martin Gainty
without making a copy. Thank you. - Original Message - From: "J Gotsch" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, May 21, 2006 6:40 PM Subject: JSP TAG Issue - can't find bean in JSP! Hello, I am trying to compare 2 values withi

JSP TAG Issue - can't find bean in JSP!

2006-05-21 Thread J Gotsch
Hello, I am trying to compare 2 values within a JSP using a logic:match tag as illustrated below: <% String menuRole = null; %> <% menuRole="SUPER" %> //note that LookupConstants.SUPER returns "SUPER". However, I get the following error whenever accessing the JSP: