[jboss-user] [JBoss Seam] - Re: JSF Component not rendered, but no errors reported

2007-06-15 Thread jfrankman
I am new to JSF and SEAM. What do you mean by create a phase listener. Is this a class I need to write, or is this done via a configuration setting? Any link to documentation would be appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054751#4054751

[jboss-user] [JBoss Seam] - Re: JSF Component not rendered, but no errors reported

2007-06-13 Thread petemuir
No. In general, stick a break point on the encodeBegin/encodeEnd methods of the component renderer - then you can see where it all goes wrong. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054164#4054164 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JSF Component not rendered, but no errors reported

2007-06-13 Thread [EMAIL PROTECTED]
It can also be useful to create a JSF phase listener and look what JSF phases are being traversed. You may not even be getting to the render phase! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054170#4054170 Reply to the post :