i suppose its a Jexcel issue because the Cell implementations are not Serializable so you should not make them a dependent object in your application like having
private Cell cell; in your webpage or panel you could make it transient to avoid making it a serialization concern or if you follow my example you will see that placing such dependents in a WebPage or Panel was avoided Take a Look at ScrollableExcelGrid when you check the Panels, you will notice their is no JExcel object that is a dependent object however when you look at the Models, ExcelWorkbookModel and then CellWritableModel you only find references to the Workbook and i would consider that a problem because wicket gives you the freedom to use your models to build up your data. so stick to models On 7/26/07, Edi <[EMAIL PROTECTED]> wrote: > > > Hi, > > I am using wicket + jexcel, > > I got the following error, > > wicket.WicketRuntimeException: Internal error cloning object. Make sure > all > dependent objects implement Serializable. Class: com.ui.page.MainPage > > Caused by: java.io.NotSerializableException: jxl.read.biff.LabelSSTRecord > > Please tell your suggestions to solve this problem > > Thanking you. > Regards, > Edi > -- > View this message in context: > http://www.nabble.com/Regarding-Wicket-Run-time-exceptions--tf4149569.html#a11804823 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > IMPORTANT NOTICE: > > This mailing list is shutting down. Please subscribe to the Apache Wicket > user list. Send a message to: "users-subscribe at wicket.apache.org" and > follow the instructions. > _______________________________________________ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ IMPORTANT NOTICE: This mailing list is shutting down. Please subscribe to the Apache Wicket user list. Send a message to: "users-subscribe at wicket.apache.org" and follow the instructions. _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user