diff --git a/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java b/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java index 63c31d6..ae6100e 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java +++ b/src/fr/devinsy/statoolinfos/htmlize/PropertyFileCheckPage.java @@ -99,6 +99,10 @@ public class PropertyFileCheckPage TagDataManager data = new TagDataManager(); + data.setContent("warningCount", checks.getWarningCount()); + data.setContent("alertCount", checks.getAlertCount()); + data.setContent("voidCount", checks.getVoidCount()); + // data.setContent("statsTitle", title); diff --git a/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml b/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml index ec83e73..372e506 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml +++ b/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml @@ -15,15 +15,17 @@