This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes pager taglib question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "pager taglib question" Watch "pager taglib question" New topic
Author

pager taglib question

Vicky Pandya
Ranch Hand

Joined: Dec 16, 2004
Posts: 148
has anybody used pager-taglib? I am using <pg ager> tag and want to use onclick event for the specified url in pg ager <pg ager url="../traverse.do" maxIndexPages="10" maxPageItems="5" export="currentPageNumber=pageNumber"> but pager tag doesn't support onclick as parameter attribute. Any ideas?
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

Is this a third party product?
I haven't heard of it.

If it's a server side taglib, then it wouldn't support onClick.
The onclick event is a JS (client side) event.
Server side taglibs don't exist within the client side code.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56179
    
  13

Moved to the Other Open Source Projects forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: pager taglib question
 
Similar Threads
pager tag lib with struts question
10 enteries per page?
Struts And Pager Tag Library
Pager Tags Newbie
Pagination?