Grails Security-UI Missing Menu -


i have installed spring-security-core, spring-security-ui, , spring-security-acl plugins , of functionality seems work, except when view user controller, base menu drop downs blank. when hover mouse on blank menu items, dropdowns populated correctly, need able see base menu items.

these plugins have installed:

runtime ":hibernate:$grailsversion"     runtime ":jquery:1.8.3"     runtime ":resources:1.1.6"     build ":tomcat:$grailsversion"     runtime ":database-migration:1.1"     compile ':cache:1.0.0'     compile ':mail:1.0.1'     compile ":spring-security-ui:0.2"     compile ":famfamfam:1.0.1"     compile ":jquery-ui:1.8.24"     compile ':spring-security-core:1.2.7.3'     compile ":spring-security-acl:1.1.1" 

i have looked @ user guide , re-installed of dependencies needed plugin (jquery, jquery-ui, , famfamfam). have tried refreshed dependencies. while researching problem have found people have had issue have resolved upgrading jquery-ui plugin, have latest version.

this problem present in ie, firefox, , chrome browsers. appreciated. thanks.

edit: running spring's groovy/grails version 3.2.0 tool suite


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -