I need to have a category-subcategory type of data structure for use data entry. To my knowledge, an effective or user friendly method is to layout a set of multi-level selected lists on a single page. That has to be done with Javascript such as this example http://www.dynamicdrive.com/dynamici...menu/index.htm. My question is whether the Spring Web framework can work with this sort of Javascript or not. If yes, how it works out?
Thanks.
