[jboss-user] [JBoss Seam] - Override EntityHome update not working
KimLord
do-not-reply at jboss.com
Tue Sep 11 14:34:43 EDT 2007
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
More information about the jboss-user
mailing list