You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Zied Hamdi <ja...@gmail.com> on 2008/09/04 12:51:45 UTC

[tobago] parsing warning by org.apache.myfaces.renderkit.html.util.ReducedHTMLParser

 Hi,

I have the following warning many times in logs:

12:43:45,671 INFO [STDOUT] 2008-09-04 12:43:45,671 [http-127.0.0.1-8080-1]
WARN org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 208. Surroundings: '\" href=\"#\" onfocus=\"tobago'.

and he's right: here is a snippet of the output page:
<a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
tobago-menuBar-item-span-top\" href=\"#\" onfocus=\"tobagoMenuFocus(event)\"
onblur=\"tobagoMenuBlur(event)\" ...
Is there a way to remove the java escape characters before double quotes
from the output (if that is the problem).

Regards,
Zied

-- 
Zied Hamdi
www.into-i.fr
(previously in 2003)
zatreex.sf.net

Re: [tobago] parsing warning by org.apache.myfaces.renderkit.html.util.ReducedHTMLParser

Posted by Zied Hamdi <ja...@gmail.com>.
Hi Simon,

I can paste the reported lines and the output file :

08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 207. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 209. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 213. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 215. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 219. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 221. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 225. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 227. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 231. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 233. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 237. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 239. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
08:44:51,906 INFO  [STDOUT] 2008-09-05 08:44:51,906 [http-127.0.0.1-8080-1]
WARN  org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
Invalid tag found: unexpected input while looking for attr name or '/>' at
line 243. Surroundings: '\" href=\"#\" onfocus=\"tobago'.

Here's my output in firefox (it seems firefox and ie reformats the output so
line numbers doesn't match) by the only occurentces I found about the
reported bad syntax *\" href=\"#\" onfocus=\"tobago* are in the js.

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:jsp="http://java.sun.com/JSP/Page"
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html
><head
><script type="text/javascript"
>
<!--
var TbgHeadStart = new Date();
// -->
</script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
><title
>Into Services: Le Logiciel pour les préstataires de service</title><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/style/style.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/style/style.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/mozilla/style/style.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-menu.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-menu.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago-menu.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-sheet.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/style/tobago-sheet.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-sheet.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/style/tobago-sheet.css" type="text/css"
><link rel="stylesheet" href="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago-sheet.css" type="text/css"
><link rel="icon" type="image/gif" href="/img/Into.gif"
><script src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js" type="text/javascript"
></script><script src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js" type="text/javascript"
></script><script src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/theme-config.js" type="text/javascript"
></script><script src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/theme-config.js" type="text/javascript"
></script><script src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/script/theme-config.js" type="text/javascript"
></script><script src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-menu.js" type="text/javascript"
></script><script src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-menu.js" type="text/javascript"
></script><script src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/script/tobago-menu.js" type="text/javascript"
></script><script src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js" type="text/javascript"
></script><script src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-sheet.js" type="text/javascript"
></script><script type="text/javascript"
>
<!--

// -->
</script></head><body onload="Tobago.init('page');" scroll="auto"
class="tobago-page-default" id="page"
><script type="text/javascript"
>
<!--
Tobago.pngFixBlankImage =
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif';
Tobago.OVERLAY_BACKGROUND =
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/image/tobago-overlay-background.png';
Tobago.OVERLAY_WAIT =
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/tobago-overlay-wait.gif';

// -->
</script><script type="text/javascript"
>
<!--
TbgTimer.startBody = new Date();
// -->
</script><form name="page::form"
action="/IntoServicesWeb/person/person.jsf" id="page::form"
method="post" accept-charset="utf-8"
><input type="hidden" name="page::form-action" id="page::form-action" value=""
><input type="hidden" name="page::context-path" id="page::context-path" value="/IntoServicesWeb"
>

		<head
>
		<title
>Into Services: Le Logiciel pour les préstataires de service</title>
		</head><div class="tobago-panel-default" id="page:j_id4"
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:j_id4")
// -->
</script><table class="tobago-gridLayout-default"
style="margin-right:10px; height:1300px; width:1360px;
margin-left:10px; " cellspacing="0" cellpadding="0" summary=""
><colgroup
><col width="250"
><col width="1130"
></colgroup><tr
><td class="tobago-gridLayout-cell-td" style="width: 1380px; height: 70px; overflow: hidden;" colspan="2"
><div class="tobago-gridLayout-default tobago-gridLayout-first-row tobago-gridLayout-first-column" style="width: 1380px; height: 70px; overflow: hidden;"
><div class="tobago-panel-default" id="page:j_id6"
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:j_id6")
// -->
</script><div class="tobago-panel-default" id="page:j_id7"
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:j_id7")
// -->
</script><table border="0px" class="tobago-gridLayout-default"
style="height:70px; width:1380px; " cellspacing="0" cellpadding="0"
summary=""
><colgroup
><col width="240"
><col width="1140"
></colgroup><tr
><td class="tobago-gridLayout-cell-td" style="width: 240px; height: 90px;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-row tobago-gridLayout-first-column" style="width: 240px; height: 90px;"
><script type="text/javascript"
>
<!--
new Tobago.Image('page:j_id9','/IntoServicesWeb/skins/html/richmond/standard/image/logo_into.png','null','null');
// -->
</script><img id="page:j_id9"
src="/IntoServicesWeb/skins/html/richmond/standard/image/logo_into.png"
alt="" border="0" height="90" style="height:90px; width:240px; "
class="tobago-image-default"
></div></td><td class="tobago-gridLayout-cell-td" style="width: 1140px; height: 70px;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-row" style="width: 1140px; height: 70px;"
></div></td></tr></table></div></div></div></td></tr><tr
><td class="tobago-gridLayout-cell-td" style="width: 1380px; height: 20px; overflow: hidden;" colspan="2"
><div class="tobago-gridLayout-default tobago-gridLayout-first-column" style="width: 1380px; height: 20px; overflow: hidden;"
><div class="tobago-panel-default" id="page:j_id11"
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:j_id11")
// -->
</script><?xml version="1.0" encoding="UTF-8"?>
<div id="page:j_id13" style="height:15px; width:1380px; "
class="tobago-menuBar-default"
></div><script type="text/javascript"
>
<!--
Tobago.ensureStyleFiles(
    ['/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-menu.css',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-menu.css',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago-menu.css']);
