Hi, you can't intercept between component creation and rendering. see this thread: http://www.mail-archive.com/users%40myfaces.apache.org/msg11950.html
The only way to have components before the render phase is to provide application created components via binding attribute. Mariano Petrakovsky wrote: > I have a table into database, with the ids of some fields in a page with a > boolean attribute "visible". > > My Jsf pages are all ready, then I need dynamically catch a phase before > render, look each component in this page an look in the database if this > field just be rendered. > > I think i need put an phase listener... if is true... where I can read how > make this? > > Thanxs > > -- > Mariano G. Petrakovsky > Programmer · Software Factory > AXG Tecnonexo - www.tecnonexo.com > > Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · > Argentina. > Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065. > > Headquarters: 1604 Spring Hill Road, Suite 160 Vienna · VA 22182 · USA. > Tel.: (202) 986-7541 - Fax: (202) 787-3891. > > > · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · > · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · > · · · · > > > -- 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.

