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 wrong tree.

The servlet is trying to emulate the database servlet in the example; however,
for reasons of speed, I'm trying to get each action to call methods on the
servlet.

What am I doing wrong?

TIA.

Roger


Reply via email to