| Author |
display data to jsp page during page load event (with Spring and Acegi security)
|
alex pangcats
Greenhorn
Joined: Dec 14, 2008
Posts: 3
|
|
Hi all, I just wanna ask a few questions about how display data to jsp page from database in during page load event. My application is using Spring 2.5) with Acegi secuirty(1.*) frameworks. Thanks and advance.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56157
|
|
|
What exactly do you mean by "page load event"?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
alex pangcats
Greenhorn
Joined: Dec 14, 2008
Posts: 3
|
|
Hi Bear, Let see, I want to display data everytime the jsp page load(ex.login.jsp). Since I'm using Spring and Acegi Security frameworks, I want to use controller to retrieve data from database and Acegi will the one initially display the login.jsp page as part of form-based security. Thanks for the immediate response.
|
 |
alex pangcats
Greenhorn
Joined: Dec 14, 2008
Posts: 3
|
|
|
Actually, while loading the jsp page(login.jsp) I also do getting data from database and display it to same page(login.jsp).
|
 |
 |
|
|
subject: display data to jsp page during page load event (with Spring and Acegi security)
|
|
|