On my page that displays what jobs I have scheduled (using TurbineScheduler) I would like to have a button that launches a separate browser to display the currently active jobs. I can use .reload(true) with the location object and a bit of javascript to reload the page regularly so that it can use a pull tool to get the current state of the jobs using JobEntry.isActive to check each job. The reason for the separate browser is that I don't want the continuous reload of the page that displays the schedule information.
My concerns relate to how you maintain the security in this second screen. Also how will Turbine retain state for the Schedule information page when it launches the active job status page? Is this approach possible with Turbine? If not I can put a button on the Scheduled Job page for the user get the status of jobs active. A bit lame but possibly all that I can manage with Turbine. Thanks David -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
