On Mon, 12 May 2014 15:00:34 -0300, Lance Java <lance.j...@googlemail.com> wrote:

Note: Under the hood, AbstractField is calling
allocatedClientId = javaScriptSupport.allocateClientId(clientId);

Yeah, this doesn't match the corresponding behavior in Zone, which uses the clientId as is if provided: clientId = resources.isBound("id") ? idParameter : renderSupport.allocateClientId(resources);

I think the clientId should be respected if bound. JIRA please? :)

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to