Developing Business Services with ADF BC
Developing Business Services with ADF BC
(OP)
Hello all,
I was following the tutorial at http://ww w.oracle.c om/technol ogy/obe/ob e1013jdev/ 10131/bsla yer/bslaye r.htm#t2s5, 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 http://ww
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