Take a look at the doPost() method in CommentServlet.

- Dave


On Tue, May 4, 2010 at 5:15 PM, Jeremy Kendall <jer...@jeremykendall.net> wrote:
> Hey folks,
>
> I'm working on a project which requires readers provide their LDAP
> credentials before they're allowed to comment.  I've put together a
> working LDAP comment authenticator, and the next step is to pull the
> reader's name and email from LDAP and save it in the
> roller_comment.user and roller_comment.email fields, respectively.
>
> I've been looking for the class that handles creating and persisting
> the comment model, but I haven't had any luck finding it yet.  What
> class or classes will I need to dig into in order to set
> roller_comment.user and roller_comment.email to their respective LDAP
> properties before persisting?
>
> Thanks,
>
> --
> Jeremy
>
> Jeremy Kendall
> Web Developer & Entrepreneur
> http://jeremykendall.net
> http://bit.ly/SendOutCards
> jer...@jeremykendall.net
>

Reply via email to