Just answering my own question :-) > I have another jspvar related question... I'm converting a site to 1.6 > which uses a lot of fields from mm:list as jspvars. In one case there are > 8 fields which need to be used in the jsp context. > I've tried putting the node into the context with mm:node and mm:write, > and the retrieving it in jsp with nodename.getValue() but then mmbase > complains about anonymous not having access to user 'write' for that node
Okay, my mistake... I got the getValue() to work after turning off security.xml, which wasn't used in this site :) plus I'm using a jspvar in mm:list now so I don't have to use mm:node and mm:write. gr, Ricardo.
