I changed the pagerURL to load ad.search.show.screen (jsp) instead of the action.
http://xxxx/ad.search.show.screen?pager.offset=10
(the ad.search.show.screen points to the respective JSP)


Now I've got another error where it cant retrieve the mapping for /SearchUser


----in the jsp------ <snip> <% String url = request.getContextPath() + "/ad.search.show.screen"; %> <html:form action="/SearchUser"> <pg:pager url="<%=url%>"> <snip>


any idea?

rgds,


----- Original Message ----- From: "Yen" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Sunday, March 13, 2005 8:28 PM
Subject: pager-taglib.tld with Struts



I wonder how could I use the pager-taglib with struts ?
I did a search page, searching by alphabets, let say the user choose 'C'
The links for the next page is as below, when I click on it, it give javascripts error:


"Object doesnt support this property or method"

http://xxxx//ad/SearchUser.action?execute=byalpha2&search=C?pager.offset=10


DOes that means, I need to have the pager.offset in the FormBean ?


Thanks in advanced.


rgds,
Yen



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



Reply via email to