Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
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!:> 😕
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).
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.