My web application is a CRUD web application based on JSF 2.0 / JPA using JEE 5 and JDK 1.6. Running on Glassfish 3.1. The IDE is Netbeans 7.0. (I do ...
I have come unstuck with this goal after successfully using a dataModel when rendering the result from a hibernateTemplate().find
on another class where there isn't a many-to-one mapping to another class.
Has anyone ...