The expand menu does not work in the Admin/View Users. The problem is the conflict in the call to window.onload in the javascript in different places. The StrutsMenu hardcode this window.onload as its inline function. The userList.jsp then override this window.onload with its own script. As the result, the expand menu does not work because its init menu inline function never gets called.
-- Hai
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The expand menu does not work in the Admin/View Users. The problem is the conflict in the call to window.onload in the javascript in different places. The StrutsMenu hardcode this window.onload as its inline function. The userList.jsp then override this window.onload with its own script. As the result, the expand menu does not work because its init menu inline function never gets called.
-- Hai
Thanks for the tip - you are correct - this is a bug. I'll make sure and fix it the next release.
Thanks,
Matt