Hi Bruno I think the use-when tag is mostly used for single type forms. I _think_ currently when used with lists it evaluates the use-when expression for each row to decide whether or not to display that field for that row.
If you wanted to change that behaviour I guess the first step would be to check if it is being used anywhere in the system in its current state and how any changes would effect that. Regards Scott 2008/7/27 Bruno Busco <[EMAIL PROTECTED]>: > OK, I found the use-when property of the field tag that can be used for > this. > But i found that the field name is always displayed in the header. > I see from the code that this property is used to have multiple fields with > the same name and select one to be displayed, but in the case when for none > of them the use-when is true, shouldn't be the complete column removed? > > Many thanks, > Bruno > > > 2008/7/26 Bruno Busco <[EMAIL PROTECTED]> > >> Hi devs, >> does anybody know if there is a way to dinamically hide/show a field column >> of a list form widget? >> I would like to have a checkbox or similar control that let the user to >> select which field include in the form. >> Many thanks, >> Bruno >> >
