Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @EJB
- StudentDAO studentDAO;
- public List<Student> nowaLista = null;
- public List<Student> getNowaLista() {
- return nowaLista;
- }
- public void setNowaLista(List<Student> nowaLista) {
- this.nowaLista = nowaLista;
- }
- public String pokazListe(){
- this.nowaLista = studentDAO.getStudentsFromPrzedmiot(this.listaPrzedmiot);
- return "";
- }
Advertisement
Add Comment
Please, Sign In to add comment