{quote} Well I think the simplest implementation is going for a convention, for example, upload an avatar to the user's snip with name avatar.png or .jpg or any other image extension. Then the user object would have hasAvatar() which would return true on and on the JSP we would do if snip.owner.avatar is true then show the image. {quote} Seems more easy, http://site.gravatar.com/site/implement says use a will show the image which saved at gravatar. so, when show the comments, check snip.owner.avatar to decide write a code '
' to his own comment or not.