Hello all,
here is what I observed:
I have a class "Group" whose identifier is a string named "key", with accessors getKey() and setKey().
When I want to update it from my "groupForm.jsp", it doesn't work. After some research, I found out that the key was transformed to "TEST,TEST" when I entered "TEST" as key. It was transformed before the onSubmit call of my "GroupSaver" controller.
When I rename the field "id" or "keyid", it works well. :roll:
Have you experienced similar behaviours ?
Is "key" a reserved word ?
Pierre A.


Reply With Quote