Re: [core] avoid throw exception when #{cc.attrs.actionListener} or #{cc.attrs.action} or similar EL expressions are resolved

2012-10-05 Thread Leonardo Uribe
Hi I think the best is change it. I'll propose a patch soon. regards, Leonardo 2012/10/5 Dennis Hörsch : > Hi Leonardo, > > I fell over that with an empty action-Attribute too as I was migrating > old-style JSF1-facelets components to composites and some users of that had > an empty action. I w

Re: [core] avoid throw exception when #{cc.attrs.actionListener} or #{cc.attrs.action} or similar EL expressions are resolved

2012-10-04 Thread Dennis Hörsch
Hi Leonardo, I fell over that with an empty action-Attribute too as I was migrating old-style JSF1-facelets components to composites and some users of that had an empty action. I was wondering why it throws an exception instead of behaving like a 'normal' commandButton. Greetings Dennis Hörs

[core] avoid throw exception when #{cc.attrs.actionListener} or #{cc.attrs.action} or similar EL expressions are resolved

2012-10-04 Thread Leonardo Uribe
Hi I have been thinking about this report: https://issues.apache.org/jira/browse/MYFACES-3613 NPE in composite component when ActionListener is missing in the source