Re: T5: Obtain Select Component.

2007-05-25 Thread alvaro tovar
thanks juan On 5/23/07, Juan Maya <[EMAIL PROTECTED]> wrote: Sure.. in the page template i have: and in tha java file @Component (id="month") private Select monthSelect; /** * @return the monthsModel */ public SelectModel getMonthsModel() { if (this.monthsModel == null)

Re: T5: Obtain Select Component.

2007-05-23 Thread Juan Maya
Sure.. in the page template i have: and in tha java file @Component (id="month") private Select monthSelect; /** * @return the monthsModel */ public SelectModel getMonthsModel() { if (this.monthsModel == null){ this.monthsModel = SelectModelUtil.getMonthsModel(messages.g

Re: T5: Obtain Select Component.

2007-05-23 Thread alvaro tovar
hi juan, i am new user in t5, if you can show your code? alvaro On 5/22/07, Juan Maya <[EMAIL PROTECTED]> wrote: So i found out that i can change the id of the component with t:id. Pretty obvious. Sorry On 5/22/07, Juan Maya <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am creating a new com

Re: T5: Obtain Select Component.

2007-05-22 Thread Juan Maya
So i found out that i can change the id of the component with t:id. Pretty obvious. Sorry On 5/22/07, Juan Maya <[EMAIL PROTECTED]> wrote: Hi all, I am creating a new component that has 3 embedded Select components inside of him. From this component i need to have references to the select co

T5: Obtain Select Component.

2007-05-22 Thread Juan Maya
Hi all, I am creating a new component that has 3 embedded Select components inside of him. From this component i need to have references to the select components. Any suggestions to do it? For example, in my code i have: @Component(id=???) private Select monthSelect; @Component(id=???) private