Re: @BindParameter misses inherited parameters

2011-10-24 Thread Dragan Sahpaski
Hey thanks. Cheers, Dragan Sahpaski On Mon, Oct 24, 2011 at 4:35 PM, Robert Zeigler wrote: > I'll try to take a look at it tonight. > > Robert > > On Oct 24, 2011, at 10/249:31 AM , Dragan Sahpaski wrote: > > > I have submitted a patch for > https://issues.apache.org/jira/browse/TAP5-1663 > >

Re: @BindParameter misses inherited parameters

2011-10-24 Thread Robert Zeigler
I'll try to take a look at it tonight. Robert On Oct 24, 2011, at 10/249:31 AM , Dragan Sahpaski wrote: > I have submitted a patch for https://issues.apache.org/jira/browse/TAP5-1663 > . > > The patch contains integration tests and is quite short so I would be happy > if someone applies it or a

Re: @BindParameter misses inherited parameters

2011-10-24 Thread Dragan Sahpaski
I have submitted a patch for https://issues.apache.org/jira/browse/TAP5-1663 . The patch contains integration tests and is quite short so I would be happy if someone applies it or at least reviews it if something is not quite right. Here is the description given with the patch: This patch is rat

Re: @BindParameter misses inherited parameters

2011-10-04 Thread Dragan Sahpaski
Hi, Yes here is the JIRA https://issues.apache.org/jira/browse/TAP5-1663 Cheers On Wed, Oct 5, 2011 at 5:29 AM, Steve Eynon wrote: > Hi, > > I've just run into this myself, my Mixin attaches to a Grid and needs > the rowIndex parameter from the embedded GridRows component. > > Is there a JIRA nu

Re: @BindParameter misses inherited parameters

2011-10-04 Thread Steve Eynon
Hi, I've just run into this myself, my Mixin attaches to a Grid and needs the rowIndex parameter from the embedded GridRows component. Is there a JIRA number for this so I can track the changes and perhaps patch T5.2.6? Steve. On 23 September 2011 20:58, Taha Hafeez Siddiqi wrote: > Hi Dragan

Re: @BindParameter misses inherited parameters

2011-09-23 Thread Taha Hafeez Siddiqi
Hi Dragan It definitely deserves a JIRA! regards Taha On Sep 23, 2011, at 6:13 PM, Dragan Sahpaski wrote: > Hi, > Currently the @BindParameter annotation (that binds a parameter of a mixin > to a parameter in the component the mixin is applied to), > can be applied only to formal parameters of