Re: Exception when using Struts debug tag on Glassfish

2011-06-18 Thread Andy Birchall
. Take a look at > http://struts.apache.org, upgrade your S2 version and see what happens (I'm > not sure it will work, but it surely worths a try) > > Maurizio Cucchiara > > Il giorno 16/giu/2011 17.18, "Andy Birchall" ha > scritto: >> Hello, I

Exception when using Struts debug tag on Glassfish

2011-06-16 Thread Andy Birchall
(UIBean.java:513) ... 93 more Without the the tag the page loads and runs fine. Also if I deploy to Tomcat it works fine. Can anyone help with this? Many thanks Andy Birchall - To unsubscribe, e-mail: user-unsubscr

Removing ScopedModelDriven model from session

2010-12-08 Thread Andy Birchall
Hello, Is there a standard Struts declarative way of removing the model object from session when using a ScopedModelDriven action? i.e. so when invoking another action, which doesn't implement ScopedModelDriven and doesn't need the model object previously placed in session, the model object is remo