posted 20 years ago
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.