I have a pair of customer components. During the course of
rendering one of them, I want to embed the rendered result of the other one
e.g.

 

            Writer.begin("tr");

            Writer.begin("td");

            // sub-component goes here

            Writer.end("td");

            Writer.end("tr);

 

            Can somebody help out with what code goes in the middle there to
actually get the component, pass it parameters, and render it?

 

            Thanks,

 

            -- Pat

Reply via email to