3 Replies Latest reply on Oct 2, 2008 1:33 PM by sanjeevkoppal

    creating MediaOutput component DYNAMICALLY

    orkun

      hello

      I need an example to create MediaOutput component dynamically.

      In RichFaces Developer Guide:

      6.14.3. Creating the Component Dynamically Using Java

      Example:

      import org.ajax4jsf.component.html.MediaOutput;
      ...
      MediaOutput myMedia = new MediaOutput ();

      I mean how I can go on from this constructor to create MediaOutput component dynamically.


      regards