We've been having a most frustrating time debugging JSP code that for all
purposes has been perfectly good, except our parameter names are getting
stepped on by Tomcat. We used to have parameters named "page",
"pageSize", and "field". None of these would be sent to our bean, yet
they *would* be available via request.getParameter(). By changing the
parameter names in our JSP/bean things suddenly work.
Question: Is there a documented list of forbidden parameter names???
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]