A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
How to dispaly a row in a table condionally?
Anoobkumar Padmanabhan
Ranch Hand
Joined: Aug 08, 2007
Posts: 103
posted
Sep 03, 2008 06:46:00
0
Hi Ranchers
in my JSp page, i want to display a table with 4 columns. but one of the rows are displayed according to a condition. if it succeeds, the row have to be displayed. if it is false, the row shouldn't be display. how i can manage this?
please come up with quick answers.
Thanks<br /> <br />Anoobkumar<br />SCJP 1.5
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56521
14
I like...
posted
Sep 03, 2008 09:37:00
0
Originally posted by anoobkumar padmanabhan:
please come up with quick answers.
You may want to
read this
.
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56521
14
I like...
posted
Sep 03, 2008 09:37:00
0
Conditionals are handled in
JSP
pages with the JSTL <c:if> or <c:choose> tags.
I agree. Here's the link:
http://aspose.com/file-tools
subject: How to dispaly a row in a table condionally?
Similar Threads
row id to display tag
JXTable: Display the default selected row in the scroll
parent-child table relation
how to select a static row at runtime in jsp?
AbstractTableModel - how to highlight a particular row
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter