Re: [WARNING] T5 validation

2007-03-02 Thread Terry
it and refactor to fit you application... ;) Terry -- View this message in context: http://www.nabble.com/T5-validation-tf3323698.html#a9267798 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

T5 parent POMs need plugin repositories included

2007-03-02 Thread Terry
and javasource plugins. Terry -- View this message in context: http://www.nabble.com/T5-parent-POMs-need-plugin-repositories-included-tf207.html#a9268369 Sent from the Tapestry - User mailing list archive at Nabble.com

Re: [WARNING] T5 parent POMs need plugin repositories included

2007-03-02 Thread Terry
Yup, if you have some repositories set in your settings.xml, Maven will use those. It's a bit of a moot point as to where you should put definitions for common plugins, but if something is likely to stop your build from working on a new user's machine (with an obtuse error message), then I

Re: [WARNING] T5 Injection of config properties

2007-03-02 Thread Terry
Thanks. I managed to do what I wanted using a system property, but couldn't work out how to do a similar thing using a .properties file. Perhaps something that would benefit from an example in the docs? Howard Lewis Ship wrote: There's a couple of layers of indirection getting in your way.

BeanEditForm

2007-03-02 Thread Terry
somehow? Will I ever run out of stupid questions? ;) Terry -- View this message in context: http://www.nabble.com/BeanEditForm-tf3337016.html#a9280833 Sent from the Tapestry - User mailing list archive at Nabble.com

Re: [WARNING] T5 validation

2007-03-01 Thread Terry
That's what I thought, but when I tried it previously, I just got an exception: Start does not contain an embedded component with id 'form'. If I look at the source of the page that is generated without the @Component, I see a form with id=form, so I don't know what is missing. My page design

Re: [WARNING] T5 validation

2007-03-01 Thread Terry
D'oh! That's obvious now I look at it. Like most things in Tapestry, once you have seen it once... :) Thanks. Howard Lewis Ship wrote: BeanEditForm is not a Form, but does own one; it includes a getForm() accessor. So: @Component private BeanEditForm _beanEditForm; // Case just

T5 Injection of config properties

2007-03-01 Thread Terry
that within the IoC framework. All I want to do is have a set of deployment parameters for tweaking things like filepaths. Many thanks, Terry -- View this message in context: http://www.nabble.com/T5-Injection-of-config-properties-tf3330688.html#a9261163 Sent from the Tapestry - User mailing list

T5 validation

2007-02-28 Thread Terry
to feed back field level errors to the user. If my page is a POJO and my form data is a POJO that is wired up by magic, how do I get access to the Form object from within the page to invoke recordError? Thanks, Terry -- View this message in context: http://www.nabble.com/T5-validation-tf3323698