It helps us noobs see easy examples too though!
So thank you!
On 10/08/2010, at 11:23 PM, Borut Bolčina wrote:
> Thanks, embarrassing easy.
>
> 2010/8/10 Thiago H. de Paula Figueiredo
>
>> On Tue, 10 Aug 2010 10:07:21 -0300, Borut Bolčina
>> wrote:
>>
>> Hi,
>>>
>>
>> Hi!
>>
>> is it pos
Thanks, embarrassing easy.
2010/8/10 Thiago H. de Paula Figueiredo
> On Tue, 10 Aug 2010 10:07:21 -0300, Borut Bolčina
> wrote:
>
> Hi,
>>
>
> Hi!
>
> is it possible to programmatically (rather then from localized properties
>> file) set label string to display
>>
>>
>>
>>
>> something like
On Tue, 10 Aug 2010 10:07:21 -0300, Borut Bolčina
wrote:
Hi,
Hi!
is it possible to programmatically (rather then from localized properties
file) set label string to display
something like
String getEmailLabel() {
return "something from database";
}
It is:
${emailLa
Hi,
is it possible to programmatically (rather then from localized properties
file) set label string to display
something like
String getEmailLabel() {
return "something from database";
}
Thanks,
Borut