Top "Jstl" questions

JSTL (JSP Standard Tag Library) is a JSP based standard tag library which offers tags to control the flow in the JSP page, date/number formatting and internationalization facilities and several utility EL functions.

How can I replace newline characters using JSP and JSTL?

I have a list of bean objects passed into my JSP page, and one of them is a comment field. …

string jsp replace jstl newline
JSTL escaping special characters

I have this weird issue with special characters. In JSP, I am using field name as id and the name …

jsp escaping jstl special-characters
Tomcat 7 and JSTL

I wrote a web application with Eclipse Tomcat and it works on my local Tomcat 7, when I tried to publish …

java tomcat jstl tomcat7
JSTL iterate over list of objects

I am getting a list 'myList' of objects in jsp. Objects I am getting belongs to e.g 'MyClass'. I …

java jsp jstl iteration
What is the best way to create JSP layout template?

Possible Duplicate: JSP tricks to make templating easier? I'm new to JSPs and Servlets, I'm wondering is there a neat …

java jsp jstl
Creating Array using JSTL or EL

I'm working on a web application using Java and its frameworks(Spring 3.1.1). And I'm trying to avoid using scriptlets as …

arrays jsp jstl el scriptlet
javax.servlet.jsp.PageContext cannot be resolved to a type

I am seeing the below errors in my jsp page - javax.servlet.jsp.PageContext cannot be resolved to a …

jsp servlets maven jstl
How to add JSTL to Maven?

I'm working on a JSF 2.0 project using Mojarra, PrimeFaces and Tomcat 6.x. I need to use c:forEach for some …

maven jstl
JSTL in JSF2 Facelets... makes sense?

I would like to output a bit of Facelets code conditionally. For that purpose, the JSTL tags seem to work …

jsf jsf-2 jstl facelets