A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
HOw to convert From JSP to JSLT
Anu satya
Ranch Hand
Joined: Mar 17, 2005
Posts: 146
posted
Mar 03, 2006 06:58:00
0
Hi everybody,
I am new to JSLT. can anone please tell me how to convert following
JSP
code to JSLT?
<% for(int i=0;i<=10;i++) { %> <b>i value=</b><%=i%><br/>
Any help will be appriciated. thank for your time.
Regards,
With Regards,
Anu
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56201
13
I like...
posted
Mar 03, 2006 09:00:00
0
Step 1: Learn that it's JSTL, not JSLT
Step 2: Obtain a copy of the JSTL 1.1 Specification (link in JSP FAQ)
Step 3: For the example you inquire about, look up the <c:forEach> tag.
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: HOw to convert From JSP to JSLT
Similar Threads
JSLT problem
JSLT printing c:out value
Javascript code exploding the JSLT validation
JSLT EL display session attribute
JSLT and apache MultiKey Map
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter