value retaining in struts

Hello AllM developing an application in struts. i have done with it. but only a single problem is remaining.After validation check the text boxes deosnt retain previous values which user have entered before error coming.What i should do?Thanx in advance.
[289 byte] By [chahalkhushwindera] at [2007-11-27 3:49:12]
# 1
Try to store temporarily somewhere(server-side) and put it back.
skp71a at 2007-7-12 8:53:03 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thank you for reply.but this will increase overhead .. and slower down speed also.
chahalkhushwindera at 2007-7-12 8:53:03 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

Struts should deal with that for you - providing you are using the struts tags correctly ;-)

Can you show some example code?

At a guess you are probably providing "value" attributes with all of your <html:text> tags.

If you just use the formBean "property" rather than "value" as well it should work I think

evnafetsa at 2007-7-12 8:53:03 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...