RE: [ANN] JavaServer Pages, 3rd Edition (O'Reilly)

2003-12-29 Thread Popova, Marina
I would rather see both JSP2.0 and JSTL1.0 reference book in one - because it is most likely you would be using them together and that would spare you from having one more book on your bookshelf :) thanks, Marina -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent:

RE: How to maintain the selection items in the Select using the j akarta.apache.org input tag library

2003-11-05 Thread Popova, Marina
you could also try using TreeMap - it is ordered. You might also consider writing your own comparator for keys if you don't like the default one Marina -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 7:10 PM To: Tag Libraries Users List

EL expressions are not evaluated

2003-10-21 Thread Popova, Marina
Hi, Sorry if this question was asked already... I am trying to write a simple test web application using JSTL and encountered the following problem: JSTL core tags are working fine (like c:out ..., c:forEach...) but the EL expressions are not evaluated. I do use the c.tld file - it is in my

RE: EL expressions are not evaluated

2003-10-21 Thread Popova, Marina
-include libs that are already in tomcat/common/lib in your WEB-INF/lib since it can cause problems. There is no need for it either. If you are using an IDE you might have to include just the path to those libraries in the project settings Manos - Original Message - From: Popova, Marina