> Well, er. MMPageContext? :-) HttpContainer? I don't know... I just want to
> remarkt that a PageContext is implicitely imported in any JSP (in tomcat),
> so now all JSP's which also import org.mmbase.util.* don't compile any more.
> That seemed an issue.
Maybe RequestController.  This should be an interface in the bridge
that is created via a brige.util class
util.createRequestController()
util.createRequestController(pageContext)
util.createRequestController(Request,Response)

Reply via email to