usr/src/java/vpanels/panel/org/opensolaris/os/vp/panel/common/control/Navigator.java
changeset 375 a368eea114ba
parent 374 a7af53c5e114
child 390 62c7eb34e283
--- a/usr/src/java/vpanels/panel/org/opensolaris/os/vp/panel/common/control/Navigator.java	Tue Oct 27 19:51:12 2009 -0400
+++ b/usr/src/java/vpanels/panel/org/opensolaris/os/vp/panel/common/control/Navigator.java	Wed Oct 28 17:23:00 2009 -0400
@@ -167,6 +167,8 @@
 
 	Throwable t = throwable[0];
 	if (t != null) {
+	    ThrowableUtil.appendStackTrace(t);
+
 	    if (t instanceof NavigationAbortedException)
 		throw (NavigationAbortedException)t;