Hi do we have a bug here, I have not really dug into the root of the problem but I assume we have a hole in what the mockups provide. I am working on the oamsubmit issue, and also because it is connected I am working on double include prevention code for the ppr case.
But now I have run into this:

java.lang.IllegalArgumentException: no factory javax.faces.context.PartialViewContextFactory configured for this application.
   at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:177)
at org.apache.myfaces.test.mock.MockFacesContext20.getPartialViewContext(MockFacesContext20.java:100) at org.apache.myfaces.shared_impl.renderkit.html.util.ResourceUtils.renderMyfacesJSInlineIfNecessary(ResourceUtils.java:185)


It seems to me that we do not have a PartialViewContextFactory and hence no PartialViewContext currently in our mockup 2.0, right?

Werner


Reply via email to