[jboss-user] [JBoss Seam] - Re: JBoss EL performance vs Sun EL

mgrouch do-not-reply at jboss.com
Fri Sep 21 00:09:36 EDT 2007


"dustismo" wrote : We had similar issues with rendering large tables.  The problem was fixed by simply outjecting the variables instead of accessing them through the bean.
  | 
  | So in you example try:
  | 
  | 
  |   | @Out
  |   | public String[][][] getData() {
  |   | 	return data;
  |   | }
  |   | 
  | and in the view:
  | 
  | 
  |   | <ui:repeat value="#{data}" var="row" varStatus="index">
  |   | 
  | 
  | hope that helps,
  | Dustin

I've tried that. It didn't help.
Same slow response times.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087013#4087013

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087013



More information about the jboss-user mailing list