Programming Tutorials

Comment on Tutorial - Simple example of using the requiredif Validator rule in Struts By Apache Foundation



Comment Added by : rajendra

Comment Added at : 2013-04-29 15:37:28

Comment on Tutorial : Simple example of using the requiredif Validator rule in Struts By Apache Foundation
Thanks for the tutorial,

I have a query:
For a customer Registration, if customer account type is Current account, then amount field must be mandatory, and if customer type is savings/salary account then amount is not mandatory, how can I perform this validation


View Tutorial