Urgent! Problems with type check for *Listener

2006-02-22 Thread Mario Ivankovits
Hi! In UIComponentTagUtils the Void-check for the return-type of the listener cant be evaluated e.g. within an dataTable - or any other component using a var= attribute. This is due to the fact that the var= attribute hasnt processed so far and thus the getType() cant find the method (base is

Re: Urgent! Problems with type check for *Listener

2006-02-22 Thread Volker Weber
Hi Mario, On 11:14 Mario Ivankovits wrote: What to do now? I think the first thing to do is to remove these checks, later we can find a better approach. Havend looked into sources yet, but imo we sould not remove this test, but log at warn level and continue processing. Aliasbean would

Re: Urgent! Problems with type check for *Listener

2006-02-22 Thread Mario Ivankovits
Hi Volker! Havend looked into sources yet, but imo we sould not remove this test, but log at warn level and continue processing. Please not at warn level. debug should be sufficient. What should it be good for to log a warning that we cant check the return type of the listener. This warning

Re: Urgent! Problems with type check for *Listener

2006-02-22 Thread Dennis Byrne
' Subject: Urgent! Problems with type check for *Listener Hi! In UIComponentTagUtils the Void-check for the return-type of the listener cant be evaluated e.g. within an dataTable - or any other component using a var= attribute. This is due to the fact that the var= attribute hasnt processed so far