"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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to