• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Displaytag : Not getting to the same page after modifying record

 
Ranch Hand
Posts: 473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I have this situation. Say on page three of pagination created by displaytag. I modify a record, and i want to return to same page ie after i have finished.

I am using and setting startOffset for doing so but what it is doing is that it is displaying same number of pages ( that I am getting using some filters), and the filters are maintained after modifying but I the record is show on the first page and as I go to 3rd page, I see that record again on 3rd. When I click on the first page, I see the original and correct record there too.

So please help me out that I can return to correct page number after changing a record existng on that page.

Thanks,


Maki Jav
 
Maki Jav
Ranch Hand
Posts: 473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Now I am able to do this....

I used the following code in my Action class.... Same can be done in Servlet



And removing last & by



In Jsp I used it like this....





And in tag....





Thanks,


Maki Jav





reply
    Bookmark Topic Watch Topic
  • New Topic