greetings all i have a domain class named car and i have an object from car retrieved from the DB and i want to save this object in the form as a hidden field in order when submitting to get this object but when i tried
<form:hidden path=carObj />
it didn't work, any ideas why, and how to do such behaviour ?