Is it possible that a JSF custom renderer produces JSP tags, which can then be evaluated again?

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

Reply via email to