// -->
</script><script type="text/javascript"
>
<!--
new Tobago.ScriptLoader(
    ['/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-menu.js',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-menu.js',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/script/tobago-menu.js'],
          "function setupMenupage_j_id13(id, pageId) {"
        + "  var menuStart = new Date();"
        + "  var searchId = id + '::popup';"
        + "  var menubar = document.getElementById(searchId);"
        + "  if (! menubar) {"
        + "    searchId  = id;"
        + "    menubar = document.getElementById(searchId);"
        + "  }"
        + "  if (menubar) {"
        + "    var menu = createMenuRoot(searchId);"
        + "    menubar.menu = menu;"
        + "    menu.setSubitemArrowImage(\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/image/MenuArrow.gif\");"
        + "    var menu_0 = new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
tobago-menuBar-item-span-top\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" id=\"page:clients\"
>Clients</a>', null);"
        + "    menu.addMenuItem(menu_0);"
        + "    menu_0.addMenuItem(new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span
tobago-menuBar-item-span-enabled\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" >liste</a>',
\"Tobago.submitAction('page:j_id14', true);\", false));"
        + "    var menu_1 = new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
tobago-menuBar-item-span-top\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" id=\"page:intervenants\"
>Intervenants</a>', null);"
        + "    menu.addMenuItem(menu_1);"
        + "    menu_1.addMenuItem(new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span
tobago-menuBar-item-span-enabled\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" >liste</a>',
\"Tobago.submitAction('page:j_id15', true);\", false));"
        + "    var menu_2 = new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
tobago-menuBar-item-span-top\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" id=\"page:commercials\"
>Commerciaux</a>', null);"
        + "    menu.addMenuItem(menu_2);"
        + "    menu_2.addMenuItem(new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span
tobago-menuBar-item-span-enabled\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" >liste</a>',
\"Tobago.submitAction('page:j_id16', true);\", false));"
        + "    var menu_3 = new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
tobago-menuBar-item-span-top\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" id=\"page:contrats\"
>Contrats</a>', null);"
        + "    menu.addMenuItem(menu_3);"
        + "    menu_3.addMenuItem(new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span
tobago-menuBar-item-span-enabled\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" >Liste</a>',
\"Tobago.submitAction('page:j_id17', true);\", false));"
        + "    var menu_4 = new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
tobago-menuBar-item-span-top\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" id=\"page:tasks\"
>Tâches</a>', null);"
        + "    menu.addMenuItem(menu_4);"
        + "    menu_4.addMenuItem(new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span
tobago-menuBar-item-span-enabled\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" >Liste</a>',
\"Tobago.submitAction('page:j_id18', true);\", false));"
        + "    var menu_5 = new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
tobago-menuBar-item-span-top\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" id=\"page:configuration\"
>Configuration</a>', null);"
        + "    menu.addMenuItem(menu_5);"
        + "    menu_5.addMenuItem(new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span
tobago-menuBar-item-span-enabled\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" >Résolution</a>',
\"Tobago.submitAction('page:j_id19', true);\", false));"
        + "    var menu_5_0 = new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/blank.gif\"
><a class=\"tobago-menuBar-item-span
tobago-menuBar-item-span-enabled\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" id=\"page:j_id20\"
>themes</a>', null);"
        + "    menu_5.addMenuItem(menu_5_0);"
        + "    menuSetRadioValue('page:j_id22', 'richmond');
menu_5_0.addMenuItem(new Tobago.Menu.Item('<img
class=\"tobago-menu-item-image\"
src=\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/image/MenuRadioChecked.gif\"
><a class=\"tobago-menuBar-item-span
tobago-menuBar-item-span-enabled\" href=\"#\"
onfocus=\"tobagoMenuFocus(event)\" onblur=\"tobagoMenuBlur(event)\"
onkeydown=\"tobagoMenuKeyDown(event)\"
onkeypress=\"tobagoMenuKeyPress(event)\" >Richmond</a>',
\"menuSetRadioValue('page:j_id22', 'richmond') ;
Tobago.submitAction('page:j_id21', true);\", false));"
        + "    initMenuBar(searchId, pageId);"
        + "  }"
        + "  else {"
        + "    LOG.debug('kein Element mit id: ' + searchId + ' gefunden!');"
        + "  }"
        + "  LOG.debug('Menu Total Time : ' + (new Date().getTime() -
menuStart.getTime()));"
        + "}"
        + "setupMenupage_j_id13('page:j_id13', 'page');"
);
// -->
</script></div></div></td></tr><tr
><td class="tobago-gridLayout-cell-td" style="width: 250px; height: 1190px; overflow: hidden;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-column" style="width: 250px; height: 1190px; overflow: hidden;"
><div class="tobago-panel-default" id="page:j_id24"
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:j_id24")
// -->
</script><div class="tobago-box-default" id="page:j_id25"
style="height:1184px; width:250px; "
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:j_id25")
// -->
</script><div class="tobago-box-header"
><span class="tobago-box-header-label"
>navigation</span></div><div class="tobago-box-content"
><div class="tobago-box-content-inner" style="height:1153px; width:237px; "
><table class="tobago-gridLayout-default" style="height:1153px; width:237px; " cellspacing="0" cellpadding="0" summary=""
><colgroup
><col width="237"
></colgroup><tr
><td class="tobago-gridLayout-cell-td" style="width: 237px; height: 1153px;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-row tobago-gridLayout-first-column" style="width: 237px; height: 1153px;"
><div id="page:j_id27_outer_div" class="tobago-sheet-outer-div" style="height:1153px; width:237px; "
><input id="page:j_id27::widths" name="page:j_id27::widths" type="hidden" value=""
><input id="page:j_id27::scrollPosition" name="page:j_id27::scrollPosition" type="hidden" value=""
><input id="page:j_id27::selected" name="page:j_id27::selected" type="hidden" value=","
><div id="page:j_id27_data_div" class="tobago-sheet-body-div " style="height:1153px; width:237px;  padding-top: 0px;"
><table cellspacing="0" cellpadding="0" summary="" class="tobago-sheet-body-table" style="width:235px; "
><colgroup
><col width="235"
></colgroup><tr class="tobago-sheet-content-odd " id="page:j_id27_data_tr_0"
><td class="tobago-sheet-cell-td tobago-sheet-cell-first-column"
><div id="page:j_id27_data_row_0_column0" class="tobago-sheet-cell-outer" style="width:235px; "
><div class="tobago-sheet-cell-inner"
><div class="tobago-box-default" id="page:j_id27:0:j_id29" style="width:231px; "
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:j_id27:0:j_id29")
// -->

