Sorry, the problem was solved.. It's very simple :)
just using this in tapestry page class:
@Inject
private QuartzSchedulerManager schedulerManager;
and use this code to access the jobDataMap and update the value:
JobDetail jobDetail =
schedulerManager.getScheduler().getJobDetail("AutoHouseKeepin
Hi...
I'm using chenillekit quartz from
http://chenillekit.codehaus.org/chenillekit-quartz/index.html.
I already follow the "how-to" guide and it is running well.
But I'd like to ask: how to access JobDataMap from Tapestry page
class, in case I want to change the JobDataMap value from user input.