• 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

Problems! Edit records using Hibernate

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to get data from selected options, so that after selecting the option, Corresponding data should be displayed in the text box.Already i retrieved data from the data base and store into List.

like.... List list = query.list();
request.setAttribute("Testdata",list );

So that in JSP page i can access through Testdata. But when i am changing the Option, then Corresponding value is not comming?!!!

pls. any solutions!!!
[ August 10, 2005: Message edited by: Michael Ernest ]
 
Ranch Hand
Posts: 464
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

A friendly piece of advice.

POSTING TOPICS IN CAPS AND INCLUDING LOTS OF EXCLAMATION MARKS WILL JUST PUT PEOPLE OFF ANSWERING YOUR POSTS!!!

Everyone here is friendly and will help out if and when they can - you aren't competing to get noticed - just be patient and people will help you.
reply
    Bookmark Topic Watch Topic
  • New Topic