kwerty
Programmer
- May 28, 2008
- 1
Hello all,
I was following the tutorial at which is Developing Business Services with ADF Business Components
AND i was wondering if i could add a custom validation that would: prevent the user from entering a Gender IF the credit limit is greater than 400? Is this possible? If so, could some point me in the right direction
e.g.
public boolean validateEmail (String value)
{
return (value.indexOf('@') != -1 );
}
Cheers
I was following the tutorial at which is Developing Business Services with ADF Business Components
AND i was wondering if i could add a custom validation that would: prevent the user from entering a Gender IF the credit limit is greater than 400? Is this possible? If so, could some point me in the right direction
e.g.
public boolean validateEmail (String value)
{
return (value.indexOf('@') != -1 );
}
Cheers