4 Replies Latest reply on Jul 1, 2010 11:01 AM by getboa

    Sending @DataModel component to Applet?

      Hi folks,
      Let me explain a bit of the situation. There is a List of object in my seam component which has to be passed to an applet class where I'll be printing those objects in a dot matrix printer, but before printing them I've got to do some updates and only when these updates are finished, I call the applet page trough the property 'oncomplete'.


      I was thinking on how to send this List to an Applet but so far, I couldn't find out some way of doing this.
      Is there some trick? maybe creating a Servlet class, would it be possible?
      What about that solution? Is that the best flow?
      Thanks in advance