• 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

Multi Form Validation

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi every body,
I have an application where in there is a Parent Form with a POPUP on the parent form. Clicking the Button POPUPS the popup.
Both have different form beans to define their fields.
There are required fields on parent form as well as POPUP form. Field validation is carried out on submitting the parent form. Though the user DID NOT VISIT POPUP form (and there are some required fields), on submitting the parent form, validation should take care of my parent and popup forms (check to see if any required fiels on PARENT as well as POPUP forms is left null).
Would be great if some one could help me a way out with this problem.
Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic