Hi,
I have the following component:
#include "org/smartfrog/services/filesystem/components.sf"
MyComp extends Prim {
sfClass "MyCompImpl"
[sfLocal] myFile extends File {
filename LAZY PARENT:fileName
dir LAZY PARENT:dir
mustBeFile true
mustExist true
testOnStartup true
}
filePath LAZY myFile:absolutePath
}
MyComp:fileName and MyComp:dir are later given as LAZY PROPERTY.
When I try to resolve "filePath" in my component implementation, I get the link
resolution exception. I can resolve myFile:filename and myFile:dir though.
What am I doing wrong?
Thanks,
Dmitry
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Smartfrog-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartfrog-users