Re: Struts 2 WW-1714: "Using the Redirect Action Result with parameters to the target action causes an OGNL warning" still fails

2011-09-07 Thread JOSE L MARTINEZ-AVIAL
You mean the param value for actionName? But that's the name of the action where the user is redirected. NavigateTo Enroll eco.login.navigate-to.screen Any case, I just tried to low

Re: Struts 2 WW-1714: "Using the Redirect Action Result with parameters to the target action causes an OGNL warning" still fails

2011-09-07 Thread Maurizio Cucchiara
Does anything change if you change to lower the param name?: navigateTo Maurizio Cucchiara On 7 September 2011 15:56, JOSE L MARTINEZ-AVIAL wrote: > NavigateTo - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For

Struts 2 WW-1714: "Using the Redirect Action Result with parameters to the target action causes an OGNL warning" still fails

2011-09-07 Thread JOSE L MARTINEZ-AVIAL
Hi, I'm having some issues with this bug. Apparently it was fixed on 2.1.8, but I've tested both with 2.1.8 and 2.2.3, and it still givin an error message when I use a result like the following: NavigateTo Enroll It gives the following

Re: datetimepicker

2011-09-07 Thread Dave Newton
On Wed, Sep 7, 2011 at 8:31 AM, ovanekem wrote: > I have the same problem. Apparently nobody replied to this post yet. I just > hope there is a silly solution to this. > Or the problem was solved, since it was like three years ago. > Is it possible to 'disable' client side validation ? > Don'

Re: datetimepicker

2011-09-07 Thread ovanekem
Hi, I have the same problem. Apparently nobody replied to this post yet. I just hope there is a silly solution to this. What I want actually is not have the datetimepicker validate on the client side but let it post the data (in a wrong format f.i.) on the server so that validation can occur at se

Re: [S2] Random java.lang.reflect.InvocationTargetException and java.lang.NullPointerException error??

2011-09-07 Thread Maurizio Cucchiara
Did you define for your class either the setter and the getter accessors for the xactionActivity object? Also, could you see the source code of your action class? Maurizio Cucchiara On 6 September 2011 22:39, Burton Rhodes wrote: > I was wondering if anyone can help track down this error that

Re: Struts2-json-plugin serialization issue with a Hibernate backed JPA entity

2011-09-07 Thread Ken McWilliams
I need the root object to be "list" so this isn't going to help. I'm pretty sure it is not trying to serialize the EJB service, the json plugin will only try to serialize properties which have getters. According the debugger there seems to be a public property directly in the entity called $JAVA

Re: Struts2-json-plugin serialization issue with a Hibernate backed JPA entity

2011-09-07 Thread Ken McWilliams
Solved! I've seen a number of posts relating to this issue but none with solutions... In searching for how $JAVASSIST_READ_WRITE_HANDLER came into existence we find: http://www.docjar.com/html/api/org/hibernate/tool/instrument/javassist/FieldTransformer.java.html There we can see the getter for