On Fri, 16 Aug 2013 12:05:18 -0300, Nicolas Barrera <nbarr...@gmail.com> wrote:

Hi,

Hi!

I 've tried to dynamically change the t:type attribute of an input
textfield by doing this:

<input t:type="prop:elementType"

As Lance said, t:type is the Tapestry component type. This is completely unrelated to bindings. The HTML <input> attribute can be set normally, just don't use the t: prefix:

<input t:type="TextField" type="${elementType}" ...>

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to