This blog explains about learning/findings/experiences & Interesting features of Oracle Application Development Framework(ADF) , part of Oracle Fusion Middleware Technologies.
Saturday, May 4, 2013
AND Operator in af:resource in javascript throwing error , Expected name instead of &
If you have encountered an error message using '&&' operator in <af:resource> , then try replacing '&&' with '&:&'
if (butPressed == 'YES' && (editGenInfo == 'Y'))
if (butPressed == 'YES' && (editGenInfo == 'Y'))
No comments:
Post a Comment