facebook

the problem of jstl and el

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #218890 Reply

    snage
    Member

    hi ,everyboy!
    I haved created a web project in myeclipse!And add jstl lib to the project!but there are problems:

    the expression language :<h1>{1+1} </h1> can correctly been shown on the client browers!but such as <c:out value=”${1+1}”/> can not been shown!I want to how to solve the problem!thks!:> 😕

    #218896 Reply

    Riyad Kalla
    Member

    How is it not shown? Is the EL not being evaluated? Are you using a 2.4 web application web.xml file for your project, or 2.3?

    #224170 Reply

    arjan.tijms
    Member

    Related to this question; how is the support for EL exactly being done in MyEclipse. I’m using Eclipse 3.01 with MyEclipse 3.8.4 and there does not seem to be any content assist within a ${ } context. I tried with a 2.4 web.xml in a standard generated 1.4 web application with jstl 1.1 support (created using the myeclipse wizzard).

    #224175 Reply

    Riyad Kalla
    Member

    Current there is no autocomplete, but MyEclipse does partition off the EL segments and treates them indepenent of the page. We will add autocomplete in a later release, sorry for the confusion.

    #224180 Reply

    arjan.tijms
    Member

    Thanks for the quick reply and clarification. I’m really looking forward to this feature.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: the problem of jstl and el

You must be logged in to post in the forum log in