(I'm always nervous when business logic names something the same as
something servlet-ish.)

My first assumption would be that the pushed object is masking
underlying properties. Don't know why it would start now--did you
check the changelog for the release you're currently using?

Don't know what version(s) you're comparing, don't know what's being
pushed, don't know what the expected vs. actual behavior is, so can't
help beyond that.

Dave

On Fri, Apr 15, 2011 at 10:09 AM, CRANFORD, CHRIS
<chris.cranf...@setech.com> wrote:
> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to