manu0
Programmer
- Apr 28, 2001
- 54
hi
I'm using DSAPI tomcat_redirector.dll to forward http requests to Tomcat (running as a servlet container) to handle servlet and jsp files.
When one jsp contains parameters (<input> fields) and a POST method is used within a <FORM> tag to validate the form, the destination servlet or jsp cannot retrieve those parameters... (value=null), but GET methods and parameters like "<a href=test2.jsp?param=ok>" work fine.
What can I do ?
I'm running Domino 5.0.10 and Tomcat 4.0 with protocol ajp13
(in the workers file).
manu0