Hi, I'm working on a somewhat complex page at the moment. This page consists of several input boxes that users fill in. I've got various onblur AJAX mixins that fire on this page when fields are filled in by a user. Currently, based on the values that users put into these text boxes, other text boxes and drop down select lists are either shown or hidden (this is done by passing simple JSON back to the page in the AJAX response to these blur events)
Ideally, I'd like not to have these optional fields just hidden, but instead for the optional field to be entirely absent from the html markup when it's not needed, and only present when data entered by the user in a different field mandates it. Is this possible in T5? I don't think it is (because I think that a field needs to be present in the tml at page load time for the component in question to be bound to the T5 page class), but it would be great if it was, as it would make the page considerably lighter size wise for most of my users. Thanks Denis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]