Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wicket-core/src/main/java/org/apache/wicket/Localizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public String getStringIgnoreSettings(final String key, final Component componen
"Tried to retrieve a localized string for a component that has not yet been added to the page. "
+ "This can sometimes lead to an invalid or no localized resource returned. "
+ "Make sure you are not calling Component#getString() inside your Component's constructor. "
+ "Offending component: {}", component);
+ "Offending component: {} - Resource key: {}", component, key);
}
}

Expand Down