Hello,

In the following code:

----
List(uid: "subcategory", locator: "", separator: "p"){
    InputBox(uid: "2", clocator: [title: "Google Search"])
    UrlLink(uid: "all", clocator: [:])
}
---

Is there a possibility to rename the "2" in a more meaningful uid? We
found unfortunate that we have the possibility to rename the uid for
all the other elements (which is great), except for specific elements
in a list (NumberFormatException).

Do we really need to use a number as an uid for a specific (statically
defined) element in a list? We don't want to use "2" in our tests,
only in the UIModel definition...

What do you think?

Thank you,

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