Hi, could someone get me started on this: I would like a 'GlobalResource', which I can use to store some global and persistant information into. Of cource one should be able to read this info by name from another resource. I tried with Resource Attributes and am able to create and store infos (in the java code, and in /Admin/Editor). like: GlobalResource=Class.forName("w3c.jigsaw.tutorials.GlobalResource"); a = new StringAttribute("AGlobalAttribut", "Some Default", Attribute.EDITABLE); MY_INDEX = AttributeRegistry.registerAttribute(GlobalResource, a) ; but I can only read within the same program with: getValue("MyOwnAttribut",null); How can I read from another Resource? Or is there a better way to pass information from one (postable) resource to the other? Thanks Kai Kai Schmidt // SerKom WWW-Konzepte Tel. 0711/682167 Fax. 0711/6787976 WWW/FTP: WWW-Konzepte.schwaben.deReceived on Tuesday, 26 November 1996 13:37:09 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:46 GMT