Re: Validate with DynaActionForm

2005-01-10 Thread Janarthan Sathiamurthy
Hi Uma, Refer to struts-validation.war that comes with the struts distribution Best Regards, Janarthan S Uma <[EMAIL PROTECTED]> wrote: Hi, How do I validate if a field is entered or not using the DynaActionForm? My HTML form has and buttons. I want to check if the user has entered some text i

Validate with DynaActionForm

2005-01-08 Thread Uma
Hi, How do I validate if a field is entered or not using the DynaActionForm? My HTML form has and buttons. I want to check if the user has entered some text in the text field and that he has selected the radio button. If he has not selected, then show him a error message in the jsp. How to do t