Hi Thiago

I tried that but unfortunately T5 is appending a random string at the end of
the id e.g.

@Component(id="techFirstName", paramaters={"value=order.techFirstName",
"clientId=techFirstName"}
private TextField techFirstName;

<t:textField t:id="techFirstName" />

According to firebug the html generated is <input type="text"
name="techFirstName" id="techFirstName-12426d8b4d6"/>

It's strange because there is no other element with a clientId of
techFirstName so I don't understand why Tapestry is appending the random
string

Toby

2009/10/5 Thiago H. de Paula Figueiredo <thiag...@gmail.com>

> Em Mon, 05 Oct 2009 09:56:07 -0300, Toby Hobson <
> toby.hob...@googlemail.com> escreveu:
>
>  Hello Everyone
>>
>
> Hi!
>
>  Does anyone know what is the best way to get a clientId for an element
>> which is rendered via Ajax?
>>
>
> In this case, provide the ids yourself.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java consultant, developer, and instructor
> http://www.arsmachina.com.br/thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to