Hi,

is it possible to programmatically (rather then from localized properties
file) set label string to display

<t:label for="email"/><br/>
<input t:type="TextField" t:id="email" ... size="30"/>

something like

    String getEmailLabel() {
        return "something from database";
    }


Thanks,
Borut

Reply via email to