• 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

problem with validation and tag s:optiontransferselect in Struts2

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

I'm new to Struts2 and I have this problem:

I got an optiontransferselect tag using Map<String, String> to list the options in the two selects, inorder to move components from one select to the other and then make changes in the DB. The problem is, when I submit the form, I got an "Invalid field value for field xxx" message, xxx being one of the Map<String, String>

My guess is, Struts doesn't like the Map<String, String>....

What can I do to resolve this problem?

Thanks!

Nicolas
 
reply
    Bookmark Topic Watch Topic
  • New Topic