Re: T5.0.11 beanEditForm

2008-04-11 Thread Natia Gdzelishvili
I'll try it On Fri, Apr 11, 2008 at 1:38 AM, Filip S. Adamsen <[EMAIL PROTECTED]> wrote: > This has been fixed in 5.0.12 where you can now add the @Inject annotation > to the constructor that Tapestry should use for auto-instantiating your > object. > > -Filip > > > On 2008-04-07 11:09, Natia Gdz

Re: T5.0.11 beanEditForm

2008-04-10 Thread Filip S. Adamsen
This has been fixed in 5.0.12 where you can now add the @Inject annotation to the constructor that Tapestry should use for auto-instantiating your object. -Filip On 2008-04-07 11:09, Natia Gdzelishvili wrote: I am using beanedit form, i have a simple code AddCelebrity.tml AddCelebrity.jav

Re: T5.0.11 beanEditForm

2008-04-08 Thread Michael Gerzabek
Hi Natia, I'm not an expert here but learning on my own. It looks like T5 complains about the constructor of Celebrity. If you only use the default constructor your classes work. I did it that way: public class AddCelebrity { @Persist private Celebrity celebrity; @Inject p

Re: T5.0.11 beanEditForm

2008-04-08 Thread Natia Gdzelishvili
Can anyone help? On Mon, Apr 7, 2008 at 1:09 PM, Natia Gdzelishvili <[EMAIL PROTECTED]> wrote: > I am using beanedit form, i have a simple code > > AddCelebrity.tml > > > AddCelebrity.java > public class AddCelebrity { > @Persist > private Celebrity celebrity; > > public Celebrity g