Recently I started using prettyfaces with my web application which uses jsf1.x. While testing I realized that action methods for h:commandButton and h:commandLink is not getting called. Upon searching on the net, I found a link on this site where some suggested to use <f:ajax render="@form" />
it should be ok. Since f:ajax
is available in JSF2.x, so I was thinking how can I find the equivalent of <f:ajax render="@form" />
in Jsf1.x
Any help be greatly appreciated as I am completely stuck due to this.
Thanks, Neeraj