On 2/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I have <html:text property="bucketName" disabled="true"  size="40"/>
> I populate html:text with data from DB.
> I want to disable input for this property, but
> when I get form data back in Action form bean does not have data for this
> property "bucketName"
>
> How do i retain data after disabling input in html:text.

Use session-scoped form or reload this value each time from the database.

Michael.

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

Reply via email to