Re: T5: recordError on BeanEditForm

2007-03-04 Thread Howard Lewis Ship
... an interesting side effect. I believe this bug is already fixed in SVN trunk though I was going at it for another reason. I'll add some tests to check. I'll have to think about this one; the basic issue is a complex component that handles events from an embedded component, and they both have

Re: T5: recordError on BeanEditForm

2007-03-04 Thread Olivier Jacquet
Solved it. If I put t:id="foo" it works. With t:id="form" it throws the exception. I'm quite a beginner at this tapestry thing. I'll try to put those problems I encounter and hopefully solve online to help other beginners like me. Thanks for all the help, Olivier Olivier Jacquet wrote:

Re: T5: recordError on BeanEditForm

2007-03-04 Thread Olivier Jacquet
Hi Filip, I was just putting id="form". I've changed it to t:id="form" per your recommendation and am now getting a java.lang.StackOverflowError Stack trace java.lang.String.equalsIgnoreCase(String.java:950) o.a.t.internal.services.ComponentEventImpl.matchesByEventType(ComponentEventImpl.

Re: T5: recordError on BeanEditForm

2007-03-04 Thread Olivier Jacquet
.html: becomes: name="form"> I've tried manually setting an id to form or something else but that doesn't seem to work either. I keep getting an Exception: Component org.example.hilo.pages.Login does not contain an embedded component with id 'form'. The documentation also doesn

Re: T5: recordError on BeanEditForm

2007-03-04 Thread Massimo Lusetti
On 3/4/07, Olivier Jacquet <[EMAIL PROTECTED]> wrote: How can I record additional errors on BeanEditForm. I cannot get access to the form with: @Component private Form _form; Does the BeanEditForm's form has form id of "form" or something else? -- Massimo http://meridio.blogspot.com ---