> On 9 May 2024, at 10:28 PM, Marie Valadez wrote:
>
> Is there a way to trigger this reload automatically when a user selects an
> instance.
This already happens from the user interface. When the user navigates to a new
resource with the Form Panel, all declared properties of that resource
Is there a way to trigger this reload automatically when a user selects an
instance. I tried adding a dash:ResourceService to the class Concept
through the property dash:resourceService. I was hoping when a user clicked
an instance of Concept that the UI would automatically trigger to reload
th
That did the trick. Thank you Holger!
On Thursday, May 9, 2024 at 8:50:05 AM UTC-6 Holger Knublauch wrote:
> Sorry I didn’t notice that the value of resources is supposed to be a
> space-separated list of URIs only. So instead of that array of NamedNodes,
> just try a single string with spaces
Sorry I didn’t notice that the value of resources is supposed to be a
space-separated list of URIs only. So instead of that array of NamedNodes, just
try a single string with spaces in between URIs…
Holger
> On 9 May 2024, at 4:46 PM, Marie Valadez wrote:
>
> Hello Holger,
>
> Thanks for
Hello!
I found some documentation about tbs:loadRemoteResource which can be used
to programmatically load the remote resource which is similar to pushing
the button in UI to reload
(https://archive.topquadrant.com/doc/7.8/user_guide/remote/index.html?highlight=loadremoteresource).
However, I