S2: Unexpected Exception

2009-03-05 Thread Ryan Peterson
Hi guys, I'm working with Dojo and Struts 2, and getting the following error when I submit my form (It seems to be referring to a null input from the two single quotes): [2009-03-05 15:56:25,688] ERROR com.opensymphony.xwork2.interceptor.ParametersInterceptor - ParametersInterceptor - [setParamet

Re: Dynamic OGNL population question

2009-01-28 Thread Ryan Peterson
"/> > > assuming that "p" is in the stack pointing to your person object. > > musachy > > On Wed, Jan 28, 2009 at 11:49 AM, Ralf Fischer > wrote: > > On Wed, Jan 28, 2009 at 5:09 PM, Ryan Peterson > wrote: > >> p is a custom object, say p

Re: Dynamic OGNL population question

2009-01-28 Thread Ryan Peterson
ed on that age. On Wed, Jan 28, 2009 at 8:55 AM, Wes Wannemacher wrote: > On Wednesday 28 January 2009 10:50:27 Ryan Peterson wrote: > > Hi guys, I have an object accessible using value="p.myInteger" > > />, which displays an arbitrary integer. > > > > I

Dynamic OGNL population question

2009-01-28 Thread Ryan Peterson
Hi guys, I have an object accessible using , which displays an arbitrary integer. Is there a way to dynamically put this into an OGNL method call, something like: Right now I can populate @getCodeType with an integer value @getCodeType(111) for example, which returns the expected results. But

S2: Custom StrutsTypeConverter

2009-01-27 Thread Ryan Peterson
Hi guys, I'm working on converting from jsp strings to custom objects, and custom objects to string in the jsp. I'm using StrutsTypeConverter, and the convertFromString method works great. I'm able to debug/log and the output is as expected. Unfortunately the convertToString method is never call