Re: Error "Function 'json:serialize' specifies 5 params, but 1 were declared" on WebLogic

2011-09-17 Thread Maurizio Cucchiara
Well done! Maurizio Cucchiara Il giorno 17/set/2011 00.36, "JOSE L MARTINEZ-AVIAL" ha scritto: > Well, I opened a ticket with Oracle, and send them a testcase. They > determined that it is a bug with the parsing of EL expression on WebLogic > 10.3.0 for Windows. Later versions are not affected.

Re: URL is stripped of its parameters on redirectAction

2011-09-17 Thread Steven Yang
I think the document is only talking about how to include dynamic parameters for redirectAction you should do something like NavigateTo myValue see http://struts.apache.org/2.0.6/docs/redirect-action-result.html On Sat, Sep 17, 2011 at 11:27 PM, JOSE L MARTINEZ-AVIAL wrote: > Hi, > Accor

URL is stripped of its parameters on redirectAction

2011-09-17 Thread JOSE L MARTINEZ-AVIAL
Hi, According to the documentation( http://struts.apache.org/2.2.3/docs/parameters-in-configuration-results.html) it is possible to use parameters in a URL on a RedirectAction, as follows: NavigateTo?myParameter=myValue But when I use that, the redirect instruction does not have th