[jboss-user] [JBoss Seam] - Re: Converter behavior PROBLEM

urosmil do-not-reply at jboss.com
Wed Sep 12 10:56:49 EDT 2007


Hi,

it was validation error. I got ""price": Conversion error occurred." from h:messages.

BUT why is validation happening?
I even changed "getAsObject" method body to:
public Object getAsObject(FacesContext arg0, UIComponent arg1, String string) {
  | 		return new BigDecimal(0);
  | 	}
and I got same error.
Is this some BUG is JSF or Seam or I am doing something wrong?

Thanks,
Uros!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083493#4083493

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083493



More information about the jboss-user mailing list