RE: Mixin rendering a component

2008-04-06 Thread Jonathan Barker
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

RE: Mixin rendering a component

2008-04-06 Thread Imants Firsts
- > > 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

RE: Mixin rendering a component

2008-04-06 Thread Jonathan Barker
- > 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

Re: Mixin rendering a component

2008-04-06 Thread Imants Firsts
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

Re: Mixin rendering a component

2008-04-04 Thread Josh Canfield
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

Re: Mixin rendering a component

2008-04-04 Thread Imants Firsts
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, >

Mixin rendering a component

2008-04-02 Thread Imants Firsts
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?