Hi,

I have a quartz job that sends emails containing links to pages rendered by
Wicket.  All these links have parameters.

Is there a way of doing the equivalent of RequestCycle.get().urlFor(
pageclass, parameters) from a quartz job?

At the moment it's hardcoded to generate the url but if the Wicket
application configuration changes, the quartz job is something else to
remember to modify.

Thanks,
Tim

Reply via email to