Hi,

How do you define actions in the URLs?
Is it something like:
http://localhost/turbine/Turbine/action/MyAction
and having:
<form method="get"
action="http://localhost/turbine/Turbine/action/MyAction">
<input type=submit value="eventSubmit_myAction1">
</form>
and also having something like:
public void myAction1(RunData data, WebContext context) {
  ScreenLoader.getInstance().exec("MyScreenForMyAction1");
  // since I have to use 
  // screen/MyScreenForMyAction1/template/MyScreenForMyAction1.wm
  // in the URL, I guess I have a problem here
}

TIA,
Oki





------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to