Hi,<%= targetData[field] %>. If you don't need the entity escaping you can also stay inside the jssp tag with document.write(targetData[field]).Thanks,-Jon
Hi,IIS uses the dir the site is being hosted out of for its web.config, akin to Apache's .htaccess file.For your site, look at the url your fonts are hosted out of, then follow the same path in Windows Explorer; e.g. for http://example.com/res/fonts, the root is the parent of the res\fonts dir.Thank...
Hi,Are there any logs/dumps available for the crash?Were there any changes to the filesystem or permissions that may have triggered the change in behavior?Can the separate instances write to separate files, periodically merged by an offline process? What's the requirement for having them merged?Than...
Hi,Reverse links are automatically created when creating links, with the option to change the reverse link's name from its default of target schema using attribute 'revLink'- the example you posted sets it to the existing default.AFAICT the issue isn't about changing the link name, it's a form input...
Hi,The form container in the original post is unclear- Is there a third schema that's backing it, hosting the UI for the bridged elements?Either way, AFAIK changes via xtk:persist#Write (console form) will propagate only to owned schemas, not vice-versa as in the schema defined above. Options would ...