• 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

validating the arraylist values in struts

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

In my application, in the jsp,i am displaying the values of the arraylist in the textboxes. the values are fetching from the database. depending on the database values using the iterator i am displaying the values in the textboxes. i have a provision to change the values in the textboxes. after changing the values in the textboxes, and click of the submit button the values will store in the database.

now my issue is on click of the submit button i want to validate the values of the textbox.

is it possible in struts to validate the arraylist values?

help.

Thanks
vamsyn
 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can validate if the text field blank or Char or numeric, email etc... using Struts validation module(Validation.xml and validation-rules.xml).

See my posting for the same question. But ofcourse I didn't get the answer yet. Waiting since one week

https://coderanch.com/t/51740/Struts/Struts-Validation-ArrayLiist-beans
 
reply
    Bookmark Topic Watch Topic
  • New Topic