Hello, When I try to access a list that is not there at all on the valuestack, I am left with empty page without any information. For instance,
<s:select headerKey="" headerValue="Select" theme="simple" name="form.cesd.year" list="form.shortyearsList" /> and form.shortyearsList donot exist at all. Is this the default behaviour? Is there any way I would be able to get error/debug messages? I am running struts 2.0.11 with devMode set to true and debugging interceptor sitting on the interceptor stack. -- Thanks Ram