Can someone suggest ,how can we pass the value from one controller to another controller . My scenario is below
I need to get the username on my home page after login. please share the piece of code.
Thanks in Advance!!!
Can someone suggest ,how can we pass the value from one controller to another controller . My scenario is below
I need to get the username on my home page after login. please share the piece of code.
Thanks in Advance!!!
As I understood from your question, you need a login screen and then other screens in a row for navigation. First user has to sign in and after validating then the user information will go to the Home screen. Below is the codes which may help you -
Using Maven will be better for tackling problems.
Thanks!