~Carol MinweterakoiMay 12, 2012, 9:07 PM33 PostsRe: viewScope - isEmpty don't work good ?Can you not do a viewScope.get("test") and then check the value of that? Or you could maybe try containsKey("test") and this will return true if the viewScope has a mapping for the test key.
~Vijay DwoluchekMay 14, 2012, 9:59 AM68 PostsRe: viewScope - isEmpty don't work good ?Resolved on my own: try { viewScope.test1.values(); // Working - Not empty} catch(e) { // Not working - Empty}