Hi there, I'm in the process of attempting an upgrade from a working 2.0.9 application to 2.1.
For some reason, what I thought would be a very simple upgrade has gotten very messy... none of my jsp files are rendering correctly, because it seems like the valueStack is not being inserted into the Action Context! Very bizarre. Upon execution, I see: 2007-12-07 17:34:36,275 WARN [com.opensymphony.xwork2.ognl.OgnlValueStack] Could not find property [struts.valueStack] ... this is with devMode = false, by the way. With devMode = true, I also see repeated exceptions telling me that none of the values on the OGNL stack are being seen. Anywhere I reference a value... s:property, s:if, s:iterator... an exception is being thrown telling me it's not being seen. Any suggestions on what I might be missing? Again this code worked great with 2.0.9, and other than a few minor fixes... I haven't changed any of my initializers/configuration/properties files. Regards, - Chon Tang