if i have 2 components and both populated, but on submit 1 of the fields fails validation..both the fields are cleared...how can i configure the component to remember its value?
regards
Ali Gohar
Ranch Hand
Joined: Mar 18, 2004
Posts: 572
posted
0
I think it remembers the values automatically like in Struts. Have you bind your components with a value in backing bean?
James Clinton
Ranch Hand
Joined: Jun 23, 2003
Posts: 190
posted
0
I've bound them via the values field...i am using JSF with Spring Web Flow though.