bpm4struts does not seem to support complex types being passed as parameters in transitions from <<FrontEndView>>s.
When I changed my parameter type from String to some object with multiple attributes, I guess I was expecting the <<FrontEndView>> to render a form that would let me enter each of the object's attribute values. But all I got was a single text field and an IllegalArgumentException (argument type mismatch) upon submitting the form.
Now I understand that there are considerable ramifications (what about reference members? what about collection members?). Nonetheless, even with some reasonable compromises it would be a nice feature, wouldn'it it? Are there any plans into that direction?
Best regards,
Stefan