Hello List,
I had written some Tags for a website that worked well with tomcat 4.0.x but
when we installed the same on 4.1.x it ceased working.
Here is the snipplet of code that causes problems:
----- snip -----
public class myTag extends TagSupport {
public int doStartTag() throws JspException {
String param = pageContext.getRequest().getParameter("field");
if(param == null) param = "performanceMTD";
....
return SKIP_BODY;
}
}
----- snip -----
from 4.1.x on, the first line always returns a "null", even though there IS
a parameter in the request.
Does anybody know what I need to do?
Regards,
Peter Werno
Dresdner Kleinwort Wasserstein Research GmbH
GDR - Global Debt Research
* Tel.: (+49) 69 713 12281
* mobile: (+49) 172 640 5483
mailto:[EMAIL PROTECTED]
----------------------------------------------------------------------
If you have received this e-mail in error or wish to read our e-mail
disclaimer statement and monitoring policy, please refer to
http://www.drkw.com/disc/email/ or contact the sender.
----------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]