E.g. in the renderer encodeEnd():
writer.write("<h:form ...>");
If we try this, we get <h:form ...> in our html. We would like to find
any way to make the JSP engine evalute the output of our renderer to
produce the <form ...> tag in html.
Any ideas? Matthias

