On Mon, Jun 20, 2011 at 9:28 AM, Scappatura Rocco <[email protected]> wrote: >> > import java.util.ResourceBundle; >> > import javax.servlet.http.HttpServletRequest; >> > import javax.servlet.http.HttpSession; >> > import org.apache.commons.logging.Log; >> > import org.apache.commons.logging.LogFactory; >> >> I don't see any org.apache.roller packages there. >> >> What is the package name of the class your are defining? > package org.rocsca.MathCommentAuthenticator;
The problem is that you code cannot find the "CommentAuthenticator" You might be able to fix this by adding this to your imports: import org.apache.roller.weblogger.ui.rendering.plugins.comments.CommentAuthenticator But it's hard to tell because I don't have your full source. Thanks, Dave
