cancel
Showing results for 
Search instead for 
Did you mean: 

what is commandName in ?

krishn_signet
Participant
0 Kudos

Why am I getting this error "Neither BindingResult nor plain target object for bean name 'registerFormCopy' available as request attribute" when I am trying to create my own form.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you should check if your form has a property with a name you are using on the view to bind the property

krishn_signet
Participant
0 Kudos

Actually I am new so I didn't get it. Do I have to add this entry in any xml file? I have seen in commandName it begin with as "customForm" but java file associated with this file is named as "CustomForm".