Wednesday, 18 September 2013

how to set request attributes in jsp and how to get in servlet

how to set request attributes in jsp and how to get in servlet

i am setting request attributes in jsp. but i am not getting that request
attributes in servlet it is getting null.if i set like
request.getSession().setAttribute(); it is working fine but
request.setAttribute() means it is getting null. please help me how set
request attributes in jsp without session.

No comments:

Post a Comment