Feature Requests item #1506471, was opened at 2006-06-15 05:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1506471&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 2.0
Status: Open
Priority: 5
Submitted By: Igor Vaynberg (ivaynberg)
Assigned to: Nobody/Anonymous (nobody)
Summary: need better filtering in error page

Initial Comment:
when this exception occurs it would be great to filter
the top wicket.* packages from the printed stack trace
since they only add noise:

WicketMessage: Couldn't find the markup of the
component login-label in parent user-form:login-border

Root cause:

wicket.WicketRuntimeException: Couldn't find the markup
of the component login-label in parent
user-form:login-border
at wicket.Component.<init>(Component.java:638)
at wicket.Component.<init>(Component.java:591)
at wicket.MarkupContainer.<init>(MarkupContainer.java:130)
at
wicket.markup.html.WebMarkupContainer.<init>(WebMarkupContainer.java:44)
at
wicket.markup.html.form.FormComponentLabel.<init>(FormComponentLabel.java:51)
at
wicket.markup.html.form.SimpleFormComponentLabel.<init>(SimpleFormComponentLabel.java:48)
at
ptabs.webapp.admin.users.CreateUserPage.<init>(CreateUserPage.java:43)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1506471&group_id=119783


_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to