Johannes

I think your code updates the template display, and
not the form definition...  at any rate, it does not work.

Thanks
Derek

>>> On 2008/03/03 at 03:46, in message <[EMAIL PROTECTED]>, "Johannes Textor" 
>>> <[EMAIL PROTECTED]> wrote:

> What do I need to change?
>  
[snip]
>
> The flowscript looks like:
>  
>    var tForm = new Form("cocoon:/db/update/form/test", {"foo":"foob"});
>     var tmodel = tForm.getModel(); 
>     tForm.showForm("db/test.uforms");
>  

var tForm = new Form("cocoon:/db/update/form/test");
var tmodel = tForm.getModel(); 
tmodel.foo = "foob";
tForm.showForm("db/test.uforms");


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



-- 
This message is subject to the CSIR's copyright terms and conditions, e-mail 
legal notice, and implemented Open Document Format (ODF) standard. 
The full disclaimer details can be found at 
http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their 
support.


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

Reply via email to