You can do stuff like:

   public String persist()
  |    {
  |       if ( ..... ) {
  |           return super.persist();
  |       }
  |       else {
  |           FacesMessages.instance().add("can't persist");
  |           return null;
  |       }
  |    }

Is that OK?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986317
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to