Re: S2: Custom StrutsTypeConverter

2009-01-27 Thread dusty
Well, I have been using the underlying DefaultTypeConverter for a while across various versions without any problems. The StrutsTypeConverter is really just a convienence class to abstract you from the XWork converter, but there is no reason why you can't just use the XWork converter. Here are 2

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