Hi all, I need to call a method on my backing bean (is in session scope) when a jsp is showing. Why? Because I some cases I need to erase some elements in session before showing the jsp. So in the onload of the JSPs I need to call the method on my backing bean that erase the elements in session.
So my question is, how to call a Baccking Bean method on the onLoad event of the body in the JSP. Thanks

