0 Replies Latest reply on Oct 28, 2009 11:25 AM by evejeba

    Page doesn't render values post deletion (refresh issue)

    evejeba

      I have OneToMany relationship between user and address class. When i delete a particular address(Child) from the AddressEdit.xhtml page it lands in its corresponding user(parent) page after deletion i,e User.xhml. The User.xhtml page contains the user name, age and all its addresses. After deletion of an address, when landing in the User.xhtml page the user name and age are not getting displayed. When I refresh the page they are getting displayed.


      Why am I not able to view the User contents post deletion.