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 called. I have seen several references to this being a bug: https://issues.apache.org/struts/browse/WW-2367 Has anyone else run into this issue? What kind of workaround did you wind up implementing, and would you recommend it? Thank you for any assistence, Ryan