I pass parameters to my forms and form widgets like this:

                var form=new Form(myFormDefinition);
                form.setAttribute("myAttribute",myAttribute);
                
form.lookupWidget("myWidget").setAttribute("myAttribute",myAttribute);

Barbara

On 31 Jul, 2008, at 5:11 pm, Мария Григорьева wrote:

How to use formMap.put() to pass the parameters to the fromMap???

For example,

var composit = dao.composition.get(experiment.get("id_compositions"));
formMap.put(key, composit);

But it doesn’t work…

How can I do it ???

Reply via email to