I am developing a application for a school.This application purely design in spring-webflow and primefaces. I have a page where User can add multiple fee received from Student. For that I have design...
Type: Posts; User: shahidp; Keyword(s):
I am developing a application for a school.This application purely design in spring-webflow and primefaces. I have a page where User can add multiple fee received from Student. For that I have design...
Thanks,
Now I got it why it was not working.
Following is my understanding about the above example.
I did not specified name for ModelAttribute ie(something like @ModelAttribute("loginForm")) ....
I have running example with @ModelAttribute in method param as follows
@Controller
@RequestMapping("login")
public class LoginControllerTest {
//------------------------------...