Re: ui repeat fails to reflect collection after render

2018-01-25 Thread Matthew Broadhead
i have created a test project here https://github.com/chongma/myFacesJpa but in the process of creating the project i figured out the problem.  if i have FacesContext.getCurrentInstance().addMessage(null,                 new FacesMessage(FacesMessage.SEVERITY_ERROR, "Deleted item", null)); in

Re: ui repeat fails to reflect collection after render

2018-01-25 Thread Thomas Andraschko
Yep you are right. Not sure if there is one available. But it would be great if you could try it without jpa first. Am Donnerstag, 25. Januar 2018 schrieb Matthew Broadhead : > when i create these mvce projects i always wonder why there isn't a maven > archetype. in the case of MyFaces maybe a

Re: ui repeat fails to reflect collection after render

2018-01-25 Thread Matthew Broadhead
when i create these mvce projects i always wonder why there isn't a maven archetype.  in the case of MyFaces maybe a bare bones project with jetty-maven-plugin, jpa and jsf all preconfigured ready to create a sample... On 25/01/2018 16:28, Thomas Andraschko wrote: In our JIRA:

Re: ui repeat fails to reflect collection after render

2018-01-25 Thread Thomas Andraschko
In our JIRA: https://issues.apache.org/jira/projects/MYFACES/issues/ A small maven application with jetty-maven-plugin would be a great example! 2018-01-25 16:24 GMT+01:00 Matthew Broadhead : > ok i will do that. where do i create an issue? > > > On 25/01/2018

Re: ui repeat fails to reflect collection after render

2018-01-25 Thread Matthew Broadhead
ok i will do that.  where do i create an issue? On 25/01/2018 16:20, Thomas Andraschko wrote: Could you please provide a mvce and create a issue? Otherwise it's almost impossible to help you. 2018-01-25 16:14 GMT+01:00 Matthew Broadhead

Re: ui repeat fails to reflect collection after render

2018-01-25 Thread Thomas Andraschko
Could you please provide a mvce and create a issue? Otherwise it's almost impossible to help you. 2018-01-25 16:14 GMT+01:00 Matthew Broadhead : > hi, > i just posted this question on stack overflow. but then i tested > switching to mojarra and that solved my

ui repeat fails to reflect collection after render

2018-01-25 Thread Matthew Broadhead
hi, i just posted this question on stack overflow.  but then i tested switching to mojarra and that solved my problem so i guessed i would report it to this list Consider the following xhtml fragment:                 value="#{item}" />