1.

What Is The Purpose Of Redirect Result Type?

Answer»

The redirect result type calls the standard response.sendRedirect() method, causing the browser to CREATE a new request to the given location. We can PROVIDE the location either in the body of the <result...> ELEMENT or as a <param name="location"> element.

The redirect result type calls the standard response.sendRedirect() method, causing the browser to create a new request to the given location. We can provide the location either in the body of the <result...> element or as a <param name="location"> element.



Discussion

No Comment Found