Re: T5: Beaneditform and Date problem

2008-10-24 Thread Andy Pahne
You can also annotate the zero argument constructor with @Inject. Thiago H. de Paula Figueiredo wrote: One solution is to remove any constructor that takes arguments. Other is to write a method like @OnEvent(component = "celebrity", value = Form.PREPARE) { yourEditedObject = new Celebri

Re: T5: Beaneditform and Date problem

2008-10-24 Thread Thiago H. de Paula Figueiredo
One solution is to remove any constructor that takes arguments. Other is to write a method like @OnEvent(component = "celebrity", value = Form.PREPARE) { yourEditedObject = new Celebrity(...); } Em Fri, 24 Oct 2008 16:32:37 -0300, James Sherwood <[EMAIL PROTECTED]> escreveu: Hello

T5: Beaneditform and Date problem

2008-10-24 Thread James Sherwood
Hello, I have an object Celebrity with the fields: private long id; private String firstName; private String lastName; private Date dateOfBirth;(java.util.Date) When I use the tag: And access the page I get the console error: No service implements the interface java.util