-
Notifications
You must be signed in to change notification settings - Fork 99
problem to binding component #209
Comments
Is there any error messages on console or in log file when this happens? If so, please post the whole stacktrace here. |
this the drill problem If after the query remove a member through the drag if you drag an element without making a query Thank you again |
Thanks for the information. However, the most important part of the message should follow 'java.lang.NullPointerException'. Please check your log file again, and see if you can find an actual stacktrace of the exception and paste it in your post. |
|
Sorry, but the package name and line numbers shown in the trace don't seem to match any version of the class. Have you by any chance changed NavigatorHandler.java file? If so, does it also happen with the unchanged version as well? And in that case, it'd be helpful if you can let me know what is at 723 line of the changed source. |
When i drag the measures or dimension on column or row on my view disappears all on codemirror and on layout that contain the cude hierarchy. That depends by binding="#{viewHandler.component}"
<h:form id="grid-form" >
<h:panelGroup id="pivot-grid" binding="#{viewHandler.component}"
layout="block"
/>
</h:form>
the component return null.
If i remove the binding that work but clearly it doesn't show the table.
That problem there is not if run the query in codemirror but if i click on drill button happens the same problem.
Thank you
The text was updated successfully, but these errors were encountered: