diff --git a/src/com/fr/solution/plugin/auth/cas/web/auth.cas.js b/src/com/fr/solution/plugin/auth/cas/web/auth.cas.js index b68615c..b43ee0b 100644 --- a/src/com/fr/solution/plugin/auth/cas/web/auth.cas.js +++ b/src/com/fr/solution/plugin/auth/cas/web/auth.cas.js @@ -22,6 +22,9 @@ FS.Plugin.AuthenticateTypePool.push({ name : container.getWidgetByName('cas').getValue() } }); + }, + populateData:function (container) { + alert(container.getWidgetByName('cas').getValue()); } }); debugger; \ No newline at end of file