@craig said:
Hi Sprokkie,
Maybe you should run mango on the webserver (in addition to your home server).
You could set up a publisher to publish the data from your home mango instance to the remote webserver mango instance.
Alternatively, you could create a 'custom view' .jsp file on your home server mango instance, and download that to your remote webserver with a program like wget.
From the 1.8 changelog:
"Custom view pages
A new approach to creating views has been added to Mango. Now you can create your own custom view pages using simple JSP tags. Simply create a JSP page in the Mango file system, and within your HTML specify the points that you want displayed where you want them. You can also display compound charts with custom plot colours. And, using javascript you can write simple scripts to set point values as well."
Hi,
when i try the view.jsp page i got this error
DEBUG: DEPRECATED: dojo.widget.Manager.getImplementationName Could not locate widget implementation for "simplepoint" in "view.widget" registered to namespace "view". Developers must specify correct namespaces for all non-Dojo widgets -- will be removed in version: 0.5
What did i fill in wrong ?
i chanced the change me in the view-xid
sprokkie