when a page that implment PageBeginRenderListener Interface, and in the
pageBeginRender() method:

public void pageBeginRender(PageEvent event) {
System.out.println("here");
}

and the "here" will print twice. why?

Reply via email to