0 Replies Latest reply on Jul 5, 2007 8:32 AM by newlukai

    Seam injects null when using ice:inputFile

      Hi there,

      I've a page which displays data of an entity. On this page I defined an ice:popupPanel containing an ice:inputFile. In the backing bean, which controls saving the changes, displaying the popup and so on, there is the component defined as follows:

      @In(required=false)
      @Out(required=false, scope=ScopeType.SESSION)
      protected Testaction testaction;
      


      As soon as I upload a file, the testaction equals to null. In any other case, like changing an ajax-enabled drop-down-field, the testaction has the expected values.

      With ICEfaces 1.5.3 the upload worked fine. The null-injection occurs since I updated to ICEfaces 1.6.0 DR #5.

      Has anybody a hint how to solve this problem?

      Thanks in advance
      Newlukai