Struts Admin Example not threadsafe?

2003-02-18 Thread James Higginbotham
Hi, I am attempting to start using the struts admin example as a starting point for building out a UI for my users to browse and eventually edit content via the web. I noticed that the struts admin classes all extend the base AdminAction.java class. In that class, the perform() method initilaizes

Problems removing a user

2003-02-18 Thread Christian Goetze
Hi there, unit testing our slide environment means for me creating and removing slide users very frequently. No problem so far. But is it possible to remove all permissions for a user too while removing him? If there are permissions left I run into trouble running my unit tests the next time...