> -----Original Message----- > From: Dave [mailto:[email protected]] > Sent: Monday, June 20, 2011 5:20 PM > To: [email protected] > Subject: Re: Comment authentication problem > > 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.
Obviously my code is open source! :-P In attachment there is the java code. > Thanks, > Dave Thanks to you! rocsca
