lundi 30 novembre 2015

jsp pageContext.forward with parameters in url makes error

<% pageContext.forward("controller.jsp"); %>

I checked this code is working properly.

<% pageContext.forward("controller.jsp?test=hi"); %>

<a href="controller.jsp?test=hi">

but these codes make http 500 error.

pageContext.forward with parameters in url makes error

please let me know what is the problem.




Aucun commentaire:

Enregistrer un commentaire