Which framework are you using? It looks like JSF? Basically it is complaining it cannot convert an object on type Comuna to a String to display on the page. I'm no JSF expert I am afraid - perhaps someone else can help?
2009/5/4 Leonardo Castaño <leonardo.cast...@gmail.com> > Triying to solve the problem with JSF in personaForm I have the next error... > > some one know what is it ?? > > > > Caused by: java.lang.IllegalArgumentException: Cannot convert Comuna > [comid='3', comNombre='Florida', ] of type class java.lang.String to class > cl.lejadesh.app.model.Comuna > at com.sun.el.lang.ELSupport.coerceToType(ELSupport.java:381) > > -- > Leonardo Castaño D. > >