• 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

can not re-assign commandName to another form

 
Ranch Hand
Posts: 35
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All...
in spring,
I have a form with which the user enter details and the form is stored in the database. That is working fine.

but now I need another edit user form, where the user will edit necessary details and store the form.(when user clicks on edit, his previous details should be in the textboxes)

For the first form, in controller I had specified the backing object as "userTable" and sent it to jsp. In jsp I wrote commandName="userTable" which is working fine...

what should I do for the edit form..
 
reply
    Bookmark Topic Watch Topic
  • New Topic