You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ramanathan RV <ra...@gmail.com> on 2008/07/27 21:08:18 UTC

[S2] JSP pages not showing error/debug info

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