Enter Keywords:
1 - 10 of 253(0.012 seconds)
Sort By:
 
Example code (pure JSP/Java): int i = 0; for (i=0 ; i < 10 ; i++){ out.println(i); } How I do this using JSTL? I know the TAG <forEach> but I am a little confused with the JSTL variables.
Zones: Java, JSTL / TagsDate Answered: 01/27/2003 Rating: 7.2 Views: 27
Hi all, I have a problem on this new technology, JSP Standard Tag Library (JSTL). Previously I am in the middle on learning this Java technology, I have experience in HTML, JSP and all the begi...
Zones: JSP, JSTL / TagsDate Answered: 04/29/2003 Rating: 9.2 Views: 0
hi,expers, i download the jstl in http://www.apache.org/dist/jakarta/taglibs/standard/binaries/jakarta-taglibs-standard-1.1.0.zip   , and copy jstl.jar ,standard.jar to my webapplication \WEB-INF\...
Zones: JSP, JSTL / TagsDate Answered: 07/20/2004 Rating: 8.4 Views: 0
hi,experts,i want use jstl in resin2.1.x,but it will show some error in my page. test.jsp <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <html> <head> <title></title> </head> ...
Zones: JSP, JSTL / TagsDate Answered: 08/13/2004 Rating: 8.6 Views: 4
I'm coming from a Coldfusion Background and was wondering if someone can point me in the right direction. I've looked into java, JSP seems to be what I want to move to from Coldfusion, but Java ...
Zones: JSP, ColdFusion StudioDate Answered: 03/07/2005 Rating: 9.4 Views: 0
Hi, Let say I have a link like <a href="david.jsp?param=2">Go Please! </a> Now, in my david.jsp, how can I get the param value using JSTL only. I know how to get it using scriptlet by reques...
Zones: Java, JSTL / TagsDate Answered: 05/19/2005 Rating: 7.8 Views: 0
I'm thinking about using the JSTL library to display the results of my collection, but I'm unsure exactly how I can adapt it to my use. HEre is an example where I am using scriptlet, but think I wa...
Zones: JSP, JSTL / TagsDate Answered: 06/06/2005 Rating: 7.8 Views: 17
I'm using Tomcat 5.0.28 and jdk 1.5. I want to transform an external xml source located at "http://www.conservatives.com/xmlgateway/xml/news/" with a stylesheet located on the server called ind...
Zones: JSP, JSTL / TagsDate Answered: 07/04/2005 Rating: 9.4 Views: 0
Take the following JSTL code: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %> <c:import var='xml' url='person...
Zones: JSP, JSTL / Tags, XHTMLDate Answered: 07/26/2005 Rating: 9.0 Views: 17
I'm looking for a way to either do a regular expression using JSTL or just java (scriptlet). I need to check if a value contains the  following ".swf" so if the variable had test.swf , it would ...
Zones: JSP, JSTL / TagsDate Answered: 09/08/2005 Rating: 7.8 Views: 0