I am using BeanEditForm. I get an exception if I have model-class with a
constructor with an enumeration parameter.
//WORKS
public class Model{
public Model(){..}
}
//WORKS
public class Model{
public Model(String s){..}
}
//CRASHES with error message: No service implements the interface
<foo.bar.MyEnum>
public class Model{
public Model(MyEnum){..}
}
public enum MyEnum{...}
apart from the constructor problem the bean-edit-form handles the
enumeration good (gets displayed as combo-box)
am using 5.0.18.
--
manuel aldana
ald...@gmx.de
software-engineering blog: http://www.aldana-online.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org