Some minor notes on the Scheduler Service document:

http://jakarta.apache.org/turbine/turbine-2.2.0/services/scheduler-service.h
tml


In the last code section for the action class:
(note my doPerform method came out as doPerform( RunData data, Context
context), but that's probably not needed)

+ import org.apache.turbine.util.ParameterParser;
+ import org.apache.turbine.services.TurbineServices;

- setTemplate(schedule,SchedulerStatus.vm); 
+ setTemplate(data,"SchedulerStatus.vm"); 

I'm not sure if this applies to other versions Turbine.  Please shout if you
know.

Mark Lybarger
[EMAIL PROTECTED]
CBC Companies
614.442.3741

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.463 / Virus Database: 262 - Release Date: 3/17/2003
 

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

Reply via email to