Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4149795
By: gjd_78

Hi, 
 
Is it possible to hide  
<display:table name="somelist" pagesize="somesize" requestedURI="someURI">> 
 
I am trying to display the Prev/Next/First/Last in my jsp and since it is 
attached
to the List I am unable to separate the "Prev/Next/Last" from the display:column
attributes.
 
I believe I have addressed it correctly. Please If friends know the solution
then please tell me
 
<tr> 
<td align="right"> 
<display:table name="sessionScope.someList" pagesize="1" requestURI='some URI'>
<display:column/> 
</display:table>  
</td> 
</tr> 
 
I want to hide the second <display:table .so on.........> so that the upper
<display:table prints the value in the rightmost side and i do not want it again
to be printed in the div box again
 
<display:table name="sessionScope.some List" pagesize="1" requestURI='some URI'>
<div class="contentBox"> 
<table> 
<display:column property="Id"/> 
<display:column property="name"/> 
<display:column property="address"/> 
<display:column property="age"/> 
<display:column property="sex"/> 
</table>  
</div>  
</display:table> 
 
Waiting for your reply 
 


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to