I have TextField component which is disabled when template is rendered. It will be enabled from javascript and submit data to server. But the data change is not bound back to server. I must render TextField as enabled to get data back and I can not use javascript to change the status. Is that true? If yes, it does not make any sense. Also, for hidden field, it does not render id attribute for me with <input type="hidden" t:type="hidden" id="someId" value="someValue" /> if I change id="someId" to t:id="someId", it will render name attribute instead of id attribute. Thanks.
-- Haipeng Du Salt Lake City