Yes, the RadioButton builder did not pass in the correct default type. I have fixed it and please check the jar file from,
http://tellurium-users.googlegroups.com/web/tellurium-0.6.0.jar?gda=ww3czUUAAACXZPxEX7Ki-M5C2JpeBoXXHz57mAkVIbltRDkHpi3K5Tm1U0IBa7VoOT_8kZt0Mc_xTpKp7XomI9UZq1h5g4kUGu1iLHeqhw4ZZRj3RjJ_-A&gsc=mXcvYRYAAADQP34pKm3Sq_RogpRC23PAOkh0iBmraMEV23BitRBh_w Thanks for pointing this bug out. Jian On Feb 25, 9:40 am, John <[email protected]> wrote: > You can try to use position to locate which tbody, for example, > > Container(uid: "tables", clocator:[:]){ > Table(uid: "first", clocator: [id: "someId", tbody: [position: > "1"]]){ > ...... > } > Table(uid: "second", clocator: [id: "someId", tbody: [position: > "2"]]){ > ...... > } > > ... > > } > > For the RadioButton, the default type is "radio" and you do not need > to specify. If > what you said is true, then it should be a bug, I will look into this. > > Thanks, > > Jian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