</script><div class="tobago-box-header"
><span class="tobago-box-header-label"
>List persons</span></div><div class="tobago-box-content"
><div class="tobago-box-content-inner" style="height:-32px; width:218px; "
><table class="tobago-gridLayout-default" style="width:218px; " cellspacing="0" cellpadding="0" summary=""
><colgroup
><col width="218"
></colgroup><tr
><td class="tobago-gridLayout-cell-td" style="width: 218px;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-row tobago-gridLayout-first-column" style="width: 218px;"
><span id="page:j_id27:0:j_id31" class="tobago-out-default"
>class fr.into.services.view.person.PersonCommandExecuter</span></div></td></tr><tr
><td class="tobago-gridLayout-cell-td" style="width: 218px;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-column" style="width: 218px;"
></div></td></tr><tr
><td class="tobago-gridLayout-cell-td" style="width: 218px;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-column" style="width: 218px;"
><span id="page:j_id27:0:j_id33" class="tobago-out-default"
>subject: 'null', params: 'Client', outcome: 'null'</span></div></td></tr></table></div></div></div></div></div></td><td class="tobago-sheet-cell-td"
><div id="page:j_id27_data_row_0_column_filler" class="tobago-sheet-cell-outer" style="width: 0px;"
>&nbsp;</div></td></tr><tr class="tobago-sheet-content-even " id="page:j_id27_data_tr_1"
><td class="tobago-sheet-cell-td tobago-sheet-cell-first-column"
><div id="page:j_id27_data_row_1_column0" class="tobago-sheet-cell-outer" style="width:235px; "
><div class="tobago-sheet-cell-inner"
><div class="tobago-box-default" id="page:j_id27:1:j_id29" style="width:231px; "
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:j_id27:1:j_id29")
// -->
</script><div class="tobago-box-header"
><span class="tobago-box-header-label"
>Person selector</span></div><div class="tobago-box-content"
><div class="tobago-box-content-inner" style="height:-32px; width:218px; "
><table class="tobago-gridLayout-default" style="width:218px; " cellspacing="0" cellpadding="0" summary=""
><colgroup
><col width="218"
></colgroup><tr
><td class="tobago-gridLayout-cell-td" style="width: 218px;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-row tobago-gridLayout-first-column" style="width: 218px;"
><span id="page:j_id27:1:j_id31" class="tobago-out-default"
>class fr.into.services.view.person.SelectPersonCommandExecuter</span></div></td></tr><tr
><td class="tobago-gridLayout-cell-td" style="width: 218px;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-column" style="width: 218px;"
></div></td></tr><tr
><td class="tobago-gridLayout-cell-td" style="width: 218px;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-column" style="width: 218px;"
><span id="page:j_id27:1:j_id33" class="tobago-out-default"
>subject: 'null', params: 'null', outcome: 'null'</span></div></td></tr></table></div></div></div></div></div></td><td class="tobago-sheet-cell-td"
><div id="page:j_id27_data_row_1_column_filler" class="tobago-sheet-cell-outer" style="width: 0px;"
>&nbsp;</div></td></tr></table></div></div><script type="text/javascript"
>
<!--
Tobago.ensureStyleFiles(
    ['/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-sheet.css',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/style/tobago-sheet.css',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-sheet.css',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/style/tobago-sheet.css',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago-sheet.css']);
