On Mon, 12 Jul 2004 13:02:21 -0400, Erik Weber <[EMAIL PROTECTED]> wrote:

I recall that when I set the "value" property on any of my inputs, I ran into a problem with user input changes being "remembered" in the case of a page reload due to form validation failure.

This depends Erik. If you are harcoding it like:

<html:text property="dogName" value="Spot"/> //!NOT GOOD

<html:text property="dogName" value="${yourForm.dogName}"/> //ok, but silly

The later should be ok, but would be a waste since the html tag will take care of setting the value for you when you use 'property.'

--
Rick

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



Reply via email to