• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

InputTextBox used within DataTable gets cleared if no validation error occurs

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have a page with 2 set of Text Fields . One set of text fields is getting and setting data from one managed bean and the other One InputTextBox is displayed in a loop with Datatable looping through a List Of beans. In case when the second set of inputTextBoxes fails validation the erroneous contents are maintained but if the first set of TextBoxes fail validation and second set of TextBoxes does not fail validation the contents get cleared.
How to maintain the contents?
 
reply
    Bookmark Topic Watch Topic
  • New Topic