// -->
</script><script type="text/javascript"
>
<!--
new Tobago.ScriptLoader(
    ['/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-sheet.js'],
          "new Tobago.Sheet(\"page:j_id27\", true,
\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/image/sheetChecked.gif\",
\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/image/sheetUnchecked.gif\",
\"multi\", -1, null,  null,  null,  null,  null);"
);
// -->
</script></div></td></tr></table></div></div></div></div></div></td><td
class="tobago-gridLayout-cell-td" style="width: 1130px; height:
1190px; overflow: hidden;"
><div class="tobago-gridLayout-default" style="width: 1130px; height: 1190px; overflow: hidden;"
><div class="tobago-panel-default" id="page:pageContent"
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:pageContent")
// -->
</script><div class="tobago-panel-default" id="page:personForm:j_id34"
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:personForm:j_id34")
// -->
</script><table class="tobago-gridLayout-default"
style="height:1185px; width:1125px; " cellspacing="0" cellpadding="0"
summary=""
><colgroup
><col width="1125"
></colgroup><tr
><td class="tobago-gridLayout-cell-td" style="width: 1125px; height: 295px;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-row tobago-gridLayout-first-column" style="width: 1125px; height: 295px;"
><div class="tobago-box-default" id="page:personForm:j_id52" style="height:294px; width:1125px; "
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:personForm:j_id52")
// -->
</script><div class="tobago-box-header"
><span class="tobago-box-header-label"
>Informations générales</span><div class="tobago-box-header-toolbar-div"
><div class="tobago-toolbar-button tobago-toolbar-button-box-facet-enabled tobago-toolbar-button-box-facet" onmouseover="Tobago.toolbarMousesover(this, 'tobago-toolBar-button-hover tobago-toolBar-button-box-facet-hover', 'page:personForm:newPersonCmd::icon');" onmouseout="Tobago.toolbarMousesout(this, 'tobago-toolBar-button-hover tobago-toolBar-button-box-facet-hover', 'page:personForm:newPersonCmd::icon');" onclick="Tobago.submitAction('page:personForm:newPersonCmd', true);"
><table cellpadding="0" cellspacing="0" summary="" border="0" class="tobago-toolbar-button-table tobago-toolbar-button-table-box-facet tobago-toolbar-button-table-box-facet-enabled"
><tr
><script type="text/javascript"
>
<!--
new Tobago.Image('page:personForm:newPersonCmd::icon','/IntoServicesWeb/skins/html/richmond/standard/image/new.GIF','null','null');
// -->
</script><td align="center" title="Nouveau"
><a class="tobago-toolBar-button-link" title="Nouveau" href="#" onfocus="Tobago.toolbarFocus(this, event)" id="page:personForm:newPersonCmd::link"
><img id="page:personForm:newPersonCmd::icon" src="/IntoServicesWeb/skins/html/richmond/standard/image/new.GIF" alt="" title="Nouveau" border="0" class="tobago-image-default tobago-toolBar-button-image tobago-toolBar-button-image-small"
></a></td><td class="tobago-toolbar-label-td" align="center"
></td></tr></table></div><div class="tobago-toolbar-button tobago-toolbar-button-box-facet-enabled tobago-toolbar-button-box-facet" onmouseover="Tobago.toolbarMousesover(this, 'tobago-toolBar-button-hover tobago-toolBar-button-box-facet-hover', 'page:personForm:searchPersonsCmd::icon');" onmouseout="Tobago.toolbarMousesout(this, 'tobago-toolBar-button-hover tobago-toolBar-button-box-facet-hover', 'page:personForm:searchPersonsCmd::icon');" onclick="Tobago.submitAction('page:personForm:searchPersonsCmd', true);"
><table cellpadding="0" cellspacing="0" summary="" border="0" class="tobago-toolbar-button-table tobago-toolbar-button-table-box-facet tobago-toolbar-button-table-box-facet-enabled"
><tr
><script type="text/javascript"
>
<!--
new Tobago.Image('page:personForm:searchPersonsCmd::icon','/IntoServicesWeb/skins/html/richmond/standard/image/search.PNG','null','null');
// -->
</script><td align="center" title="Rechercher"
><a class="tobago-toolBar-button-link" title="Rechercher" href="#" onfocus="Tobago.toolbarFocus(this, event)" id="page:personForm:searchPersonsCmd::link"
><img id="page:personForm:searchPersonsCmd::icon" src="/IntoServicesWeb/skins/html/richmond/standard/image/search.PNG" alt="" title="Rechercher" border="0" class="tobago-image-default tobago-toolBar-button-image tobago-toolBar-button-image-small"
></a></td><td class="tobago-toolbar-label-td" align="center"
></td></tr></table></div><div class="tobago-toolbar-button tobago-toolbar-button-box-facet-enabled tobago-toolbar-button-box-facet" onmouseover="Tobago.toolbarMousesover(this, 'tobago-toolBar-button-hover tobago-toolBar-button-box-facet-hover tobago-box-toolBar-button-hover-last', 'page:personForm:stopEditingCmd::icon');" onmouseout="Tobago.toolbarMousesout(this, 'tobago-toolBar-button-hover tobago-toolBar-button-box-facet-hover tobago-box-toolBar-button-hover-last', 'page:personForm:stopEditingCmd::icon');" onclick="Tobago.submitAction('page:personForm:stopEditingCmd', true);"
><table cellpadding="0" cellspacing="0" summary="" border="0" class="tobago-toolbar-button-table tobago-toolbar-button-table-box-facet tobago-toolbar-button-table-box-facet-enabled"
><tr
><script type="text/javascript"
>
<!--
new Tobago.Image('page:personForm:stopEditingCmd::icon','/IntoServicesWeb/skins/html/richmond/standard/image/stop.PNG','null','null');
// -->
</script><td align="center" title="Interrompre l'édition"
><a class="tobago-toolBar-button-link" title="Interrompre l'édition" href="#" onfocus="Tobago.toolbarFocus(this, event)" id="page:personForm:stopEditingCmd::link"
><img id="page:personForm:stopEditingCmd::icon" src="/IntoServicesWeb/skins/html/richmond/standard/image/stop.PNG" alt="" title="Interrompre l'édition" border="0" class="tobago-image-default tobago-toolBar-button-image tobago-toolBar-button-image-small"
></a></td><td class="tobago-toolbar-label-td" align="center"
></td></tr></table></div></div></div><div class="tobago-box-content"
><div class="tobago-box-content-inner" style="height:263px; width:1112px; "
><div class="tobago-panel-default" id="page:personForm:personTablePanel"
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:personForm:personTablePanel")
// -->

