1 Reply Latest reply on Jun 1, 2009 4:18 PM by nbelaevski

    FileUpload - Edit Screen

    israel.bgf

      I have the following situation. Example:

      Entity person have a list of atachments (entity Attachment), this entity have a name and an array of bytes(@Lob).

      Anyway, i have a CRUD page, I create a new Person, and a list of attachments. My problem is when i try to edit this. On the edit screen how can I retrieve the attachments to the fileUpload component, to edit it (delete attachments or add another ones).

      Is it possible? I tried to do something with binding but i didnt find anything that looks usefull for it (like adding UploadItens manually).

      Thks in advace,

      Israel