Hi!
i'v a this question about the formbackingobject method, i don't understand when we call it?
i used it for the first GET for my form, but afer i use the form object from the session (it's a...
Type: Posts; User: deklog; Keyword(s):
Hi!
i'v a this question about the formbackingobject method, i don't understand when we call it?
i used it for the first GET for my form, but afer i use the form object from the session (it's a...
Thanks Pancara for your help,
I'v checked some tutorials and i found that i must have a formBacking object in my controller, it's used for the first GET for example to have some initial data to pu...
Thanks for your helps,
it was just a copy/past error, i'v now the correct name for controller, correct form methods, but i still don't have nothing in the page.
Can we use attributes values out...
Thanks for your answer, yes i'v corrected the code, (getters setters ...), but i still don't have my value in the browser :confused:
i still have ${form.Test} like if the appli can't know what's...
Hello,
I begin to learn spring, i'm working on a simple form but a have a problem(stupid but i'v just begun with spring)!
i'll give an example of my code, and some questions, ans thank you a lot...