Hi,
For pagination iam using pager-taglib.tld.
I have included pager-taglib.jar in lib folder.
and i have included pager-taglib.tld in /WEB-INF/tlds/pager-taglib.tld
and in web.xml
In JSP i have included
Now i get this error:
PageUrl is already defined in SimplifiedJSPServlet
Iam using Netbeans 6.8 version. I dont find any file called SimplifiedJSPServlet.
I dont have any clue as why it shows this error. Just to
test i included other tlds but iam not getting this type of error.
Please advise.