it's interesting what people want to do with JSF, I doubt that this will work though...
regards,
Martin
On 8/4/05, Matthias Marschall <[EMAIL PROTECTED]> wrote:
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

