[EMAIL PROTECTED] wrote:
unico 2004/05/17 02:32:04
Modified: src/java/org/apache/cocoon/transformation/pagination
Pagesheet.java
Log:
must be serializable when using the Store in Paginator (got ClassCastException)
Adding Serializable is not enough to make whole object graph Serializable. In this case, Pagesheet and all linked classes can be made Serializable (it comes down to simple types and collections). Do you want to do this change (or I can do it...)?
Vadim
