Hi all, If you implement the pageEndRender method in a page, them it will be fired after all contained components have rendered and as far as I know the HTML generation is complete and ready to be sent back in the response stream. What I want is to access that HTML before it goes out and make an edit to it and then send the modified HTML out. From with the
public void pageEndRender(PageEvent event) method. I am assuming it will look something like this. event.method1 (gets HTML) alter HTML event.method2 (sets new HTML) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]