Author: plightbo
Date: Fri May 19 13:29:40 2006
New Revision: 407904
URL: http://svn.apache.org/viewvc?rev=407904&view=rev
Log:
whoops. i'll fix later
Modified:
struts/action2/trunk/core/src/test/java/org/apache/struts/action2/interceptor/ExecuteAndWaitInterceptorTest.java
Modified:
struts
Author: plightbo
Date: Fri May 19 13:00:43 2006
New Revision: 407897
URL: http://svn.apache.org/viewvc?rev=407897&view=rev
Log:
- avoid NPE in XworkException
- executeAndWait interceptor is smarter now (works with validation). it's still
ugly, but much better
- console doesn't spit out the full U
Author: plightbo
Date: Fri May 19 13:18:24 2006
New Revision: 407902
URL: http://svn.apache.org/viewvc?rev=407902&view=rev
Log:
better ignores
Modified:
struts/action2/trunk/ (props changed)
struts/action2/trunk/apps/ (props changed)
struts/action2/trunk/apps/blank/ (props chang
Author: plightbo
Date: Fri May 19 13:08:21 2006
New Revision: 407899
URL: http://svn.apache.org/viewvc?rev=407899&view=rev
Log:
correct config (without the extras for now, we'll get that back)
Modified:
struts/action2/trunk/apps/showcase/quickstart.xml
Modified: struts/action2/trunk/apps/sho
Author: plightbo
Date: Fri May 19 13:06:30 2006
New Revision: 407898
URL: http://svn.apache.org/viewvc?rev=407898&view=rev
Log:
put the AC in the session on all requests (if in devMoe)
Modified:
struts/action2/trunk/core/src/main/java/org/apache/struts/action2/interceptor/debugging/Debugging