</script><div class="tobago-panel-default"
id="page:personForm:personTableSubview:j_id53"
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:personForm:personTableSubview:j_id53")
// -->
</script><div id="page:personForm:personTableSubview:personData_outer_div"
class="tobago-sheet-outer-div" style="height:263px; width:1112px; "
><input id="page:personForm:personTableSubview:personData::widths" name="page:personForm:personTableSubview:personData::widths" type="hidden" value=""
><input id="page:personForm:personTableSubview:personData::scrollPosition" name="page:personForm:personTableSubview:personData::scrollPosition" type="hidden" value=""
><input id="page:personForm:personTableSubview:personData::selected" name="page:personForm:personTableSubview:personData::selected" type="hidden" value=","
><div id="page:personForm:personTableSubview:personData_header_div" class="tobago-sheet-header-div" style="height:20px; width:1112px; "
><div id="page:personForm:personTableSubview:personData_header_box_0" class="tobago-sheet-header-box" style="width: 18px;" title=""
><div id="page:personForm:personTableSubview:personData_header_outer_0" class="tobago-sheet-header" style="text-align: center;"
><img src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/1x1.gif" alt=""
></div><div id="page:personForm:personTableSubview:personData_header_resizer_0" class="tobago-sheet-header-resize tobago-sheet-header-resize-cursor"
>&nbsp;</div></div><div id="page:personForm:personTableSubview:personData_header_box_1" class="tobago-sheet-header-box" style="width: 70px;" onclick="Tobago.submitAction('page:personForm:personTableSubview:personData:firstNameCol_sorter')" title="Click to sort this column"
><div id="page:personForm:personTableSubview:personData_header_outer_1" class="tobago-sheet-header tobago-sheet-header-sortable"
>Prénom</div><div id="page:personForm:personTableSubview:personData_header_resizer_1" class="tobago-sheet-header-resize tobago-sheet-header-resize-cursor"
>&nbsp;</div><div class="tobago-sheet-header-sort-div"
><img src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/1x1.gif" alt=""
></div></div><div id="page:personForm:personTableSubview:personData_header_box_2" class="tobago-sheet-header-box" style="width: 70px;" onclick="Tobago.submitAction('page:personForm:personTableSubview:personData:lastNameCol_sorter')" title="Click to sort this column"
><div id="page:personForm:personTableSubview:personData_header_outer_2" class="tobago-sheet-header tobago-sheet-header-sortable"
>Nom</div><div id="page:personForm:personTableSubview:personData_header_resizer_2" class="tobago-sheet-header-resize tobago-sheet-header-resize-cursor"
>&nbsp;</div><div class="tobago-sheet-header-sort-div"
><img src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/1x1.gif" alt=""
></div></div><div id="page:personForm:personTableSubview:personData_header_box_3" class="tobago-sheet-header-box" style="width: 100px;" onclick="Tobago.submitAction('page:personForm:personTableSubview:personData:zipCodeCol_sorter')" title="Click to sort this column"
><div id="page:personForm:personTableSubview:personData_header_outer_3" class="tobago-sheet-header tobago-sheet-header-sortable" style="text-align: center;"
>Code Postal</div><div id="page:personForm:personTableSubview:personData_header_resizer_3" class="tobago-sheet-header-resize tobago-sheet-header-resize-cursor"
>&nbsp;</div><div class="tobago-sheet-header-sort-div"
><img src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/1x1.gif" alt=""
></div></div><div id="page:personForm:personTableSubview:personData_header_box_4" class="tobago-sheet-header-box" style="width: 110px;" onclick="Tobago.submitAction('page:personForm:personTableSubview:personData:townCol_sorter')" title="Click to sort this column"
><div id="page:personForm:personTableSubview:personData_header_outer_4" class="tobago-sheet-header tobago-sheet-header-sortable"
>Ville</div><div id="page:personForm:personTableSubview:personData_header_resizer_4" class="tobago-sheet-header-resize tobago-sheet-header-resize-cursor"
>&nbsp;</div><div class="tobago-sheet-header-sort-div"
><img src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/1x1.gif" alt=""
></div></div><div id="page:personForm:personTableSubview:personData_header_box_5" class="tobago-sheet-header-box" style="width: 110px;" onclick="Tobago.submitAction('page:personForm:personTableSubview:personData:mainPhoneCol_sorter')" title="Click to sort this column"
><div id="page:personForm:personTableSubview:personData_header_outer_5" class="tobago-sheet-header tobago-sheet-header-sortable" style="text-align: center;"
>Tél</div><div id="page:personForm:personTableSubview:personData_header_resizer_5" class="tobago-sheet-header-resize tobago-sheet-header-resize-cursor"
>&nbsp;</div><div class="tobago-sheet-header-sort-div"
><img src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/1x1.gif" alt=""
></div></div><div id="page:personForm:personTableSubview:personData_header_box_6" class="tobago-sheet-header-box" style="width: 614px;" onclick="Tobago.submitAction('page:personForm:personTableSubview:personData:streetCol_sorter')" title="Click to sort this column"
><div id="page:personForm:personTableSubview:personData_header_outer_6" class="tobago-sheet-header tobago-sheet-header-sortable"
>Adresse</div><div id="page:personForm:personTableSubview:personData_header_resizer_6" class="tobago-sheet-header-resize tobago-sheet-header-resize-cursor"
>&nbsp;</div><div class="tobago-sheet-header-sort-div"
><img src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/1x1.gif" alt=""
></div></div><div id="page:personForm:personTableSubview:personData_header_box_7" class="tobago-sheet-header-box" style="width: 18px;" title=""
><div id="page:personForm:personTableSubview:personData_header_outer_7" class="tobago-sheet-header" style="text-align: center;"
><img src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/image/1x1.gif" alt=""
></div><div id="page:personForm:personTableSubview:personData_header_resizer_7" class="tobago-sheet-header-resize tobago-sheet-header-resize-cursor"
>&nbsp;</div></div><div id="page:personForm:personTableSubview:personData_header_box_filler" class="tobago-sheet-header-box" style="width: 0px"
><div class="tobago-sheet-header"
>&nbsp;</div></div></div><div id="page:personForm:personTableSubview:personData_data_div" class="tobago-sheet-body-div " style="height:248px; width:1112px; "
><table cellspacing="0" cellpadding="0" summary="" class="tobago-sheet-body-table" style="width:1110px; "
><colgroup
><col width="18"
><col width="70"
><col width="70"
><col width="100"
><col width="110"
><col width="110"
><col width="614"
><col width="18"
></colgroup><tr class="tobago-sheet-content-odd " id="page:personForm:personTableSubview:personData_data_tr_0"
><td class="tobago-sheet-cell-td tobago-sheet-cell-first-column" style="text-align:center; "
><div id="page:personForm:personTableSubview:personData_data_row_0_column0" class="tobago-sheet-cell-outer" style="width:18px; "
><div class="tobago-sheet-cell-inner"
><a href="javascript:;" onclick="Tobago.submitAction('page:personForm:personTableSubview:personData:0:j_id55', true);" class="tobago-link-default" id="page:personForm:personTableSubview:personData:0:j_id55" name="page:personForm:personTableSubview:personData:0:j_id55"
><img src="/IntoServicesWeb/skins/html/richmond/standard/icons/std/edit.gif" border="0" alt=""
></a></div></div></td><td class="tobago-sheet-cell-td"
><div id="page:personForm:personTableSubview:personData_data_row_0_column1" class="tobago-sheet-cell-outer" style="width:70px; "
><div class="tobago-sheet-cell-inner"
><span id="page:personForm:personTableSubview:personData:0:firstName" style="width:66px; " class="tobago-out-default"
></span></div></div></td><td class="tobago-sheet-cell-td"
><div id="page:personForm:personTableSubview:personData_data_row_0_column2" class="tobago-sheet-cell-outer" style="width:70px; "
><div class="tobago-sheet-cell-inner"
><span id="page:personForm:personTableSubview:personData:0:lastName" style="width:66px; " class="tobago-out-default"
>Total</span></div></div></td><td class="tobago-sheet-cell-td" style="text-align:center; "
><div id="page:personForm:personTableSubview:personData_data_row_0_column3" class="tobago-sheet-cell-outer" style="width:100px; "
><div class="tobago-sheet-cell-inner"
><span id="page:personForm:personTableSubview:personData:0:zipCode" style="width:96px; " class="tobago-out-default"
>0</span></div></div></td><td class="tobago-sheet-cell-td"
><div id="page:personForm:personTableSubview:personData_data_row_0_column4" class="tobago-sheet-cell-outer" style="width:110px; "
><div class="tobago-sheet-cell-inner"
><span id="page:personForm:personTableSubview:personData:0:town" style="width:106px; " class="tobago-out-default"
></span></div></div></td><td class="tobago-sheet-cell-td" style="text-align:center; "
><div id="page:personForm:personTableSubview:personData_data_row_0_column5" class="tobago-sheet-cell-outer" style="width:110px; "
><div class="tobago-sheet-cell-inner"
><span id="page:personForm:personTableSubview:personData:0:mainPhoneColValue" style="width:106px; " class="tobago-out-default"
></span></div></div></td><td class="tobago-sheet-cell-td"
><div id="page:personForm:personTableSubview:personData_data_row_0_column6" class="tobago-sheet-cell-outer" style="width:614px; "
><div class="tobago-sheet-cell-inner"
><span id="page:personForm:personTableSubview:personData:0:street" style="width:610px; " class="tobago-out-default"
></span></div></div></td><td class="tobago-sheet-cell-td" style="text-align:center; "
><div id="page:personForm:personTableSubview:personData_data_row_0_column7" class="tobago-sheet-cell-outer" style="width:18px; "
><div class="tobago-sheet-cell-inner"
><a href="javascript:;" onclick="Tobago.submitAction('page:personForm:personTableSubview:personData:0:deleteLink', true);" class="tobago-link-default" id="page:personForm:personTableSubview:personData:0:deleteLink" name="page:personForm:personTableSubview:personData:0:deleteLink"
><img src="/IntoServicesWeb/skins/html/richmond/standard/image/delete.GIF" border="0" alt=""
></a></div></div></td><td class="tobago-sheet-cell-td"
><div id="page:personForm:personTableSubview:personData_data_row_0_column_filler" class="tobago-sheet-cell-outer" style="width: 0px;"
>&nbsp;</div></td></tr></table></div><div class="tobago-sheet-footer" style="height:15px; width:1112px; top:248px; "
><span onclick="tobagoSheetEditPagingRow(this, 'page:personForm:personTableSubview:personData:ToRow', 'Tobago.submitAction(&quot;page:personForm:personTableSubview:personData:ToRow&quot;, true);')" class="tobago-sheet-paging-rows-span tobago-sheet-paging-span-right" title="Click here, to change the first displayed row"
>Row <span id="page:personForm:personTableSubview:personData:ToRow::text">1</span> of 1</span><span class="tobago-sheet-paging-pages-span tobago-sheet-paging-span-center" id="page:personForm:personTableSubview:personData::pagingPages"
><img id="page:personForm:personTableSubview:personData::pagingPages::First" class="tobago-sheet-footer-pager-button tobago-sheet-footer-pager-button-disabled" src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/image/sheetFirstDisabled.gif" title="First Page" alt=""
><img id="page:personForm:personTableSubview:personData::pagingPages::Prev" class="tobago-sheet-footer-pager-button tobago-sheet-footer-pager-button-disabled" src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/image/sheetPrevDisabled.gif" title="Previous Page" alt=""
><span class="tobago-sheet-paging-pages-text" onclick="tobagoSheetEditPagingRow(this, 'page:personForm:personTableSubview:personData:ToPage', 'Tobago.submitAction(&quot;page:personForm:personTableSubview:personData:ToPage&quot;, true);')" title="Click here, to change the displayed page"
>Page <span id="page:personForm:personTableSubview:personData:ToPage::text">1</span> of 1</span><img id="page:personForm:personTableSubview:personData::pagingPages::Next" class="tobago-sheet-footer-pager-button tobago-sheet-footer-pager-button-disabled" src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/image/sheetNextDisabled.gif" title="Next Page" alt=""
><img id="page:personForm:personTableSubview:personData::pagingPages::Last" class="tobago-sheet-footer-pager-button tobago-sheet-footer-pager-button-disabled" src="/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/image/sheetLastDisabled.gif" title="Last Page" alt=""
></span></div></div><script type="text/javascript"
>
<!--
Tobago.ensureStyleFiles(
    ['/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago-sheet.css',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/style/tobago-sheet.css',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago-sheet.css',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/style/tobago-sheet.css',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago-sheet.css']);
