Hi Amit, Amit Jain wrote: > Hi, > > I have a class which extends UIcolumn. I am adding header facet to it in > encodebegin method but the facets are not getting rendered. I am getting > simple UIcolumn. > Can someone suggest some other way to do it.
you can't do this in encode methods of UIColumn, because these are never called. The encoding of the columns children is invoked by the renderer of UIData. If you have a custom tag class you can add the facet there, otherwise you can do this in the constructor of your custom UIColumn. Regards, Volker > > Regards > Amit -- Don't answer to From: address! Mail to this account are droped if not recieved via mailinglist. To contact me direct create the mail address by concatenating my forename to my senders domain.

