--- "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]

Reply via email to