• 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

Spring - loading text field

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI all,

I am a newbie to spring. I have a spring webflow in which user will select a value from dropdown and Id corresponding to that value will get stored in the database. Now my prob is I have to get that value(which is selected from the dropdown in the previous page) displayed in the next page in text field. Since I am storing Id in the database, I am not able to display the value in the text field. Can anyone please help me with this. Your help will be much appreciated.

Thanks,
 
reply
    Bookmark Topic Watch Topic
  • New Topic