If you are, the params interceptor doesn't like parameters with spaces
in the name (this was fixed in xwork already), to fix it, set
"acceptedParamNames" to "[[\p{Graph}\s]&&[^,#:=]]*" in your param
interceptor.

musachy

On Tue, Feb 3, 2009 at 5:36 PM, Musachy Barroso <musa...@gmail.com> wrote:
> That looks familiar, are you using displaytag?
>
> musachy
>
> On Tue, Feb 3, 2009 at 4:39 PM, Dave Newton <newton.d...@yahoo.com> wrote:
>> Wouldn't it make sense to include the JSP/expression that's causing the
>> error?
>>
>> Dave
>>
>> Emi Lu wrote:
>>>>
>>>> When switching query result page by page (online), I got the following
>>>> warning message:
>>>>
>>>> WARNING: Error setting value
>>>> ognl.InappropriateExpressionException: Inappropriate OGNL expression: (d
>>>> - 6836677) - p
>>>>
>>>> I am lost. Could someone tell me what may cause this warning please?
>>>
>>> Info searched for now :
>>> http://www.junlu.com/msg/317273.html
>>>
>>> But I already disabled devMode in struts.xml:
>>> <constant name="struts.enable.DynamicMethodInvocation" value="false" />
>>> <constant name="struts.devMode" value="false" />
>>>
>>>
>>> By the way, I am using:
>>> struts-core 2.1.6
>>> displaytag-1.2.jar
>>>
>>> Thanks,
>>>
>>> --
>>> Lu Ying
>>>
>>> ---------------------------------------------------------------------
>>> 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
>>
>>
>
>
>
> --
> "Hey you! Would you help me to carry the stone?" Pink Floyd
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to