Re: html:text - want to set disable= to a bean value

2004-08-16 Thread Stuart Guthrie
Thanks Rick. I need to rely on the backend to decide whether to enable/disable as the requirement is a 'business rule' not an interface decision. Here are the factors: - What 'stage' is this row of the table reached determines if this field can be changed or not. - What 'security level' the curre

Re: html:text - want to set disable= to a bean value

2004-08-16 Thread Stuart Guthrie
Thank you Susan, that looks spot on. I'll try it this AM.. ATB Stuart On Tue, 2004-08-17 at 01:09, Susan Bradeen wrote: > Stuart Guthrie <[EMAIL PROTECTED]> wrote on 08/16/2004 10:01:49 AM: > > > Hi there, > > > > What I'm trying to do is re-use the same jsp for ADD/UPDATE modes. In > > order

Re: html:text - want to set disable= to a bean value

2004-08-16 Thread Rick Reumann
Stuart Guthrie wrote: Hi there, What I'm trying to do is re-use the same jsp for ADD/UPDATE modes. In order to do this, certain field attributes will be different depending on the modes and sometimes even on the user's security credentials or the 'status' of the customer row. To this end I need t

Re: html:text - want to set disable= to a bean value

2004-08-16 Thread Susan Bradeen
Stuart Guthrie <[EMAIL PROTECTED]> wrote on 08/16/2004 10:01:49 AM: > Hi there, > > What I'm trying to do is re-use the same jsp for ADD/UPDATE modes. In > order to do this, certain field attributes will be different depending > on the modes and sometimes even on the user's security credentials