what is the difference between
<h:commandLink actionListener="#{serviceProviderBean.method}" value="Save" />
and
<h:commandLink actionListener="#{serviceProviderBean.method()}" value="Save" />
is both invoke same method or any error in above code
Second will not work under tomcat6, it will work with tomcat7/jSF2
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With