One more observation
During rendering table with h:dataTable it accesses number of other beans
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.contexts.Contexts] found in event
context: record^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.contexts.Contexts] found in event
context: recordList^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.intercept.RootInterceptor] intercepted:
recordList.getResultList^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] instantiating Seam component:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] initializing new instance of:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] done initializing:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] instantiating Seam component:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] initializing new instance of:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] done initializing:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.core.Events] Processing
event:org.jboss.seam.preSetVariable.recordList^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] instantiating Seam component:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] initializing new instance of:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] done initializing:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] instantiating Seam component:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] initializing new instance of:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.Component] done initializing:
org.jboss.seam.core.events^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.core.Events] Processing
event:org.jboss.seam.postSetVariable.recordList^M
| 2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext
properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFacto
| ry, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}^M
when I render same table using UI:repeat
It does less work achieving same result.
Only these lines repeat (no access to other conmonents)
2007-08-26 22:18:08,093 DEBUG [org.jboss.seam.contexts.Contexts] found in event context:
record^M
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078193#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...