views:

12

answers:

0

I have a complex application that contains a mix of JSF and Apache MyFaces. In any case, I'm getting a runtime ServletException about a ConvertNumberTag () that's invalidly-nested (currently, it's under a tr:outputText tag).

Unfortunately, I cannot figure out how to tell what is valid and invalid nesting. The Apache MyFaces site doesn't provide this information.

Do you?