Instead of list, use EntityListIterator like
<entity-condition entity-name="TLog" list-name="TLogs">
<use-iterator/>
</entity-condition>
- Vikas
On Wed, Jun 25, 2008 at 8:16 AM, stamilo <[EMAIL PROTECTED]> wrote:
> hi,
> i have a big table ,about 10,000 rows data ,
> i use
>
> <form name="LOGList" type="list" list-name="examples"
> paginate-target="LOGList">
> <actions>
> <entity-condition entity-name="TLog"><order-by
> field-name="fKey"/></entity-condition>
> </actions>
> that , want do display data , but nothing showed ,
> console report :
> [java] 2008-06-25 02:44:17,360 (http-0.0.0.0-8443-2)
> [StandardWrapperValve.
> java:274:ERROR] Servlet.service() for servlet ControlServlet threw
> exception
> [java] java.lang.OutOfMemoryError: Java heap space
>
> how i can display the big table ?
>
> thx!
>