Re: ui repeat fails to reflect collection after render

2018-01-26 Thread Thomas Andraschko
Yep, a small as possible example (without JPA and other not-related stuff) would be great! 2018-01-26 9:45 GMT+01:00 Matthew Broadhead : > by the way you can run the project like: > mvn package > mvn tomee:start > you need a schema called myfaces accessible by a

Re: ui repeat fails to reflect collection after render

2018-01-26 Thread Matthew Broadhead
by the way you can run the project like: mvn package mvn tomee:start you need a schema called myfaces accessible by a user myfaces with password mypassword. as you say it may have nothing to do with jpa but only to do with setting the facesmessage to error.  i can try to make a test later