2 Replies Latest reply on Jan 15, 2008 7:08 AM by fady.matar

    Injecting an array of bytes

      I have the following scenario

      In one of my pages a transaction executes and returns an object of type byte[].

      Now I would like to inject this object into another Seam component. I thought about having the object as a hidden input but that won't work
      any suggestions?