Want to generate page events(pageload()
) in jsp is that possible? How do I check weather a page is reloaded? In asp.net there is method name isPostBack()
to check weather the page is request or reload is there anything in jsp?
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.