Re: Render queue error in SetupRender

2015-01-26 Thread Thiago H de Paula Figueiredo
On Sun, 25 Jan 2015 06:33:19 -0200, Cheng Zhang wrote: Hi All, Hi! public class Person { @Inject public Person(){ this.name = "defaultname"; } @Inject public Person(String name){ this.name = name; } These @Inject annotations should be removed fro

Re: Render queue error in SetupRender

2015-01-25 Thread Cheng Zhang
page for adding new person to existing >> person array. In the showAll page there is a link to this new page >> which I put BeanEditForm in it. >> I always get below error when I click the link. >> >> Render queue error in SetupRender[Add:beaneditform.e

Re: Render queue error in SetupRender

2015-01-25 Thread Geoff Callender
I put BeanEditForm in it. > I always get below error when I click the link. > > Render queue error in SetupRender[Add:beaneditform.editor]: Exception > instantiating instance of com.homeone.quickstart.model.Person (for > component 'Add:beaneditform.editor'): > org.ap

Render queue error in SetupRender

2015-01-25 Thread Cheng Zhang
Hi All, I was trying to create a new page for adding new person to existing person array. In the showAll page there is a link to this new page which I put BeanEditForm in it. I always get below error when I click the link. Render queue error in SetupRender[Add:beaneditform.editor]: Exception