Re: [T5]Access to values of select subcomponents

2010-02-23 Thread Thomas Cucchietti
Thiago, Once more, thanks for your (extremely) quick answer :) Indeed, It was a lot easier following your advice! In case it can help somebody, here is the final template : ${monthLabel} ${month}

Re: [T5]Access to values of select subcomponents

2010-02-23 Thread Thiago H. de Paula Figueiredo
On Tue, 23 Feb 2010 12:31:38 -0300, Thomas Cucchietti wrote: Hi everybody, Hi! I'm facing a very annoying problem on one of my custom components. Actually, it's a component (MonthDateField) made itself of two select components, like shown in its template : Why don't you use two ordinar

[T5]Access to values of select subcomponents

2010-02-23 Thread Thomas Cucchietti
Hi everybody, I'm facing a very annoying problem on one of my custom components. Actually, it's a component (MonthDateField) made itself of two select components, like shown in its template : ${monthLabel} ${yearLabel} In the