Hi
  I have the following template
       ui.Table
(uid:"foodentry",clocator:[id:"%%foodentry_em"],group:"true") {
            ui.InputBox(uid:"all",clocator:[id:"%%name"])
            ui.InputBox(uid:"all",clocator:[id:"%%quantity"])
            ui.Selector(uid:"all",clocator:[id:"%%unit"])

       }

and I try
   type "foodentry[1][1], "abcd"   or keyType "foodentry[1][1]", "abcd"

but this throws an exception saying no method type / keyType

How do I set the values of the input box in the template

Thanks
Regards
Hari

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to