"tobad" wrote :
| The printComponent method is called after Seam has called clearThreadlocals
in org.jboss.seam.contexts.Lifecycle.java which results in the error above.
|
Please report this in our JIRA, it seems we are a bit overzealous with throwing
exceptions here.
View the original po
The wiki would be a great place to summarize that kind of thing :)
http://www.jboss.com/wiki/Wiki.jsp?page=JBossSeam
Fell free to add a new page and to link it from the main page if you wish so.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921488#3921488
Re
"tobad" wrote : If anyone wants some help with ADF, Seam and Facelets just put
a message here.
|
Hi Tobias,
Glad that you made it.
Maybe it's worth to share with us how did you do it,
by telling us :
1. your web.xml and faces config files
2. jars you put under WEB-INF/lib and its versions
3. a
In the end it seams like the debugging is the problem.
In org.apache.myfaces.util.DebugUtils at line 313
| if (childCount > 0)
| {
| for (Iterator it = comp.getChildren().iterator();
it.hasNext(); )
| {
|