I am trying to override the update method of an EntityHome object that was
created using generate-entities. I have the following:
@Override
| public String update() {
| String retval = super.update();
| return retval;
| }
I have also added the following to the associated page.xml for the edit:
I have set a breakpoint in this method but it never gets hit.
<begin-conversation join="true" flush-mode="MANUAL"/>
Does anyone know what I am doing wrong. Ultimately, I want to call another
method after the super.update which is why I want to override this method.
Thanks,
Kim
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083146#4083146
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083146
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user