// -->

</script><script type="text/javascript"
>
<!--
new Tobago.ScriptLoader(
    ['/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js',
'/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/script/tobago-sheet.js'],
          "new Tobago.Sheet(\"page:personForm:personTableSubview:personData\",
true, \"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/image/sheetChecked.gif\",
\"/IntoServicesWeb/org/apache/myfaces/tobago/renderkit/html/speyside/standard/image/sheetUnchecked.gif\",
\"multi\", -1, null,  null,  null,  null,  null);"
);
// -->
</script></div></div></div></div></div></div></td></tr><tr
><td class="tobago-gridLayout-cell-td" style="width: 1125px; height: 890px;"
><div class="tobago-gridLayout-default tobago-gridLayout-first-column" style="width: 1125px; height: 890px;"
><div class="tobago-panel-default" id="page:personForm:clientDetails"
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:personForm:clientDetails")
// -->
</script><table class="tobago-gridLayout-default" style="height:885px;
width:1125px; " cellspacing="0" cellpadding="0" summary=""
><colgroup
></colgroup></table></div></div></td></tr></table></div></div></div></td></tr><tr
><td class="tobago-gridLayout-cell-td" style="width: 1380px; height: 20px; overflow: hidden;" colspan="2"
><div class="tobago-gridLayout-default tobago-gridLayout-first-column" style="width: 1380px; height: 20px; overflow: hidden;"
><div class="tobago-panel-default" id="page:j_id306"
><script type="text/javascript"
>
<!--
Tobago.addAjaxComponent("page:j_id306")
// -->
</script><div style="background-color: green;"
>footer</div></div></div></td></tr></table></div><span id="page::jsf-state-container"
><input type="hidden" name="jsf_tree" id="jsf_tree" value="j_id1:j_id3"
><input type="hidden" name="jsf_viewid" id="jsf_viewid" value="/person/person.xhtml"
></span></form><script type="text/javascript"
>
<!--
TbgTimer.endBody = new Date();
// -->
</script><!-- MYFACES JAVASCRIPT -->

