Em Tue, 24 Jun 2008 09:54:18 -0300, 9902468 <[EMAIL PROTECTED]> escreveu:

<t:actionlink t:id="somelink" context="Enum.SOME_CONSTANT">Do not
push.</t:actionlink>

Or you can write a simple getter method in you page class:

public Enum getContext() {
        return Enum.SOME_CONSTANT;
}

<t:actionlink t:id="somelink" context="context">Do not
push.</t:actionlink>

IMHO, the less logic in your templates, the better. :)

Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to