On second thought, I downloaded this jar, it has paging taglib inside...

-----Original Message-----
From: Andrew Hill [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 22, 2003 2:46 PM
To: Struts Users Mailing List
Subject: RE: Is there a List navigater Tag to use with struts ?

It was really good too. You'd have loved it mate. ;-)
heheh (just stirring)

Its paging your after is it? Otherwise you could just use the struts
iteration tags.
For paging lists I do recall seeing something about a paging tag mentioned
occasionally.
I _think_ this is the one:
http://edhill.its.uiowa.edu/display-examples-0.8/example-paging.jsp
(Dont use JSP myself so havent had the opportunity to check it out
personally)

-----Original Message-----
From: Arik Levin ( Tikal ) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 22 January 2003 20:46
To: 'Struts Users Mailing List'
Subject: RE: Is there a List navigater Tag to use with struts ?


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]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


Attachment: pager-taglib-1.1.jar
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to