On Mon, 27 Sep 2010 14:09:18 -0300, Denis McCarthy <[email protected]> wrote:

 <t:select t:id="country" t:model="dummyModel" t:value="country"
t:label="message:COUNTRY" tabindex="${tabIndexStart + 1}" />

<t:select t:id="country" t:model="dummyModel" t:value="country"
        t:label="message:COUNTRY" tabindex="${getTabIndex(1)}" />

public int getTabIndex() {
        ....
}


public int getTabIndex(int skip) {
        getTabIndex() + skip;
}

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to