Re: Unable to verify action class

2008-01-21 Thread Gunnar Boström
Hi, I've just found a way to do precisely what you proposed, hanks, Regards Gunnar Laurie Harper wrote: > > Gunnar Boström wrote: >> Hi, >> >> How can I make the org.apache.struts2.dispatcher.FilterDispatcher NOT to >> verify action classes when the Tom

Unable to verify action class

2008-01-21 Thread Gunnar Boström
Hi, How can I make the org.apache.struts2.dispatcher.FilterDispatcher NOT to verify action classes when the Tomcat web server starts? I use struts 2 together with spring and the actions classes communicate with the server application with rmi. The action classes are defined with lazy-init="true

Re: Is it possible to unit test validatiors in xml?

2007-05-09 Thread Gunnar Boström
Hi, Thanks I can now unit test my xml validation files but with one problem. My action class implements ModelDriven so I need to add "model." before all ognl-expression and remove it again after the tests! Is there any solutions to that? Regards Gunnar Martin Gilday wrote: > > http://wiki.op