On 5/25/2011 7:08 PM, wkm wrote:

     public void setupRender() {
         clientId = jsSupport.allocateClientId(componentResources);
     }

Uh, well, using this instead:


    public void setupRender() {
        clientId = componentResources.getId();
    }

Otherwise AJAX field validation... not so happy.

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

Reply via email to