Replies: 1 comment
-
Hi @amiths89, I'm not sure I fully understand your scenario. In theory it shouldn't make a difference whether you use the Java or the Node server. For the tool palette to be visible there are two things that need to happen:
The reason you get the message about the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on the Theia Blueprint repo with glsp server and model server as well. I am trying to load the palette using an javalin endpoint configured in the modelserver which I am able to do successfully using the modelserveracess object in glsp server. But the Palette UI still does not update even thoughthe nodes in the palette objectis updated, it only updates if i close the diagram and reopen.
Currently I am triggering it like this
'actionDispatcher.dispatch(new Request("tool-palette"),context)'
This works on Java server as I am able to debug into the palette provider but on the client side i see an error message Missing handler.for setContextActions
Whats the action that i can trigger to make this update from the Java glsp server?
Beta Was this translation helpful? Give feedback.
All reactions