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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...