<snip>
>Is there a way to get it to display the form as the user edited it?
</snip>

Mike,

I'm also relatively new to Struts, and as such am not particularly sure that 
I should be posting with an answer, but here goes anyhoo...

I've encountered a similar problem to yours, and my solution was a three 
step approach.

First, create private String vars(propStr) in the actionForm class.

Second, modify the getProperty method to pass the string input into 
(propStr) before performing any validation.  If the validation passes,  pass 
the validated data into (propStr).

Third, modify the setProperty method to return (propStr).

If there's a cleaner way to do this, I'd really be interested in finding out 
how to do it, as I feel that this method is kinda clunky.

Thanks and good luck,
-Sherman


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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

Reply via email to