That message is probably misleading. It likely means that your code is returning context().page() from an Ajax action method. They should return null or have a void return type.
Chuck On 2013-04-19, at 6:04 AM, Joseph Pachod wrote: > Hi > > We're sometimes seeing logs like this one: > logging.ERXNSLogLog4jBridge (ERXNSLogLog4jBridge.java:40) - invokeAction: An > non stored response return context.page(), which will result in suboptimal > performance. > > The bridge being not nice enough to tell where exactly it popped up, I'm a > bit lost. > > Can someone provide more background on it ? Why does it happen, what are the > suboptimal performance spoken of, how to avoid it? > > Thanks in advance > best > joseph > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net > > This email sent to [email protected] -- Chuck Hill Executive Managing Partner, VP Development and Technical Services Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/gvc/practical_webobjects Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing Companies in B.C! Global Village Consulting ranks 76th in 24th annual PROFIT 200 ranking of Canada’s Fastest-Growing Companies by PROFIT Magazine! _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
