[jboss-user] [JBoss Seam] - Re: S:SelectDate DatePicker: Specified value is not a valid

petemuir do-not-reply at jboss.com
Fri Apr 6 05:48:15 EDT 2007


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



More information about the jboss-user mailing list