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
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
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
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:
4 matches
Mail list logo