In case of problems on page I just get a blank page, no stacktraces in console etc. Is there a way to fix this, or improve the diagnostics?
A:
Have you tried setting devmode=true ? Can you give us more details (struts2 version, jsp fragment, using sitemesh/tiles or not)?
leonbloy
2010-04-27 13:57:30
Yeah, I have the line <constant name="struts.devMode" value="true"/> in my config.Struts version is 2.1.8.1, no sitemesh/tiles.I happens for example every time the property I bind the tag to is missing(missspelt): <s:select name="offerersSelector.selectedIds" ... />
Pavlo
2010-04-29 11:19:36
This kind of exceptions should appear in your logs. Is you struts2 logging somewhere ? (you mentioned only "no stacktraces in console")
leonbloy
2010-04-29 12:11:56