Re: Branching inside validator framework? [Needs Help........!]

2006-07-18 Thread Laurie Harper

arun kumar wrote:

Hi all,
I am using struts1.1 and i am using validator framework.I have a problem
regarding branching of validation and optional validation of some fields.

The situation is like...
I have a search form which contains two tabs search by number and search by
name .I am using a single action form for both the tabs.When search by name
is clicked search by number validation should be kept off and
viceversa..


The easiest way is probably to use the validator's 'page' feature, which 
allows you to break up a set of form validations into separate pages.


And if search by name tab is clicked validation of some fields 
should be

done based on some condition like if first name is given then last name
should not be validated .


This can probably be handled using the 'validwhen' validation rule.

L.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Branching inside validator framework? [Needs Help........!]

2006-07-13 Thread arun kumar

Hi all,
I am using struts1.1 and i am using validator framework.I have a problem
regarding branching of validation and optional validation of some fields.

The situation is like...
I have a search form which contains two tabs search by number and search by
name .I am using a single action form for both the tabs.When search by name
is clicked search by number validation should be kept off and
viceversa..

And if search by name tab is clicked validation of some fields should be
done based on some condition like if first name is given then last name
should not be validated .

plz suggest some way to do this...

Regards
Arun.