[jboss-user] [JBoss Seam] - Re: Calling a Method on a Home Object
christian_zeidler
do-not-reply at jboss.com
Sat Oct 13 07:41:52 EDT 2007
great, thx
| public void printFoo(){
| if(this.getInstance() != null){
| System.out.println(this.getInstance().getName());
| } else{
| System.out.println("no instance");
| }
| }
works fine.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094873#4094873
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094873
More information about the jboss-user
mailing list