>From the scheduler .wm templates...
$edituri?jobid=$job.getId()
So, the problem with this is that $edituri is generated from a DynamcURI()
which is probably the correct thing to do, the problem with this is that if
you have cookie's turned off, then there is already going to be a "?" in the
URL because the JServSessionId will be inserted into $edituri.
Now, this is one solution that I would like something extremely clean for
since it will potentially be used in bazillions of different places. Any
suggestions on how to hand this? What would be REALLY cool is the ability to
set parameters from within WM, but I'm not sure if this is possible (I don't
think it is)...something like this:
$dynamic.setScreen("edit.wm").addPathInfo("jobid", $job.getId() )
Suggestions?
-jon
--
Scarab -
Java Servlet Based - Open Source
Bug/Issue Tracking System
<http://scarab.tigris.org/>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]