| Author |
servlet version
|
subrahm puvvada
Greenhorn
Joined: Aug 23, 2005
Posts: 14
|
|
|
how to get the servlet version in jsp
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
|
Get the servlet version using servletObj.getServletInfo() as a string. Store that string to request/session/servletContext, as you want. Get that string is your jsp.
|
 |
 |
|
|
subject: servlet version
|
|
|