Search code examples
jsp

How to generate events in jsp pages?


Want to generate page events(pageload()) in is that possible? How do I check weather a page is reloaded? In there is method name isPostBack() to check weather the page is request or reload is there anything in ?


Solution

  • To check for a page reload you could use 'onBodyload' and 'onBodyUnload' events in body tag of your HTML code.

    For struts and hibernate check out onlojne documentation available. Good material to start with.