In production, it's better to set the logging level to ERROR, so that all the OGNL warnings aren't recorded.
Once it doesn't find the property on ServletRedirectResult, the system should append systemId as a parameter to the redirect URL. -- HTH, Ted * <http://www.StrutsMentor.com/> On Dec 13, 2007 2:37 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- "jignesh(india)" <[EMAIL PROTECTED]> wrote: > > but,it is giving exception in log > > Technically, that's a warning. > > > 14:51:03,558 WARN [OgnlUtil] Caught OgnlException while setting property > > 'serviceid' on type 'org.apache.struts2.dispatcher.ServletRedirectResult'. > > ognl.NoSuchPropertyException: > > org.apache.struts2.dispatcher.ServletRedirectResult.service > > > > Do i know what it tries to set ? > > Property 'serviceid' on type > 'org.apache.struts2.dispatcher.ServletRedirectResult'. > > It's just letting you know that your parameter isn't being set on > ServletRedirectResult (which is correct behavior). > > > d. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]