Can I use a validator on the EJB 3.0 for example @Length(max=16) without using the
@NotNull validator?
This must only check when data is available but for certain reasons it's not working
unless I add the @NotNull validator as well.
Can anybody assist in this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029332#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...