Photo application now working fully.
[photos] / src / main / java / org / wamblee / photos / wicket / BasePage.java
index 8e0cc495f904c5610fca34a32dff6195f5ac2347..c7f8e1f0013b1a702621b8406c5d3c6b22645bde 100644 (file)
@@ -39,7 +39,7 @@ public class BasePage extends WebApplicationBasePage {
     private HttpServletRequest request;
 
     @Inject
-    private UserAdministration userAdmin;
+    private transient UserAdministration userAdmin;
 
     private boolean isExpired = false;