On Mon, 14 Jan 2008 19:04:00 +0100, Vincent Massol wrote
On Jan 14, 2008, at 6:31 PM, rssh wrote:
also note, that com.xpn.xwiki.api.Context has no get() method.
I see one;
public java.lang.Object get(String key)
{
if (hasProgrammingRights()) {
return getXWikiContext().get(key);
} else {
return null;
}
}
Ohh, really,
(and $context.hasProgramingRigths() is reduced to true. Ok, I will research
more ;))