Postbacks in JSP
843836May 24 2004 — edited May 24 2004How does one capture a postback when a page is loaded. For example. In ASP you can if page.ispostback = true, then do whatever. What is the JSP equivalent of the postback function or property in JSP. thanks.