I am sorry but I really don't understand what you are trying to do at all. What taglib is the c prefix bound to? I asked you in my last response to post your Spring Controller code, that would give me a better idea of what Spring is expecting. So far none of what you have posted is Spring related. I don't see any Spring tags in your JSP and I don't see any Controller code. Spring is very flexible and will allow a lot of things but from what I can see you are trying to do things way outside the accepted way.
I don't see any objects being bound to a bean in your jsp I don't see any forms being submitted, I don't see any ajax calls, I don't see you calling the server anywhere. If I did see these things I would not be able to tell you if is correct because you have not shown us your @RequestMapping in your controller. You need to
TellTheDetails.