[jboss-user] [JBoss Seam] - Validation Error

2007-03-19 Thread fady.matar
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://w

[jboss-user] [JBoss Seam] - Validation Error

2007-03-07 Thread fady.matar
I have generated a sample application using seam-gen. Everything worked fine and then the validation stopped displaying the error messages. I checked the JBoss console there's an WARNING as follows: | FacesMessage(s) have been enqueued, but may not have been displayed. | I cannot debug thi

[jboss-user] [JBoss Seam] - Validation Error Messages...

2006-12-22 Thread [EMAIL PROTECTED]
Getting a validation message raised in an Action to appear in the GUI next to the right field? | if (usernameExists) { | //facesMessages.addFromResourceBundle(FacesMessage.SEVERITY_WARN, "username", "user_create_username_exists"); | facesMessages.addFromResourceBundle("submitAttem