aspose file tools
The moose likes JSP and the fly likes display data to jsp page during page load event (with Spring and Acegi security) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "display data to jsp page during page load event (with Spring and Acegi security)" Watch "display data to jsp page during page load event (with Spring and Acegi security)" New topic
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
    
  13

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).
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: display data to jsp page during page load event (with Spring and Acegi security)
 
Similar Threads
How to use struts to display initial data in JSP
refreshing problem using java script in internet explorer
onBeforeLoad event not triggered
Spring Security or Spring ACEGI?
Acegi + RichFaces help needed