This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
HI I am new to Struts and I need to creat a small aplication with login page and POJO.
My program flow goes like this:
Requirement: Login, and display contents of Hashmap to the Home.jsp page if login is success.
My problem is:
After logging in, (if it is successful) how to make the program to go to a class where hashmap is hardcoded (a POJO).....
Assuming that there is a seperat action class for checking login values and a seperate class for hashmap. How to communicate between a POJO and action class??
ashvini pradeep wrote:
After logging in, (if it is successful) how to make the program to go to a class where hashmap is hardcoded (a POJO).....
Assuming that there is a seperat action class for checking login values and a seperate class for hashmap. How to communicate between a POJO and action class??
Can you make the instance of POJO in Action class ?