I am using a Community Services comment and am setting the anonymous user or guest this way
<input type="hidden" name="<%=CommunityComponentConstants.PROP_SOCIAL_ANONYMOUS_USER_NAME%>" id="<%=CommunityComponentConstants.PROP_SOCIAL_ANONYMOUS_USER_NAME%>_${feedbackUID}" value="<%=user%>"/>
It was working fine for awhile, but now it is through a java.lang.exception of Guest user is not configured. Could this error point to something within Collab that needs to be re-configured. Can anyone point me to any documentation on setting up Guest user or Anonymouse User in Collab? Also I cannot find the API for com.vignette.ext.templating.community.util.CommunityComponentConstants on the Knowledge Base. Any links for that would be appreciated.
Many thanks.