It possible but not easy - add a JIRA request that asks for the message for
CaptchaResponse to be taken from a properties file, not a String
For now I've altered the captcha component in CVS so you can override it
@Name("org.jboss.seam.captcha.captcha")
| public Captcha extends org.jboss.seam.captcha.Captcha
| {
|
| @CaptchaResponse(message="my message")
| public String getResponse()
| {
| return response;
| }
|
| }
should work
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035260#4035260
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035260
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user