Content View + table layout result = bug after different clicks on orderBy-title

Hello,

I got a problem on a content view.

Context :

  1. A document use an external content view as a tab in “additional tabs configuration” of this document
  2. This content view is declared in “content view” and “results columns” are using a “table layout” external.

So, 3 differents objects in connexion.

Then I look at my content view in the document tab, and decided to order by one search result or an other, after some clicks on columns name to do “order-by”, I got an exception :

2013-11-25 17:31:50,963 ERROR [org.nuxeo.ecm.webapp.context.NavigationContextBean] <resetCurrentPath> documentManager not initialized
2013-11-25 17:31:50,967 ERROR [org.nuxeo.ecm.platform.actions.DefaultActionFilter] evaluation of condition SeamContext.get("popupHelper").isDocumentHasBlobs(document) failed: returning false
java.lang.NullPointerException
2013-11-25 17:33:02,504 ERROR [org.nuxeo.ecm.platform.actions.DefaultActionFilter] evaluation of condition SeamContext.get("subscriptionAction").getSelectedNotifications().size() == 0 failed: returning false
java.lang.NullPointerException 
013-11-25 17:33:02,538 ERROR [org.nuxeo.ecm.webapp.context.NavigationContextBean] current document is null

I don't understand why ??? :-(

thanks for help

0 votes

1 answers

2011 views

ANSWER



Hi,

Maybe you clicked too quickly and ran into http://doc.nuxeo.com/x/pgU7.

That's only a guess since the error logs you gave are usually a symptom of loss of conversation state (usually subsequent to another initial error)

1 votes



Yes I try less quickly all the clicking on columns names and couldn't do this problem again. thank you very much.
11/28/2013