I did some searching around and found the problem. I have the following code;

List(uid:"cabinList", clocator: [tag: "ul"]) {
  Container(uid:"{all}", clocator: [tag: "li"]) {
    Div(uid:"div", clocator:['class':"details"])
    InputBox(uid:"cabin-code", clocator:[type:"hidden"])
    RadioButton(uid: "radio", clocator: [:], respond: ["click"])
    UrlLink(uid:"readMore", clocator:['class':"popup"], respond: ["click"])
  }
}

It's the InputBox with the id "cabin-code" that causes the problem. I
have now renamed it.

On 6 April 2010 16:47, Jonathan Share <[email protected]> wrote:
> But my problem is that the error message doesn't give me enough
> information to say which of my ids is the problem. I have no idea
> which id causes the error message to appear on std out.
>
> On 6 April 2010 16:40, Jian Fang <[email protected]> wrote:
>> BTW, could you post your uids here, I like to see if we could add more
>> options to the ID.
>>
>> Thanks,
>>
>> Jian
>>
>> On Tue, Apr 6, 2010 at 10:20 AM, Jian Fang <[email protected]> wrote:
>>>
>>> Seems your uids do not comply to the UDL ID specification, where ID can
>>> only start with a letter
>>> followed by digits / letters /"_". Please see the spec here:
>>>
>>> http://code.google.com/p/aost/wiki/TelluriumUIDDescriptionLanguage#ID
>>>
>>> Thanks,
>>>
>>> Jian
>>>
>>> On Tue, Apr 6, 2010 at 7:00 AM, Jonathan Share <[email protected]>
>>> wrote:
>>>>
>>>> Hi,
>>>>
>>>> Today I'm getting the following in my standard output when I build;
>>>>
>>>>  line 1:6 mismatched character 'c' expecting '>'
>>>>
>>>> However my tests pass and there are no further errors. This looks like
>>>> somewhere logging could be improved.
>>>>
>>>> Regards,
>>>>
>>>> Jonathan
>>>>
>>>> --
>>>> 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.
>>>>
>>>
>>
>> --
>> 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.
>>
>

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