how to access the property value
Hi, How can I access the value of a property in a sheet? I tried the following but this didn't work: $prop.getValue().toString() Thanks Yves
$doc.display($prop.getName()) seems to do the trick. Why doesn't work the version below? On 22.09.2005, at 21:46, Yves Langisch wrote:
Hi,
How can I access the value of a property in a sheet? I tried the following but this didn't work:
$prop.getValue().toString()
Thanks Yves
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
The previous version does not work for security reasons.. Direct access to properties goes through displayers Ludovic Yves Langisch wrote:
$doc.display($prop.getName()) seems to do the trick.
Why doesn't work the version below?
On 22.09.2005, at 21:46, Yves Langisch wrote:
Hi,
How can I access the value of a property in a sheet? I tried the following but this didn't work:
$prop.getValue().toString()
Thanks Yves
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
participants (2)
-
Ludovic Dubost -
Yves Langisch