Re: Recommendation...

2007-01-12 Thread Steve Wells
Just to add to the flood of options... A while ago a put together an application with tutorial/notes style docs that lightly covers Tapestry 4, HiveMind, Cayenne (similar to Hibernate), Maven build tool and Tomcat. It shows how to configure and get started with these frameworks. http://sourcefo

Re: Beanform: Nested Beanforms with Binding Overrides

2007-01-10 Thread Steve Wells
ok, after rolling back to just a simple one-off Beanform on its own and it still failing ,cleaning the hell out of everything, the problem seems to have (most unbelievably) been an empty left-over .page file; it only had the ... Serve me right for leaving mess around. On 10/01/07, Steve Wells

Re: Beanform: Nested Beanforms with Binding Overrides

2007-01-10 Thread Steve Wells
27;t? Or neither of them work? What do you mean by "all I see is the [PROPERTY_NAME] coming out"? As an aside, what is the following binding on "bf_inner" supposed to be doing? text="literal:possibility" On 1/11/07, Steve Wells <[EMAIL PROTEC

Beanform: Nested Beanforms with Binding Overrides

2007-01-10 Thread Steve Wells
Hi, Bit of extreme BF'ing here. Titles are not printing; be it dynamically or literally when I do something of the form: form beanform1 for (iterate over a list) new beanform from each list item All I see is the [PROPERTY_NAME] coming out. Detailed Code as follows:

Re: Squeeze adapter issue with Beanform

2006-12-18 Thread Steve Wells
anForm squeezer prefix to just be a single character, in order to minimize conflicts... On 12/18/06, Steve Wells <[EMAIL PROTECTED]> wrote: > > hmmm, thanks and good thinking guys not sure it nails it though... > > The prefix is "P" but I have tried others., BeanForm us

Re: Squeeze adapter issue with Beanform

2006-12-18 Thread Steve Wells
hmmm, thanks and good thinking guys not sure it nails it though... The prefix is "P" but I have tried others., BeanForm uses "BP" Barry I think the squeezer type is registered by the getDataClass method? Cayenne squeezer: public Class getDataClass() { return DataObject.class; } BeanForm:

Re: Border component, Application state object, jwcid

2006-12-17 Thread Steve Wells
Related to this is to check for the existence of an ASO: You are logged on as Click here to login... On 18/12/06, Dennis Sinelnikov <[EMAIL PROTECTED]> wrote: Border.java: @InjectState("visit") public abstract Visit getVisit(); Border.html hth, Dennis Josh Joy wrote: > Hi All,

Squeeze adapter issue with Beanform

2006-12-17 Thread Steve Wells
Hiya, I've just been trying to get beanform 0.7 working, but get what appears to be a clash with the BeanPropertySqueezer and my own Cayenne squeezer. Cutdown error is: Error building service tapestry.data.DataSqueezerTerminator: Error at jar:file:/G:/JavaTools/apache-tomcat-5.5.20/temp/4-web/WE

Re: Bean validator - validation method not being called

2006-12-07 Thread Steve Wells
validation failure, I stupidly kept trying the empty field case. doh! On 08/12/06, Steve Wells <[EMAIL PROTECTED]> wrote: A bit of validation grief here (Tapestry 4.0.2), I hope someone can help or provide an example of their own of this (besides the one in Kent Tongs book). I'm trying to crea

Bean validator - validation method not being called

2006-12-07 Thread Steve Wells
A bit of validation grief here (Tapestry 4.0.2), I hope someone can help or provide an example of their own of this (besides the one in Kent Tongs book). I'm trying to create a custom validator that grabs maxLength and required info from the data model. The "Bean" I define as the validator takes