myfaces 2.1.17 - f:viewParam setter being called on commandlink

27 Views Asked by At

In JSF2.0, when commandlink is pressed (posted), should the f:viewParam setter be called again? In myfaces 2.0, it does not call the viewParam setter again, but in myfaces 2.1, it is. Is this correct? Is there a way to globally disable it?

0

There are 0 best solutions below