RE: s:push problem

2011-04-15 Thread CRANFORD, CHRIS
[mailto:davelnew...@gmail.com] > Sent: Friday, April 15, 2011 9:15 AM > To: Struts Users Mailing List > Cc: CRANFORD, CHRIS > Subject: Re: s:push problem > > (I'm always nervous when business logic names something the same as > something servlet-ish.) > > My first a

Re: s:push problem

2011-04-15 Thread Dave Newton
(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

s:push problem

2011-04-15 Thread CRANFORD, CHRIS
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 CalibrationReques