Re: How to repopulate data on s:textfield after validation error

2012-06-17 Thread Łukasz Lenart
2012/6/15 Omar Ngarigari : > The default value is list value. For example, my code is as follow: > > > > What I want is on validation error to repopulated data that user entered not > the one that comes with list from database. But as I said, it must be something wrong with your code. When valid

Re: How to repopulate data on s:textfield after validation error

2012-06-15 Thread Omar Ngarigari
Sent: Friday, June 15, 2012 9:29 AM Subject: Re: How to repopulate data on s:textfield after validation error 2012/6/15 Omar Ngarigari : > Please advice me on how to repopulate data on s:textfield after validation > error. When a user enters some values on the s:textfield or s:select

Re: How to repopulate data on s:textfield after validation error

2012-06-15 Thread Łukasz Lenart
2012/6/15 Omar Ngarigari : > Please advice me on how to repopulate data on s:textfield after validation > error. When a user enters some values on the s:textfield or s:select fields > and click submit button validation error displays, the values goes back to > the default not the

How to repopulate data on s:textfield after validation error

2012-06-15 Thread Omar Ngarigari
Hello, Please advice me on how to repopulate data on s:textfield after validation error. When a user enters some values on the s:textfield or s:select fields and click submit button validation error displays, the values goes back to the default not the ones that a user entered in first place