[seam-commits] Seam SVN: r9441 - branches/enterprise/JBPAPP_4_3_FP01/examples/remoting/helloworld/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Oct 27 11:14:11 EDT 2008


Author: manaRH
Date: 2008-10-27 11:14:11 -0400 (Mon, 27 Oct 2008)
New Revision: 9441

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/examples/remoting/helloworld/view/helloworld.xhtml
Log:
JBPAPP-1326

Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/remoting/helloworld/view/helloworld.xhtml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/remoting/helloworld/view/helloworld.xhtml	2008-10-27 15:06:47 UTC (rev 9440)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/remoting/helloworld/view/helloworld.xhtml	2008-10-27 15:14:11 UTC (rev 9441)
@@ -24,6 +24,7 @@
     
     function sayHello() {
       var name = prompt("What is your name?");
+      if (name == null) return;
       Seam.Component.getInstance("helloAction").sayHello(name, sayHelloCallback);
     }
 




More information about the seam-commits mailing list