RE: error JSTL

2011-05-16 Thread Ilya Kazakevich
onday, May 16, 2011 4:28 PM To: Struts Users Mailing List Subject: Re: error JSTL I have resolved the problem by changing the URI, the one witch I was using is : <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>, or the good one would be : <%@ taglib uri=&quo

Re: error JSTL

2011-05-16 Thread Mohamed SIDI
I have resolved the problem by changing the URI, the one witch I was using is : <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>, or the good one would be : <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> thanks to you two for your willingness 2011/5/16 Ilya Kazakev

RE: error JSTL

2011-05-16 Thread Ilya Kazakevich
You use JSTL 1.0 and EL is not allowed in properties there. Try to use newer version of JSTL. Ilya Kazakevich, Developer JetBrains Inc http://www.jetbrains.com "Develop with pleasure!" -Original Message- From: Mohamed SIDI [mailto:mhm.s...@gmail.com] Sent: Monday, May 16, 2011 4:15 PM

[OT] Re: error JSTL

2011-05-16 Thread Dave Newton
On Mon, May 16, 2011 at 8:14 AM, Mohamed SIDI wrote: > Static attribute must be a String literal, its illegal to specify an > expression Did you try searching the web for an answer? Sometimes just copying an error message verbatim is enough. Dave