On 9/2/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
> <form t:id="myform" ...>
>
> and
>
> @Component
> private BeanEditForm myForm;
>
>
> If you use <t:form> in the element, that implicitly defines the type there,
> causing a conflict.  In you example, you likely used two different ids (one
> specified in the template, on in your class), thus the error message.

Ok, thanks!

Also, how should I report an error on a specific Field created by
BeanEditForm using recordError(Field field, String errorMessage)?

I can't unless I specified the field with <t:parameter> myself?

-- 
        regards,
        Robin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to