Question

I have completed setting up Spring Security using the roo shell as a guide and it has generated several views, amongst them is the login.jspx. I am trying to create a custom login form using Vaadin's Visual editor and Eclipse, how can i redirect the user to my login form and then use Spring Security to validate and authenticate the user as well as start a session management? I am really trying to avoid JSP since the rest of my application is using Vaadin as its Core Front-End

Was it helpful?

Solution

vaadin has some limitations on the login form. Have a look at: https://vaadin.com/book/-/page/components.loginform.html so you will notice what I mean.

You can also have a look at the vaadin wiki (https://vaadin.com/wiki). There are several articles on your topic. You may find your solution there :)

kind regards

.zip

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top