Re: Input Validation example

2007-09-07 Thread Nick Westgate
[ERROR] Login Embedded component(s) form are defined within component class edu.usc.k12.cpanel.pages.Login, but are not present in the component template. Yeah, there is a small bug in the template error reporting. is a component of type "Form" that is assigned a default id, and that's the sam

Re: Input Validation example

2007-09-07 Thread Filip S. Adamsen
However, it could be something else I haven't figured out yet, like this problem with the other items. If you have any thoughts on these weird inconsistencies it'd be helpful. Thanks. Jean-Philippe -Original Message- From: Nick Westgate [mailto:[EMAIL PROTECTED] Sent: Thursda

RE: Input Validation example

2007-09-07 Thread Jean-Philippe Steinmetz
ul. Thanks. Jean-Philippe > -Original Message- > From: Nick Westgate [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 06, 2007 9:31 PM > To: Tapestry users > Subject: Re: Input Validation example > > Are you sure you've copied the source exactly? > > It

Re: Input Validation example

2007-09-06 Thread Nick Westgate
riginal Message- From: Nick Westgate [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 8:13 PM To: Tapestry users Subject: Re: Input Validation example This should work automatically. Read the component reference for TextField. Your java class should define a property with the same nam

RE: Input Validation example

2007-09-06 Thread Jean-Philippe Steinmetz
e- > From: Nick Westgate [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 05, 2007 8:13 PM > To: Tapestry users > Subject: Re: Input Validation example > > This should work automatically. Read the component reference for > TextField. > Your java class should defi

Re: Input Validation example

2007-09-05 Thread Nick Westgate
This should work automatically. Read the component reference for TextField. Your java class should define a property with the same name as the field's id. (It's already there if you copied the source.) Cheers, Nick. Jean-Philippe Steinmetz wrote: Hello all, I'm having some trouble with t