Re: submit buttons - how to put them label from resource

2005-09-30 Thread Laurie Harper
Wendy Smoak wrote: From: "Borislav Sabev" <[EMAIL PROTECTED]> I'd like to set a label of submit buttons getting it from property file. But seems that this is not possible. One other problem I see is that value attribute has two purposes: to set the label, and on submit to provide value for the

Re: submit buttons - how to put them label from resource

2005-09-30 Thread Wendy Smoak
From: "Borislav Sabev" <[EMAIL PROTECTED]> I'd like to set a label of submit buttons getting it from property file. But seems that this is not possible. One other problem I see is that value attribute has two purposes: to set the label, and on submit to provide value for the request parameter. I

Re: submit buttons - how to put them label from resource

2005-09-30 Thread Michael Jouravlev
On 9/30/05, Borislav Sabev <[EMAIL PROTECTED]> wrote: > One other problem I see is that value attribute has two purposes: to set > the label, and on submit to provide value for the request parameter. Is > there any way they to be different? No. > (consider i18n problem: my buton can have German,

Re: submit buttons - how to put them label from resource

2005-09-30 Thread atta-ur rehman
On 9/30/05, Borislav Sabev <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'd like to set a label of submit buttons getting it from property file. > But seems that this is not possible. > One other problem I see is that value attribute has two purposes: to set > the label, and on submit to provi

submit buttons - how to put them label from resource

2005-09-30 Thread Borislav Sabev
Hi all, I'd like to set a label of submit buttons getting it from property file. But seems that this is not possible. One other problem I see is that value attribute has two purposes: to set the label, and on submit to provide value for the request parameter. Is there any way they to be differ