This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes display data when page is shown? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "display data when page is shown?" Watch "display data when page is shown?" New topic
Author

display data when page is shown?

sanjey asok
Ranch Hand

Joined: Jul 11, 2009
Posts: 36
I have a JSP and it has some controls(grid , kind of control),when the page is displayed, it has to show some Databases' table values in the control,

How it can be done in JSP?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

You could encrypt the values using a 2-way encryption scheme if you do not wan to expose them on the client.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
sanjey asok
Ranch Hand

Joined: Jul 11, 2009
Posts: 36
I want to know, is there any Method ex: load(); in which ,i have to write the code to display the data in the control
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: display data when page is shown?
 
Similar Threads
head tag in JSP
directing to error page
Binding user objects to request,session,pagecontext, application
Images don't show
response.sendRedirect() error