Module: nagvis Branch: master Commit: a72e6ae847ac5c80904333efbb5ba86bf0055738 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=a72e6ae847ac5c80904333efbb5ba86bf0055738
Author: Roman Kyrylych <[email protected]> Date: Tue Aug 11 16:12:13 2009 +0300 gmap: Display server-side exceptions text instead of useless details Signed-off-by: Roman Kyrylych <[email protected]> --- uifx/src/modules/gmap/mate/GeneralEM.mxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/uifx/src/modules/gmap/mate/GeneralEM.mxml b/uifx/src/modules/gmap/mate/GeneralEM.mxml index 4a09388..8be3d54 100644 --- a/uifx/src/modules/gmap/mate/GeneralEM.mxml +++ b/uifx/src/modules/gmap/mate/GeneralEM.mxml @@ -17,7 +17,7 @@ </mx:Script> <EventHandlers type="{UnhandledFaultEvent.FAULT}"> - <InlineInvoker method="Alert.show" arguments="{[event.fault.faultDetail, 'Error']}"/> + <InlineInvoker method="Alert.show" arguments="{[event.fault.faultString, 'Error']}"/> </EventHandlers> <EventHandlers type="resized"> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
