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...

Java Black Belt

The Community Edition is a free training platform with mostly java related content. Users can take exams for which they get knowledgepoints. According to the amount of knowledgepoints they get a belt...

more java reading

check this link, is a list of java resources. Funny how they mention themselves… recursivity all over :D. http://www.ibm.com/developerworks/java/library/j-javaresources.html The list of Web sites (with URLs): * java.sun.comThis is the place from...