on now triggers your delete.
Same approach - different tool.
> -Original Message-
> From: Imants Firsts [mailto:[EMAIL PROTECTED]
> Sent: Sunday, April 06, 2008 6:25 PM
> To: Tapestry users
> Subject: RE: Mixin rendering a component
>
> I consider ActionLinks wrong
-
> > From: Imants Firsts [mailto:[EMAIL PROTECTED]
> > Sent: Sunday, April 06, 2008 4:30 PM
> > To: Tapestry users
> > Subject: Re: Mixin rendering a component
> >
> > I have an entity with one-to-many relationship to other
> > entity - i.e. this entity contai
-
> From: Imants Firsts [mailto:[EMAIL PROTECTED]
> Sent: Sunday, April 06, 2008 4:30 PM
> To: Tapestry users
> Subject: Re: Mixin rendering a component
>
> I have an entity with one-to-many relationship to other
> entity - i.e. this entity contains a field of type
> Lis
I have an entity with one-to-many relationship to other
entity - i.e. this entity contains a field of type
List.
I have a component which displays this list of objects.
For normal screen I just use this component. But for
edit screen for the main entity I would like to add
some functionality to my
I don't see any way to render a component from a mixin. I'm not sure
of a use case where you'd want to do that with a mixin. Can you tell
us what you are trying to do? Then maybe someone can offer another
solution.
Josh
On Fri, Apr 4, 2008 at 3:22 PM, Imants Firsts <[EMAIL PROTECTED]> wrote:
> An
Anyone has any idea? Maybe some other solution?
Quoting Imants Firsts <[EMAIL PROTECTED]>:
> Can mixin render a component, for example TextField? I
> know that that it does not support templates and that
> it can render the tag directly.
> But I would like the mixin to add a component to form,
>
Can mixin render a component, for example TextField? I
know that that it does not support templates and that
it can render the tag directly.
But I would like the mixin to add a component to form,
so that it can be processed when the form is submitted.
Is something like that possible with mixins?