You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by David Wynter <da...@btclick.com> on 2001/12/18 20:17:36 UTC

Active scheduled job status loaded in a separate window, how-to?

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>