-
1. Re: a4j:commandButton and execute="@none"
lfryc Aug 22, 2011 4:43 AM (in response to iabughosh)Hello Ibrahim,
this does seem as an issue, could you please try the same with f:ajax?
If listeners gets fired with f:ajax, could you please fire a bug?
Thank you,
--Lukas
-
2. Re: a4j:commandButton and execute="@none"
iabughosh Aug 22, 2011 5:26 AM (in response to lfryc)Hello Lukas,
I've already tried this, it is the same, action doesn't get fired, it seems like a JSF issue, right ?
I tried it with RichFaces 4, JSF 2.0.3 or 2.1.0 .
regards.
-
3. Re: a4j:commandButton and execute="@none"
lfryc Aug 22, 2011 6:27 AM (in response to iabughosh)Ibrahim, I can't find reason why shouldn't be action listener fired in this case.
I have additionally tried this with MyFaces.
Could you please report bug against Mojarra?
-
4. Re: a4j:commandButton and execute="@none"
iabughosh Aug 22, 2011 7:12 AM (in response to lfryc)even if i use actionListener it will not get fired too, I'm using action because of the method signature, in my application the method is like this :
public void doSomething(int param1, String param2){...}
i will post a bug shortly, thanks Lukas.
-