animalSelectionLabel.setOutputMarkupId(true);
add(animalSelectionLabel);
// Image referencing captcha image resource
image = new NonCachingImage("image", imageResource = new CaptchaImageResource(animals));
image.add(new AjaxEventBehavior("click")
{
private static final long serialVersionUID = 7480352029955897654L;
@Override
protected void updateAjaxAttributes(AjaxRequestAttributes attributes)