Hi Thiago, thanks for the response. How would you recommend controlling the
individual fields dynamically? 

I tried something like this, 

public boolean isDisabled() {
        if
(componentResources.getEmbeddedComponent("unitPrice").getComponentResources().isRendering())
{
            return false;
        }
return true;
}

This kinda works except I'm not completely sure how to request the id from
the form field being disabled/enabled in order to check against the db. 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-dynamically-set-disabled-attribute-tp2414476p5028957.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to