
nullpointer for param inside commandlink
The problem started when I added this param to a commandlink like in the code below: <h:commandLink value="#{item.elementCombinedCode}" action="#{elementFormController.prepareElementAction}"><f:param name="elementNbr" value="#{item.elementId}" /> With Glassfish version 9.1_01 (build b09d-fcs) I then got this...