This code snippet from my last project should give you a good hint:

HtmlOutputText iconDesc = (HtmlOutputText)
app.createComponent(HtmlOutputText.COMPONENT_TYPE);
iconDesc.setValue("xxx");
try
{
     RendererUtils.renderChild(ctx, iconDesc );
}
catch (IOException e){e.printStackTrace();}

I hope this answered your question?

2005/9/16, Goyo Escobar Escalero <[EMAIL PROTECTED]>:
> If I have inside of my encodeBegin method a UISelectOne object... how can I
> render it??
> 
> 
> 


-- 
Mit freundlichen Grüßen / Greetings,
Hendrik Neumann

Reply via email to