• 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

Setting the selected Parts in grid thu checkbox and saving it in DTO and passing it to the next

 
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what iam trying to do. i have 2 screens as screen 1 and screen 2 (JSPs)
from screen 1, there is grid in which rows are there of different parts. i want to select the selected Parts from the grid through the checkbox provided and then only the selected parts should be saved in the DTO and passed that DTO to the next screen i.e. 2.
On the initial service of that screen 2 i want to retrieve the information from the DTO and display the selected Parts on that screen.
i don't want to use Javascript here.

First tell me is this approach is correct ?
Any help would be really appreciated.
thanks...
 
reply
    Bookmark Topic Watch Topic
  • New Topic