Re: JSP version and EL
- From: "Jubril" <oyesiji@xxxxxxxxxxx>
- Date: Wed, 25 Jan 2006 01:37:14 GMT
i really don't know why you are getting that but i when i copied the code
into my Jbuilder it compiled giving me
<c:out value="${ 1+1 }" />------> 2
"Ran" <sanyozr@xxxxxxxxxxx> wrote in message
news:ucX0f.103425$tl2.39475@xxxxxxxxxxx
> Hi all:
> I am working with some JSF pages with Java Studio Creator 1, and I want to
> use some JSTL tags with JSP EL
> but the JSP EL '${ }' always get left out and print to HTML page.
> My JSP version is 1.2 and EL are used together with JSTL tags
> i.e.
> <c:set var="e" value="${ 1+1 }" scope="request">
> ...
>
> <c:out value="${ 1+1 }" />
> will print "${ 1+1 }" onto html, expected "2".
> <h:outputText value="#{ requestScope.e }" />
> will print "${ requestScope.e }", expected "2"
>
> any help would be appreciated, thanks
> ran
>
.
- Prev by Date: Re: difference between "method" and "operation"
- Next by Date: Re: Java Mobile device Emulator
- Previous by thread: Re: difference between "method" and "operation"
- Next by thread: Re: Java Mobile device Emulator
- Index(es):
Relevant Pages
|
|