Re: newbie guestion: JSTL Expression language

2006-03-16 Thread vijay venkataraman
The text as is from JSP 2.0 Spec Point 1. EL expression An element in a JSP page representing an expression to be parsed and evaluated via the JSP Expression Language. Syntactically it is delimited by the ${ and } characters. Point 2. JSP.2.3.5.5 Relational Operators The relational operators a

Re: newbie guestion: JSTL Expression language

2006-03-16 Thread Rahul Akolkar
On 3/16/06, Morten Andersen <[EMAIL PROTECTED]> wrote: > I want to use JSTL to check the role of the user (it can be one of many) > > I'm new to JSTL so even the simplest things gives me problems: > > I've set the role using request.setAttribute("role" , role); > > This tag: > > > Prints out the r

Re: newbie guestion: JSTL Expression language

2006-03-16 Thread Wojciech Ciesielski
Morten Andersen wrote: I want to use JSTL to check the role of the user (it can be one of many) I'm new to JSTL so even the simplest things gives me problems: I've set the role using request.setAttribute("role" , role); This tag: Prints out the role fine While the following statements are

newbie guestion: JSTL Expression language

2006-03-16 Thread Morten Andersen
I want to use JSTL to check the role of the user (it can be one of many) I'm new to JSTL so even the simplest things gives me problems: I've set the role using request.setAttribute("role" , role); This tag: Prints out the role fine While the following statements are newer true: