I am noticing a strange behavior on my development machine where a POJO when pushed onto the top of the stack using s:push is causing tags such as s:include not to work. In the action being executed, there is a property in the action called request which represents a POJO of type CalibrationRequest. The action has a method called getRequest() which returns this value. If I remove the s:push and use request.property in the JSP; the data is rendered fine. I don't see any errors in the logs either as to why I am encountering this problem.
Ironically though, the last build on my non-development server is working as intended and I recall this functionality worked as intended on my laptop when I last used it. Can anyone offer any reason for why this could be an issue now or what I should look at to try and diagnose the issue? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org