Re: JSP version and EL



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
>


.



Relevant Pages

  • page counter in JSP & JSTL
    ... I have a web application which consists of 2 JSP pages. ... void addCount{pageCount++;} ... let's say I want to ruse the JSTL tags instead. ... But if I use an application scoped counter, ...
    (comp.lang.java.programmer)
  • JSP version and EL
    ... I am working with some JSF pages with Java Studio Creator 1, ... 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 ...
    (comp.lang.java)
  • Re: JSP EL -- Cant get ?: to work
    ... > Tomcat 5.5.4 I'd be getting that version of JSP. ... but I don't see any of them in the Tomcat 5.5.7 download. ... Therefore, any EL evaluation you ... were getting was from your JSTL tags, which would have to be version 1.0 since ...
    (comp.lang.java.programmer)
  • Re: JSTL - calling equals method
    ... I want to compare 2 Strings on a JSP page, using JSTL tags, ... so I need some tag code that does something like this: ...
    (comp.lang.java.programmer)