thanks.
it works now.

On Mon, 2005-04-25 at 13:09 +0200, Reinhard Poetz wrote:
> Arsen A. Gutsal wrote:
> > Reinhard.
> > Can you please gimme some simple example of how to use controller.
> 
> see the Cocoon Forms examples, here the flowscript (= controller) of the 
> carselector:
> 
> function selectCar() {
>      var form = new Form("forms/carselector_form.xml");
>      form.lookupWidget("make").setValue(cocoon.parameters.defaultMake);
>      form.showForm("carselector-display-pipeline.jx");
>      cocoon.request.setAttribute("carselectorform", form.getWidget());
>      cocoon.sendPage("carselector-success-pipeline.xsp");
> }
> 
> What do you use as controller? Flowscript, Actions, Apples?
> 
-- 
Sincerely,
Arsen A. Gutsal
SOFTSKY Ltd CEO/Executive
SOFTSKY - Cost effective Software Development


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to