Hi folks. I sent a doubt about how to validate only some fields from an 
action form
 In my validation, all work fine. But I have an action class for an 
actionform. This action class extends dispatchaction (in other cases extends 
lookupdispatchaction) because in my jsp i have several buttons in order to 
submit something. My doubt is if there is some way to validate only some 
fields. Because I want 'search method' to validate only username and date 
fields, and 'drope method' validate only chkBills field... How can I do 
that? I tried to use ValidatorActionForm instead of ValidatorForm but it's 
the same because I have only one Action and inside all my methods.
 Is there a possiblity to manage my problem using only Validator framework?. 
Or I have to override the validate method in my ActionForm and code my own 
validation???.. How can I do that?
 Thanks in advance

-- 
Rafael Taboada
Software Engineer

Cell : +511-97753290

"No creo en el destino pues no me gusta tener la idea de controlar mi vida"

Reply via email to