Hi all,
I want to load the data from the db to the
jsp page when the page is first called(i.e onload()).
So I called the
servlet(to fetch data) from the jsp in body onload() function. It is working but the page is loaded 2 times.
1. for loading the page
2. for being dispathed from servlet after taking data.
Can I load the page only Once with data??
Please help.
Thanks,
Kousik