Re: speiclised servlet actions

2001-10-02 Thread Marcelo Vanzin
[EMAIL PROTECTED] wrote: > For various reasons, I'm trying to get an Action to call a method on a homemade > servlet like so: > > servlet.getServletContext().checkoutCollection("DPPmfg_cds", "trunk","cache"); > > Which, unsurprisingly, does not compile. I may be missing something he

speiclised servlet actions

2001-10-02 Thread roger . day
For various reasons, I'm trying to get an Action to call a method on a homemade servlet like so: servlet.getServletContext().checkoutCollection("DPPmfg_cds", "trunk","cache"); Which, unsurprisingly, does not compile. How does one get an action call methods on servlets? Or am I barking up the wro