• 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

Changed values aren't set on the backing object.

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an "issue" which contains 0-* "responses". However when I edit the issue the updates aren't being returned from the .jsp . I'm using Spring, and that might be the problem, but I think it's a JSP issue.

Here's my controller:




And here's my JSP:



The new response is created correctly: the two fields from issue you can edit at the same time do not however get passed back as changed to the controller.

Any ideas why?
reply
    Bookmark Topic Watch Topic
  • New Topic