Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
JSP
roman numerals
Marko Debac
Ranch Hand
Posts: 121
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
is it possible that I get out roman types numers like I, II, III, IV?
<c:forEach var="art" items="${arts}" varStatus="num" > <c:out value="${num.count}"/> </c:forEach>
Thanks
Paul Clapham
Marshal
Posts: 28425
102
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
If it's possible then it would be through the <fmt:formatNumber> tag. I don't have the documentation right here but that's where I would start looking.
Bear Bibeault
Sheriff
Posts: 67756
173
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
JSP
has no built-in mechanism for displaying roman numerals. You'll either need to find a 3rd-party implementation or write your own tag.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
access custom bean in EL
How to display data from an arraylist of more than one bean on jsp page using scripting or jsp tags?
Decalring a int variable and using it in for loop in JSTL or EL
how to use hasnext method inside <c:foreach>
How to itrate the list in jsp
More...