[jboss-user] [JBoss Seam] - YEAAAAAHHHHHHHHHHHHHHH!!!!!!!!!!!!!!!!!!!!!!!!!!!

JUnkie do-not-reply at jboss.com
Tue Jul 31 13:28:56 EDT 2007


IT FINALLY WORKS!!!

I've just added equals() to my PaymentMethod entity like this:

public boolean equals(Object o){
  |     PaymentMethod pm = (PaymentMethod)o;
  |         if (pm.getId() == this.getId()){
  |       return true;
  |     }
  |     return false;
  |   }

Did the same thing for all my other entities and my other controls work without workaround now.

PETE: YOU ROCK!! 

I can't really express how thankful I am for your help. This issue really drove me crazy. But it's soooo good to know to get good support for this great Seam framework and to see that it really works.

Again: Thank you very much for your help and your patience, Pete.

If you think you now know why I was running into the issue I would appreciate it if you could post it briefly. Might be very interesting for others, too.

tears of joy in my eyes :-)))

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

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



More information about the jboss-user mailing list