This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Spring and the fly likes Spring MVC - Spring Decorations on Dojo Datagrid Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Spring MVC - Spring Decorations on Dojo Datagrid" Watch "Spring MVC - Spring Decorations on Dojo Datagrid" New topic
Author

Spring MVC - Spring Decorations on Dojo Datagrid

chetak faldesai
Greenhorn

Joined: Jun 11, 2003
Posts: 28
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Spring MVC - Spring Decorations on Dojo Datagrid
 
Similar Threads
Datagrid in JSP
Cache Problem in Browser -Firefox
A sample code having json dojo and a servlet
pass bean property values to javascript function
dojo grid EnhancedGrid