RE: Re: Re: Datasqueezers and strategies

2005-09-28 Thread Rob Dennett
, 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

Re: Re: Datasqueezers and strategies

2005-09-28 Thread Kent Tong
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

Re: Re: Re: Datasqueezers and strategies

2005-09-28 Thread Kent Tong
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

RE: Re: Re: Datasqueezers and strategies

2005-09-27 Thread Rob Dennett
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

RE: Re: Datasqueezers and strategies

2005-09-27 Thread Rob Dennett
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

Re: Re: Datasqueezers and strategies

2005-09-27 Thread Kent Tong
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

RE: Re: Datasqueezers and strategies

2005-09-27 Thread Peter Ertl
<[EMAIL PROTECTED]> > Betreff: RE: Re: Datasqueezers and strategies > Datum: Tue, 27 Sep 2005 08:36:29 -0500 > > Does your book cover this in more detail? Also, what do you do if you > have a For component outside of a form? > > Thanks, > Rob > > -Original Message---

RE: Re: Datasqueezers and strategies

2005-09-27 Thread Rob Dennett
: 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

Re: Datasqueezers and strategies

2005-09-27 Thread Kent Tong
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

Datasqueezers and strategies

2005-09-26 Thread Rob Dennett
I created a simple component that takes a complex class as a parameter and iterates over it, outputting one of its values. When I initially tried to run this, I got an exception saying, “Could not find a strategy instance for class Foobar”. I made the class in question implement Serializabl