onderteker
Joined: 19/06/2009 00:00:00
Messages: 3
Offline
|
The inputRichText component works in a page in root directory, or any page segment which is included eventually in any page in root directory. But if I use it in any page in any directory except the root, it doesn't work.
The code :
<ice:inputRichText value="Test" />
works in /test.xhtml but not in /myfolder/test.xhtml.
I think there is a reference in it, such as myfolder/myfile.ext instead of /myfolder/myfile.ext.
Do you think any solution or work-around?
|