Re: @EventListener inside of a component

2006-12-29 Thread Roberto Ramírez Vique
this be a bug? Also, in the annotation, I have to specify the name of the form. Assuming I can have an @EventListener annotation inside a component, It seems a bit awkward for the component to need to know what the name of the form happens to be in which it is enclosed. Is there a dynamic

Re: @EventListener inside of a component

2006-12-29 Thread Alexandru Dragomir
. Am I doing something wrong here or might this be a bug? Also, in the annotation, I have to specify the name of the form. Assuming I can have an @EventListener annotation inside a component, It seems a bit awkward for the component to need to know what the name of the form happens

@EventListener inside of a component

2006-11-24 Thread Mark Reynolds
will find the listener method on the component class. Am I doing something wrong here or might this be a bug? Also, in the annotation, I have to specify the name of the form. Assuming I can have an @EventListener annotation inside a component, It seems a bit awkward for the component to need to know

Re: @EventListener inside of a component

2006-11-24 Thread Mark Reynolds
will find the listener method on the component class. Am I doing something wrong here or might this be a bug? Also, in the annotation, I have to specify the name of the form. Assuming I can have an @EventListener annotation inside a component, It seems a bit awkward for the component to need to know

Re: @EventListener inside of a component

2006-11-24 Thread Jesse Kuhnert
to specify the name of the form. Assuming I can have an @EventListener annotation inside a component, It seems a bit awkward for the component to need to know what the name of the form happens to be in which it is enclosed. Is there a dynamic way to specify the form? -- Jesse Kuhnert