I can't see any problems with this changes. But is that not already commited in
rev. 550173 ?
Jacques
De : "Jacopo Cappellato" <[EMAIL PROTECTED]>
> Right now, in many form definition, in order to display an empty header,
> the following title is set:
>
> title=""
>
> I'd like to change the behavior of the framework to suppress (don't
> create a cell) the header if the above title is set; is it ok if I
> change the existing form definitions in the following way?
>
> title="${uiLabelMap.CommonEmptyHeader}"
>
> where CommonEmptyHeader=
> is blank
>
> What do you think?
>
> Jacopo