• 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 MVC - Spring Decorations on Dojo Datagrid

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an editable datagrid and the requirement is to add rows to the datagrid dynamically. So I have a button, which clicked would append a row at the end of the datagrid.
All the editable elements are of type Strings. I need to validate those before submission. We use Spring Decorations to validate the rest of the element on the page.
I understand that Spring decorations work on underlying DOM elements. but the data grid works on datastore, So is the concept of using Spring decorations for validation on data grid elements workable? Has anyone done it?
If not what are my other options..
We are using Dojo 1.6.1 and Spring 3.0
Thanks all for your time and responses
Chet.
 
reply
    Bookmark Topic Watch Topic
  • New Topic