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
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
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
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