| 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
|
|
|
Moved to the Other Open Source Projects forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: pager taglib question
|
|
|