Hi I am displaying list values using listview/dataview but the problem is that i dont know how to eliminate the heading part when my list is empty
My Mark Up is
<body>
<p>
*Job*
</p>
<p>
Job1
</p>
<p>
Job1
</p>
<p>
Job2
</p>
<p>
Job2
</p>
<p>
Job3
</p>
<p>
Job3
</p>
<p>
Job4
</p>
<p>
Job4
</p>
<p>
Job5
</p>
<p>
Job5
</p>
<p>
Job6
</p>
<p>
Job6
</p>
<p>
Job7
</p>
<p>
Job7
</p>
<p>
Job8
</p>
<p>
Job8
</p>
<p>
Job9
</p>
<p>
Job9
</p>
<p>
Job10
</p>
<p>
Job10
</p>
<p>
Job11
</p>
<p>
Job11
</p>
<p>
Job12
</p>
<p>
Job12
</p>
<p>
Job13
</p>
<p>
Job13
</p>
<p>
Job14
</p>
<p>
Job14
</p>
<p>
Job15
</p>
<p>
Job15
</p>
<p>
Job16
</p>
<p>
Job16
</p>
<p>
Job17
</p>
<p>
Job17
</p>
<p>
*Jobs*
</p>
<wicket: extend>
<div wicket:id="navigator" align="right"></div>
<p>
*J1*
</p>
<p>
*J2*
</p>
<p>
*J3*
</p>
<p>
*J4*
</p>
<p>
*J5*
</p>
<p>
H1
</p>
<p>
H2
</p>
<p>
H3
</p>
<p>
H4
</p>
<p>
H5
</p>
<div wicket:id="navigator" align="right"></div>
</wicket: extend>
</body>
and my page looks like this
<http://apache-wicket.1842946.n4.nabble.com/file/n4666629/Capture.png>
now i dont want to display the second table when it does not have any
values...
-----
K
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/removing-table-when-the-output-list-is-empty-in-listview-dataview-tp4666629.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
