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

Need direction for passing values problem+struts2

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

Table with few rows(loaded from DB) ,last column being empty and should be obtained from jsp2...

User selects any row and clicks a "Go" button to go to jsp2...

jsp2:
-------

Now value is ready in jsp2 and has 'back' button .On 'back' the control moves to jsp1 and jsp1 should show up exactly as it was before it came to jsp2 .During this I need to send that value and paste it in the last column of the row which was initially selected!

That means now for user in jsp1,the row which he previously selected to get the value of last column is obtained and filled up!

Desperate for some input...thanks!

How do I achieve this? How do I pass the value and put it in appropriate position of jsp1 !!!

 
How do they get the deer to cross at the signs? Or to read this tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic