On 9/2/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
>
>
> and
>
> @Component
> private BeanEditForm myForm;
>
>
> If you use 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
and
@Component
private BeanEditForm myForm;
If you use 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.
On 9/2/07, Robin Helgelin <[EMAIL P