• 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

Hi Experts, Big problem

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

i am working on struts with hibernate.

i have one main page. that page consists three jsp pages like user list, view userlist, search userlist. i am using div function with tabs. ok

My problem is if i selected particular records from user list submit the button then it goto the view userlist page and display. these action should be in single page? Is it possible. ok if it is possible, if i goto the previous user list page, already selected box should be available. Is it possible. If any possibilty tell me what are the ways we solve this problem?

My problem when i click selected users and click the submit button. then fires the action, go action servlet and forward the same page and display the selected results. but if i go to previous selected page, i did not get the selected items. because page is refreshed. how to overcome this?


Thanks
Edward
 
Ranch Hand
Posts: 328
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure but you can use Tiles to overcome this problem
Shrinivas
 
You don't know me, but I've been looking all over the world for. Thanks to the help from this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic