> > I believe Turbine manages some kind of pool for these, but
> > I'm not sure it is public... I see there is a RunDataService, but
> > it will only give back a RunData object given HttpServletRequest,
> > HttpServletResponse and ServletConfig objects; maybe what I'm
> > trying to do doesn't make any sense outside a servlet context?
> 
> I would imagine so, if you give a detailed example of what you're 
> trying to accomplish maybe we can help.

I will eventually call an action this way:

  ActionLoader.getInstance().exec(data, "myAction");

So, I want to fake that the myAction action is being called...
Inside myAction, the code looks at the ParameterParser associated
with data in order to gather information.

Any hints? Thanks in advance,


-- 
Gonzalo A. Diethelm
[EMAIL PROTECTED]
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to