JSTL doesn't work in Sun Creator 2 Update 1

Hi to all!

I have got a problem. A big one. I like to use Sun Creator to create Web Apps but Ican't run JSTL in Sun Creator Update 1. First of all.

Do I have to use <%@taglib .... to inlucde my taglibs or

Do I have to use xmlns:c="http://java.sun.com ... to include my taglibs ?

I know that I must use ${} directives to access variables in JSTL

Why do you use #{} in JSF?

If I get JSTL to run in future times would this mean that I have to write #{} directives in JSTL tags?

But most important question is how to run loops and write outputs in JSF using JSTL!

Pleas help. Thanks a lot!!!

regards,

klaus

[673 byte] By [MartinschitzKlaus] at [2007-11-26 9:50:42]
# 1

The JSP pages that are generated by the IDE are in XML format. You cannot mix JSP and XML syntax in a page. To learn the XML equivalents of JSP syntax, see: http://java.sun.com/products/jsp/syntax/1.2/card12.pdf

For information about JavaServer Faces EL

see

http://www.onjava.com/pub/a/onjava/2004/06/09/jsf.html (Mixing JSF and Non-JSF Tag Libraries)

http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/jsp- jsfel/jsf_expression_language_intro.html

http://java.sun.com/developer/technicalArticles/J2EE/jsf_12/ (Changes to come)

jetsons at 2007-7-7 1:02:17 > top of Java-index,Development Tools,Java Tools...