From 4aa3069b1e8ed109121e655a8bd7e3660e1571b1 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Mon, 19 Feb 2018 14:36:30 +0100 Subject: [PATCH] Added a comment about inline HTML code for examples. --- src/fr/devinsy/kiss4web/demo/website/xidyn/Index_xhtml.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/fr/devinsy/kiss4web/demo/website/xidyn/Index_xhtml.java b/src/fr/devinsy/kiss4web/demo/website/xidyn/Index_xhtml.java index 9357552..4527dee 100644 --- a/src/fr/devinsy/kiss4web/demo/website/xidyn/Index_xhtml.java +++ b/src/fr/devinsy/kiss4web/demo/website/xidyn/Index_xhtml.java @@ -69,6 +69,10 @@ public class Index_xhtml extends HttpServlet // ============== Page demoPage = PageFactory.instance().create("/fr/devinsy/kiss4web/demo/website/xidyn/index.html"); + // Following examples use inline HTML code rather to use the + // index.html HTML code. It is because each one are autonomous of + // any outside context. + // Step #01. { try