Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Struts And Pager Tag Library

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am using the Pager Tag Library (http://jsptags.com/tags/navigation/pager/) with my Struts-based application, and it appears to work fine when running on Tomcat. However, when I run it on Resin 2.1.6 I find that it adds an extra '?' before the parameters (i.e., the url looks like /viewCategory.do??catID=12&pager.offset=10 instead of /viewCategory.do?catID=12&pager.offset=10).
Does anyone have any ideas on what the problem could be?
Thanks
Mark
[ December 03, 2002: Message edited by: Mark Gowdy ]
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, I cannot help you. But thanks for the reference to http://jsptags.com - this is a cool site.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you show me how you used the pager library in yr jsp page?
I am trying to use the pager tag with Struts on a Vector and am confused as to what to do with my html:form action....I see url is an attribute of pg ager too....My guess is that I need to scrap html:form and just use the pager url attribute..Btw way is that the same as <%=pageUrl%> used as an expression. Also have some extra params for my page which I believe I could use via <pg aram> tag
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"ameelin",
Thanks for joining JavaRanch, but could you just take a quick look at the naming policy and edit your profile.
Also, only members with valid names will be eligible for the book giveaways.
Thanks
Simon
 
reply
    Bookmark Topic Watch Topic
  • New Topic