Ulf Dittmer wrote:Try something like: name="statusoptions${status.count}"
Thanks for the help.
I have used c:set to set the dynamic names.
My next quest is the best way to push this page data back to the
servlet so it can be saved in my remote data file.
I would like to do this without the page having to be reloaded since the page offers several categories of items. Each time the category changes or the page is closed I need to save the current page content to data source.
I don't really know how this will work since it is a div in my main layout form.
Would I do this with jquery and iterate the form on my servlet?
I could use some help with this.