See, I had to do it myself, I created navigation package. But unfortunately I can't give it to you. It's under our company license.
Good luck anyway ;) -----Original Message----- From: Brian.O'[EMAIL PROTECTED] [mailto:Brian.O'[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 1:54 PM To: [EMAIL PROTECTED] Subject: Is there a List navigater Tag to use with struts ? Does anyone know if there is a taglib available to render something like below (and attached). You know the type like is on the Google search results page. It would need to work with a supplied List. If not, I will have to write a Tag, but I don't want to reinvent the wheel ! Here hoping, Brian. <table cellpadding=5 align=center> <tr> <td><a href=propertySearch.html?action=1>Prev</a></td> <td><a href=propertySearch.html?action=1>1</a></td> <td>2</td> <td><a href=propertySearch.html?action=2>3</a></td> <td><a href=propertySearch.html?action=3>4</a></td> <td><a href=propertySearch.html?action=4>5</a></td> <td><a href=propertySearch.html?action=5>6</a></td> <td><a href=propertySearch.html?action=6>7</a></td> <td><a href=propertySearch.html?action=7>8</a></td> <td><a href=propertySearch.html?action=2>Next</a></td> <td> <input type=text size=4 value=10 /> of <b>71</b> <input type=image src=refresh.gif /> </td> </tr> </table> (See attached file: ListNavigator.html) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