</body></html>
</html>





2008/9/4 Simon Kitching <sk...@apache.org>

> From the comments on this email, it sounds like the html piece that is
> shown below is actually embedded within javascript.
>
> Can you please show the whole relevant section, including the <script> tag
> (if present)?
>
> Thanks,
> Simon
>
> Can you show the part of the page
> Zied Hamdi schrieb:
>
>> Hi Volker :-),
>>  Do I have to report this to MyFaces core?
>>  Regards,
>> Zied
>>
>> 2008/9/4 Volker Weber <v.weber@inexso.de <ma...@inexso.de>>
>>
>>    Hi Zied,
>>
>>    2008/9/4 Zied Hamdi <javahamdi@gmail.com
>>    <ma...@gmail.com>>:
>>    > Hi,
>>    >
>>    > I have the following warning many times in logs:
>>    >
>>    > 12:43:45,671 INFO [STDOUT] 2008-09-04 12:43:45,671
>>    [http-127.0.0.1-8080-1]
>>    > WARN
>>    org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
>>    > Invalid tag found: unexpected input while looking for attr name
>>    or '/>' at
>>    > line 208. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
>>    >
>>    > and he's right: here is a snippet of the output page:
>>    > <a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
>>    > tobago-menuBar-item-span-top\" href=\"#\"
>>    onfocus=\"tobagoMenuFocus(event)\"
>>    > onblur=\"tobagoMenuBlur(event)\" ...
>>
>>    this looks like a part of the javascript output to define a menu item.
>>
>>
>>    > Is there a way to remove the java escape characters before
>>    double quotes
>>    > from the output (if that is the problem).
>>
>>    no!
>>
>>    Seems there is a problem in the  ReducedHTMLParser: javascript should
>>    not be parsed.
>>
>>
>


