, September 28, 2005 10:27 AM
To: tapestry-user@jakarta.apache.org
Subject: Re: Re: Datasqueezers and strategies
Rob Dennett tmit1.org> writes:
> Well I had already made all the objects serializable and it says it is
> choking
> on java.util.RandomAccessSubList. I made sure to upgrade t
Rob Dennett tmit1.org> writes:
> Well I had already made all the objects serializable and it says it is
> choking
> on java.util.RandomAccessSubList. I made sure to upgrade to the latest beta
> just to make sure, but I am still getting the exception. I can't find
> anything that discusses t
Rob Dennett tmit1.org> writes:
>
> But what if you have a page with a For component that doesn't have a Form
> component?
Then there won't be any rewind phase and therefore the For
component won't try to save the objects in "source" (or
their keys).
--
Author of a book for learning Tapestry
But what if you have a page with a For component that doesn't have a Form
component?
Thanks,
Rob
-Original Message-
From: Kent Tong [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 27, 2005 9:12 AM
To: tapestry-user@jakarta.apache.org
Subject: Re: Re: Datasqueezers and strat
idea what is going on
here or point me to some documentation?
Thanks for your help,
Rob
-Original Message-
From: Kent Tong [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 27, 2005 4:44 AM
To: tapestry-user@jakarta.apache.org
Subject: Re: Datasqueezers and strategies
Rob Dennett
Rob Dennett tmit1.org> writes:
> Does your book cover this in more detail?
It has an example on the use of a converter. It doesn't talk about
keyExpression because I consider it a less clean solution. It doesn't
talk about data squeezers at all because I prefer passing keys over
whole objects
--
> From: Kent Tong [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 27, 2005 4:44 AM
> To: tapestry-user@jakarta.apache.org
> Subject: Re: Datasqueezers and strategies
>
> Rob Dennett tmit1.org> writes:
>
> > I made the class in question implement Serializable
: Datasqueezers and strategies
Rob Dennett tmit1.org> writes:
> I made the class in question implement Serializable (although I didn’t
> define a serialVersionUID), but now I get a NotSerializableException.
> The class in question contains a list of other objects as well. Do I
> n
Rob Dennett tmit1.org> writes:
> I made the class in question implement Serializable (although I didn’t
> define a serialVersionUID), but now I get a NotSerializableException.
> The class in question contains a list of other objects as well. Do I
> need to create a datasqueezer adaptor for t