[opencms-dev] Problem with User list, "getUsers()"
Stefano
stefonta75 at hotmail.com
Fri Jul 2 14:27:00 CEST 2004
Hi list,
I have need to retrive the list of the user of opencms.
Part of the code to the inside of file ".jsp" is:
< % @ page session="true" % >
CmsJspActionElement cms = new CmsJspActionElement(pageContext, request,
response);
CmsObject cmso = cms.getCmsObject();
java.util.Vector allUsersVector = cmso.getUsers();
If I execute this operation from "http://localhost:8080/opencms/...." it
works fine.
If I public the project and I try to approach the same resource "on-line",
OpenCMS jams on the call:
"java.util.Vector allUsersVector = cmso.getUsers();"
Why? Have you any idea?
Thanks, Stefano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20040702/f626158e/attachment.htm>
More information about the opencms-dev
mailing list