Hi,

I updated Tellurium core to support the tbody attribute in the Table
object and you can download the jar file from the following link,

http://tellurium-users.googlegroups.com/web/tellurium-0.6.0.jar?gda=CIfvpkUAAACXZPxEX7Ki-M5C2JpeBoXXvk2gFGYGBygSFx-MsD3XNzm1U0IBa7VoOT_8kZt0Mc_xTpKp7XomI9UZq1h5g4kUGu1iLHeqhw4ZZRj3RjJ_-A&gsc=StX6-AsAAADmlz11sNmEM6vD60KWm9x-

As I said, you can use the logical Container to represent the Table
with multiple tbody elements.

That is to say,

Container(uid: "tables", clocator:[:]){
     Table(uid: "first", clocator: [id: "someId", tbody: [id:
"tbody1_Id"]]){
          ......
      }
     Table(uid: "second", clocator: [id: "someId", tbody: [id:
"tbody2_Id"]]){
          ......
      }

      ...

}

Then, you can use "tables.first[i][j]" to reference the first table
and "tables.second[i][j]" for the
second one and so on.

Please let me if you have any further questions.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to