Description
I want to put Webwork action as threaded services (quick-and-dirty mode), and I could set action beans property,
but when I try to get property of the action, I got exception:
java.lang.ClassCastException: genet.action.FormTest
at $$FormTest_103b31fee7c_103b31fee7f._service($$FormTest_103b31fee7c_103b31fee7f.java)
at $$FormTest_103b31fee7c_103b31fee7f.getUser($$FormTest_103b31fee7c_103b31fee7f.java)
at $$FormTest_103b31fee7c_103b31fee80.getUser($$FormTest_103b31fee7c_103b31fee80.java)
at genet.main.ActionMain.main(ActionMain.java:51)