Hi!

I thought about creating some logic to detect if a ExtensionFilter is
configured.

To archive this, I'll add - say in HtmlFormRenderer (dont know the exact
name now, any other component will be fine too) in encodeStart something
like:

if (not checked in session)
{
    new Throwable().printStacktrace(StringWriter)
    if (sw.toString().indexOf(ExtensionsFilter) < 0) throw new
FacesConfigurationException() ....
    set checked in session
}


What do you think?

Ciao,
Mario

Reply via email to