Lost default values of bind variables set in ViewAccessor
Recently i ran into a situation where i had to specify a default value for bind variable in ViewAccessor and access the value in the lookup view object. Upon analysis, I found that when i accessed the value using bind variable accessor, the value was always null but in the …