Em Mon, 06 Jul 2009 15:02:20 -0300, Norman Franke <nor...@myasd.com> escreveu:
        <input t:type="Hidden" t:id="login_id" value="${loginId}"/>

Just add an id attribute to it. :)
<input t:type="Hidden" t:id="login_id" value="${loginId}" id="login_id"/>

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