• 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

I almost to say Congrat! to my first Spring-App T_T

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I create my first little Spring App, using the goodness of Spring MVC. My index.html has one form and I bind it like this:

<spring:bind path="HandsomeGuy.name">
<input type="text" size="22" name="name"/>
</spring:bind>

This work very well but... I can't do something by myself(for this big moment of being-noobie) then I need you guys help. How can I persist the values in my textbox/drop-down single select/multiple select/...etc..... aftet I press that ugly SUBMIT button?

Many Thnx
Noobie
 
reply
    Bookmark Topic Watch Topic
  • New Topic