-- 
Zied Hamdi
www.into-i.fr
(previously in 2003)
zatreex.sf.net

Re: [tobago] parsing warning by org.apache.myfaces.renderkit.html.util.ReducedHTMLParser

Posted by Simon Kitching <sk...@apache.org>.
 From the comments on this email, it sounds like the html piece that is 
shown below is actually embedded within javascript.

Can you please show the whole relevant section, including the <script> 
tag (if present)?

Thanks,
Simon

Can you show the part of the page
Zied Hamdi schrieb:
> Hi Volker :-),
>  
> Do I have to report this to MyFaces core?
>  
> Regards,
> Zied
>
> 2008/9/4 Volker Weber <v.weber@inexso.de <ma...@inexso.de>>
>
>     Hi Zied,
>
>     2008/9/4 Zied Hamdi <javahamdi@gmail.com
>     <ma...@gmail.com>>:
>     > Hi,
>     >
>     > I have the following warning many times in logs:
>     >
>     > 12:43:45,671 INFO [STDOUT] 2008-09-04 12:43:45,671
>     [http-127.0.0.1-8080-1]
>     > WARN
>     org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
>     > Invalid tag found: unexpected input while looking for attr name
>     or '/>' at
>     > line 208. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
>     >
>     > and he's right: here is a snippet of the output page:
>     > <a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
>     > tobago-menuBar-item-span-top\" href=\"#\"
>     onfocus=\"tobagoMenuFocus(event)\"
>     > onblur=\"tobagoMenuBlur(event)\" ...
>
>     this looks like a part of the javascript output to define a menu item.
>
>
>     > Is there a way to remove the java escape characters before
>     double quotes
>     > from the output (if that is the problem).
>
>     no!
>
>     Seems there is a problem in the  ReducedHTMLParser: javascript should
>     not be parsed.
>


Re: [tobago] parsing warning by org.apache.myfaces.renderkit.html.util.ReducedHTMLParser

Posted by Zied Hamdi <ja...@gmail.com>.
Hi Volker :-),

Do I have to report this to MyFaces core?

Regards,
Zied

2008/9/4 Volker Weber <v....@inexso.de>

> Hi Zied,
>
> 2008/9/4 Zied Hamdi <ja...@gmail.com>:
> > Hi,
> >
> > I have the following warning many times in logs:
> >
> > 12:43:45,671 INFO [STDOUT] 2008-09-04 12:43:45,671
> [http-127.0.0.1-8080-1]
> > WARN org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569)
> -
> > Invalid tag found: unexpected input while looking for attr name or '/>'
> at
> > line 208. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
> >
> > and he's right: here is a snippet of the output page:
> > <a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
> > tobago-menuBar-item-span-top\" href=\"#\"
> onfocus=\"tobagoMenuFocus(event)\"
> > onblur=\"tobagoMenuBlur(event)\" ...
>
> this looks like a part of the javascript output to define a menu item.
>
>
> > Is there a way to remove the java escape characters before double quotes
> > from the output (if that is the problem).
>
> no!
>
> Seems there is a problem in the  ReducedHTMLParser: javascript should
> not be parsed.
>
>
> Regards,
>    Volker
>
> >
> > Regards,
> > Zied
> > --
> > Zied Hamdi
> > www.into-i.fr
> > (previously in 2003)
> > zatreex.sf.net
> >
>
>
>
> --
> inexso - information exchange solutions GmbH
> Bismarckstraße 13 | 26122 Oldenburg
> Tel.: +49 441 4082 356 |
> FAX: +49 441 4082 355 | www.inexso.de
>



-- 
Zied Hamdi
www.into-i.fr
(previously in 2003)
zatreex.sf.net

Re: [tobago] parsing warning by org.apache.myfaces.renderkit.html.util.ReducedHTMLParser

Posted by Volker Weber <v....@inexso.de>.
Hi Zied,

2008/9/4 Zied Hamdi <ja...@gmail.com>:
> Hi,
>
> I have the following warning many times in logs:
>
> 12:43:45,671 INFO [STDOUT] 2008-09-04 12:43:45,671 [http-127.0.0.1-8080-1]
> WARN org.apache.myfaces.renderkit.html.util.ReducedHTMLParser.parse(569) -
> Invalid tag found: unexpected input while looking for attr name or '/>' at
> line 208. Surroundings: '\" href=\"#\" onfocus=\"tobago'.
>
> and he's right: here is a snippet of the output page:
> <a class=\"tobago-menuBar-item-span tobago-menuBar-item-span-enabled
> tobago-menuBar-item-span-top\" href=\"#\" onfocus=\"tobagoMenuFocus(event)\"
> onblur=\"tobagoMenuBlur(event)\" ...

this looks like a part of the javascript output to define a menu item.


> Is there a way to remove the java escape characters before double quotes
> from the output (if that is the problem).

no!

Seems there is a problem in the  ReducedHTMLParser: javascript should
not be parsed.


Regards,
    Volker

>
> Regards,
> Zied
> --
> Zied Hamdi
> www.into-i.fr
> (previously in 2003)
> zatreex.sf.net
>



-- 
inexso - information exchange solutions GmbH
Bismarckstraße 13 | 26122 Oldenburg
Tel.: +49 441 4082 356 |
FAX: +49 441 4082 355 | www.inexso.de