> > > > > approach. Then again, why not post your results to a JIRA ticket when > > you're done as a contribution, and we'll review it to se if it's generic > > enough to make sense at the platform level. > For who is this, you means me ? >
It was to Vicente, who said he was going to build something like this. > > > A dedicated component for displaying exception information seems a bit > specialized to include in the platform. > But Exceptions are common is Java, so handling them in a standard way, > from a visual point of view for me makes sense. > I could make this for a next release ... add in JIRA ? > I disagree that it's that common - the last three enterprise apps I worked on specifically did *not* want to show the user the exceptions because it's not very user friendly. Rather, they wanted to show the user a very simple alert that told them simply what went wrong and how to fix it or who to contact to report the issue. > > > However, you'll be able to put formatted text in an alert when TextArea > is complete, if that helps. > In my use case there isn't need to put the Stacktrace as formatted > text, but only text in read-only. > A read-only text area is probably what you want then, so the user can copy the text to the clipboard.
