5 Replies Latest reply on Apr 8, 2009 4:40 AM by rschoeler

    ajax validate sends whole form

    ajanz

      i got an a4j:form the content is dynamically created by java code.

      each inputtext has an validator. it is created like this

      HtmlInputText intext =new HtmlInputText();
      HtmlAjaxSupport ajaxValidator = new HtmlAjaxSupport();
       ajaxValidator.setBypassUpdates(true);
       ajaxValidator.setEvent("onblur");
       ajaxValidator.setAjaxSingle(true);
      intext.getChildren().add(ajaxValidator);
      


      but using a4j:log i see the whole form is send...

      what am i doing wrong?

      a4j:log onblur of intext is

      debug[23:16:59,986]: Have Event [object Object] with properties: target: undefined, srcElement: [object], type: blur
      debug[23:17:00,001]: Query preparation for form 'j_id24' requested
      debug[23:17:00,017]: Append hidden control j_id24:j_id26 with value [455711] and value attribute [455711]
      debug[23:17:00,017]: Append text control j_id24:INPUTTEXT_1 with value [Bearbeitet] and value attribute [Bearbeitet]
      debug[23:17:00,033]: Append text control j_id24:INPUTTEXT_2 with value [] and value attribute []
      debug[23:17:00,033]: Append text control j_id24:INPUTTEXT_3 with value [07.04.2009 13:56:58] and value attribute [07.04.2009 13:56:58]
      debug[23:17:00,048]: Append text control j_id24:INPUTTEXT_4 with value [] and value attribute []
      debug[23:17:00,048]: Append text control j_id24:INPUTCALENDAR_1InputDate with value [22.04.2009] and value attribute [22.04.2009]
      debug[23:17:00,064]: Append hidden control j_id24:INPUTCALENDAR_1InputCurrentDate with value [04/2009] and value attribute [04/2009]
      debug[23:17:00,080]: Append text control j_id24:INPUTCALENDAR_2InputDate with value [28.04.2009] and value attribute [28.04.2009]
      debug[23:17:00,080]: Append hidden control j_id24:INPUTCALENDAR_2InputCurrentDate with value [04/2009] and value attribute [04/2009]
      debug[23:17:00,095]: Append text control j_id24:INPUTTEXT_6 with value [12.115,00] and value attribute [12.115,00]
      debug[23:17:00,095]: Append text control j_id24:INPUTCALENDAR_3InputDate with value [29.04.2009] and value attribute [29.04.2009]
      debug[23:17:00,111]: Append hidden control j_id24:INPUTCALENDAR_3InputCurrentDate with value [04/2009] and value attribute [04/2009]
      debug[23:17:00,111]: Append text control j_id24:INPUTTEXT_7 with value [] and value attribute []
      debug[23:17:00,126]: Append text control j_id24:INPUTCALENDAR_4InputDate with value [] and value attribute []
      debug[23:17:00,126]: Append hidden control j_id24:INPUTCALENDAR_4InputCurrentDate with value [04/2009] and value attribute [04/2009]
      debug[23:17:00,142]: Append text control j_id24:INPUTTEXT_8 with value [] and value attribute []
      debug[23:17:00,158]: Append text control j_id24:INPUTTEXT_9 with value [] and value attribute []
      debug[23:17:00,158]: Append text control j_id24:INPUTTEXT_10comboboxField with value [16%] and value attribute [16%]
      debug[23:17:00,173]: Ignored text no-name control with value [] and value attribute []
      debug[23:17:00,173]: Ignored text no-name control with value [] and value attribute []
      debug[23:17:00,189]: Append hidden control j_id24:INPUTTEXT_10 with value [16%] and value attribute [16%]
      debug[23:17:00,189]: Append text control j_id24:INPUTTEXT_11 with value [] and value attribute []
      debug[23:17:00,205]: Append text control j_id24:INPUTTEXT_12comboboxField with value [EUR] and value attribute [EUR]
      debug[23:17:00,205]: Ignored text no-name control with value [] and value attribute []
      debug[23:17:00,220]: Ignored text no-name control with value [] and value attribute []
      debug[23:17:00,220]: Append hidden control j_id24:INPUTTEXT_12 with value [EUR] and value attribute [EUR]
      debug[23:17:00,236]: Append text control j_id24:INPUTTEXT_13 with value [] and value attribute []
      debug[23:17:00,236]: Append text control j_id24:INPUTTEXT_14 with value [] and value attribute []
      debug[23:17:00,251]: Append text control j_id24:INPUTTEXT_15 with value [] and value attribute []
      debug[23:17:00,267]: Append text control j_id24:INPUTTEXT_16 with value [] and value attribute []
      debug[23:17:00,267]: Append text control j_id24:INPUTTEXT_17 with value [] and value attribute []
      debug[23:17:00,283]: Append hidden control j_id24:SUGGEST_1_selection with value [] and value attribute []
      debug[23:17:00,283]: Append text control j_id24:username_1 with value [] and value attribute []
      debug[23:17:00,298]: Append text control j_id24:username_2 with value [] and value attribute []
      debug[23:17:00,298]: Append text control j_id24:username_3 with value [] and value attribute []
      debug[23:17:00,314]: Append hidden control j_id24 with value [j_id24] and value attribute
      ...and more....
      
      


        • 1. Re: ajax validate sends whole form
          nbelaevski

          Hello,

          The whole form is being sent anyway, you can not change that. When processing is limited by ajaxSingle/process/region then some components are just not processed on the server side, but data is sent for all of them.

          • 2. Re: ajax validate sends whole form
            ajanz

            i am using richfaces 3.3.0 GA!

            but there is no rich:ajaxavalidator...

            • 3. Re: ajax validate sends whole form
              ajanz

              sorry you were faster than me... ;-)

              i got around 40 inputfields. i looked at a4j:log because the performance is quite poor. leaving a field it tooks nearly 5 seconds until request is complete

              • 4. Re: ajax validate sends whole form
                ajanz

                whole log is

                debug[23:45:43,548]: Have Event [object Object] with properties: target: undefined, srcElement: [object], type: blur
                debug[23:45:43,564]: Query preparation for form 'j_id24' requested
                debug[23:45:43,580]: Append hidden control j_id24:j_id26 with value [455711] and value attribute [455711]
                debug[23:45:43,580]: Append text control j_id24:INPUTTEXT_1 with value [Bearbeitet] and value attribute [Bearbeitet]
                debug[23:45:43,595]: Append text control j_id24:INPUTTEXT_2 with value [] and value attribute []
                debug[23:45:43,595]: Append text control j_id24:INPUTTEXT_3 with value [07.04.2009 13:56:58] and value attribute [07.04.2009 13:56:58]
                debug[23:45:43,611]: Append text control j_id24:INPUTCALENDAR_1InputDate with value [22.04.2009] and value attribute [22.04.2009]
                debug[23:45:43,611]: Append hidden control j_id24:INPUTCALENDAR_1InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:43,626]: Append text control j_id24:INPUTTEXT_5 with value [121] and value attribute [121]
                debug[23:45:43,626]: Append text control j_id24:INPUTCALENDAR_2InputDate with value [28.04.2009] and value attribute [28.04.2009]
                debug[23:45:43,642]: Append hidden control j_id24:INPUTCALENDAR_2InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:43,658]: Append text control j_id24:INPUTTEXT_6 with value [12.115,00] and value attribute [12.115,00]
                debug[23:45:43,658]: Append text control j_id24:INPUTCALENDAR_3InputDate with value [29.04.2009] and value attribute [29.04.2009]
                debug[23:45:43,673]: Append hidden control j_id24:INPUTCALENDAR_3InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:43,673]: Append text control j_id24:INPUTTEXT_7 with value [] and value attribute []
                debug[23:45:43,689]: Append text control j_id24:INPUTCALENDAR_4InputDate with value [] and value attribute []
                debug[23:45:43,689]: Append hidden control j_id24:INPUTCALENDAR_4InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:43,705]: Append text control j_id24:INPUTTEXT_8 with value [] and value attribute []
                debug[23:45:43,705]: Append text control j_id24:INPUTTEXT_9 with value [] and value attribute []
                debug[23:45:43,720]: Append text control j_id24:INPUTTEXT_10comboboxField with value [16%] and value attribute [16%]
                debug[23:45:43,736]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:43,736]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:43,751]: Append hidden control j_id24:INPUTTEXT_10 with value [16%] and value attribute [16%]
                debug[23:45:43,751]: Append text control j_id24:INPUTTEXT_11 with value [] and value attribute []
                debug[23:45:43,767]: Append text control j_id24:INPUTTEXT_12comboboxField with value [EUR] and value attribute [EUR]
                debug[23:45:43,783]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:43,783]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:43,798]: Append hidden control j_id24:INPUTTEXT_12 with value [EUR] and value attribute [EUR]
                debug[23:45:43,798]: Append text control j_id24:INPUTTEXT_13 with value [] and value attribute []
                debug[23:45:43,814]: Append text control j_id24:INPUTTEXT_14 with value [] and value attribute []
                debug[23:45:43,814]: Append text control j_id24:INPUTTEXT_15 with value [] and value attribute []
                debug[23:45:43,830]: Append text control j_id24:INPUTTEXT_16 with value [] and value attribute []
                debug[23:45:43,830]: Append text control j_id24:INPUTTEXT_17 with value [] and value attribute []
                debug[23:45:43,845]: Append hidden control j_id24:SUGGEST_1_selection with value [] and value attribute []
                debug[23:45:43,845]: Append text control j_id24:username_1 with value [] and value attribute []
                debug[23:45:43,861]: Append text control j_id24:username_2 with value [] and value attribute []
                debug[23:45:43,876]: Append text control j_id24:username_3 with value [] and value attribute []
                debug[23:45:43,876]: Append hidden control j_id24 with value [j_id24] and value attribute [j_id24]
                debug[23:45:43,892]: Append hidden control autoScroll with value [] and value attribute []
                debug[23:45:43,892]: Append hidden control javax.faces.ViewState with value [j_id5] and value attribute [j_id5]
                debug[23:45:43,908]: Append text control j_id24:INPUTTEXT_4 with value [111112] and value attribute [111112]
                debug[23:45:43,908]: parameter ajaxSingle with value j_id24:INPUTTEXT_4
                debug[23:45:43,923]: parameter j_id24:j_id511 with value j_id24:j_id511
                debug[23:45:43,939]: Look up queue with default name
                debug[23:45:43,939]: NEW AJAX REQUEST !!! with form: j_id24
                debug[23:45:43,986]: Start XmlHttpRequest
                debug[23:45:43,986]: Reqest state : 1
                debug[23:45:44,048]: QueryString: AJAXREQUEST=_viewRoot&j_id24%3Aj_id26=455711&j_id24%3AINPUTTEXT_1=Bearbeitet&j_id24%3AINPUTTEXT_2=&j_id24%3AINPUTTEXT_3=07.04.2009%2013%3A56%3A58&j_id24%3AINPUTCALENDAR_1InputDate=22.04.2009&j_id24%3AINPUTCALENDAR_1InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_5=121&j_id24%3AINPUTCALENDAR_2InputDate=28.04.2009&j_id24%3AINPUTCALENDAR_2InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_6=12.115%2C00&j_id24%3AINPUTCALENDAR_3InputDate=29.04.2009&j_id24%3AINPUTCALENDAR_3InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_7=&j_id24%3AINPUTCALENDAR_4InputDate=&j_id24%3AINPUTCALENDAR_4InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_8=&j_id24%3AINPUTTEXT_9=&j_id24%3AINPUTTEXT_10comboboxField=16%25&j_id24%3AINPUTTEXT_10=16%25&j_id24%3AINPUTTEXT_11=&j_id24%3AINPUTTEXT_12comboboxField=EUR&j_id24%3AINPUTTEXT_12=EUR&j_id24%3AINPUTTEXT_13=&j_id24%3AINPUTTEXT_14=&j_id24%3AINPUTTEXT_15=&j_id24%3AINPUTTEXT_16=&j_id24%3AINPUTTEXT_17=&j_id24%3ASUGGEST_1_selection=&j_id24%3Ausername_1=&j_id24%3Ausername_2=&j_id24%3Ausername_3=&j_id24=j_id24&autoScroll=&javax.faces.ViewState=j_id5&j_id24%3AINPUTTEXT_4=111112&ajaxSingle=j_id24%3AINPUTTEXT_4&j_id24%3Aj_id511=j_id24%3Aj_id511&
                debug[23:45:44,970]: Reqest state : 2
                debug[23:45:44,970]: Reqest state : 3
                debug[23:45:44,986]: Reqest state : 4
                debug[23:45:44,986]: Reqest end with state 4
                debug[23:45:45,001]: Response with content-type: text/xml;charset=UTF-8
                debug[23:45:45,048]: Full response content: <?xml version="1.0"?>
                <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" media="rich-extended-skinning" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/toolBar.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/css/msg.css" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/css/msgs.css" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.AjaxScript" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/ajax4jsf/javascript/scripts/form.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.PrototypeScript" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.ImageCacheScript" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/browser_info.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/tabPanel.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/tabPanel.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/menu.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/dropdownmenu.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/utils.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/form.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/menucomponents.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/separator.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/jquery/jquery.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/tooltip.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/tooltip.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/events.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/json/json-dom.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/scriptaculous/effects.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/JQuerySpinBtn.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/calendar.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/calendar.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/comboboxUtils.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/combolist.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/combobox.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/comboboxstyles.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/combobox.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/available.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.SmartPositionScript" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/suggestionbox.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/suggestionbox.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/panel.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/data-table.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/table.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/script/controlUtils.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/context-menu.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/modalPanel.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/modalPanelBorders.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/datascroller.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/json/json-mini.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.DnDScript" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/dnd/dnd-common.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/common-scrollable-data-table.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/extended-data-table.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/drag-indicator.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/ext-dt-drag-indicator.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/ext-dt-simple-draggable.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/ext-dt-simple-dropzone.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/dragIndicator.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/extendedDataTable.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/js/FileUpload.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/js/swfobject.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/js/progressBar.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/fileUpload.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/progressBar.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/skinning.js" type="text/javascript">
                </script></head><body><dl id="j_id11" class="rich-messages message" style="display: none; margin-left:25px"></dl><input id="j_id24:INPUTTEXT_4" type="text" name="j_id24:INPUTTEXT_4" value="111112" onblur="A4J.AJAX.Submit('_viewRoot','j_id24',event,{'control':this,'similarityGroupingId':'j_id24:j_id511','parameters':{'ajaxSingle':'j_id24:INPUTTEXT_4','j_id24:j_id511':'j_id24:j_id511'} ,'actionUrl':'/2csoaworkflow/home.seam'} )" style="background-color:#FFFF99;width:120px" /><dl id="tabledata:j_id69" class="rich-messages" style="display: none; null"></dl><dl id="bearbeitenformaufgabe:errormsg" class="rich-messages" style="display: none; null"></dl><dl id="j_id205:j_id206" class="rich-messages" style="display: none; null"></dl><span id="uploadform:j_id234"></span><dl id="j_id241:j_id242" class="rich-messages" style="display: none; null"></dl><dl id="j_id250:j_id251" class="rich-messages" style="display: none; null"></dl><meta name="Ajax-Update-Ids" content="j_id11,j_id24:INPUTTEXT_4,tabledata:j_id69,bearbeitenformaufgabe:errormsg,j_id205:j_id206,uploadform:j_id234,j_id241:j_id242,j_id250:j_id251" /><span id="ajax-view-state"><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="j_id5" /></span><meta id="Ajax-Response" name="Ajax-Response" content="true" /></body></html>
                debug[23:45:45,064]: Header Ajax-Expired not found, search in <meta>
                debug[23:45:45,064]: search for elements by name 'meta' in element #document
                debug[23:45:45,080]: Find <meta name='Ajax-Update-Ids' content='j_id11,j_id24:INPUTTEXT_4,tabledata:j_id69,bearbeitenformaufgabe:errormsg,j_id205:j_id206,uploadform:j_id234,j_id241:j_id242,j_id250:j_id251'>
                debug[23:45:45,095]: Find <meta name='Ajax-Response' content='true'>
                debug[23:45:45,095]: Header Ajax-Update-Ids not found, search in <meta>
                debug[23:45:45,126]: search for elements by name 'meta' in element #document
                debug[23:45:45,126]: Find <meta name='Ajax-Update-Ids' content='j_id11,j_id24:INPUTTEXT_4,tabledata:j_id69,bearbeitenformaufgabe:errormsg,j_id205:j_id206,uploadform:j_id234,j_id241:j_id242,j_id250:j_id251'>
                debug[23:45:45,142]: Update page by list of rendered areas from response j_id11,j_id24:INPUTTEXT_4,tabledata:j_id69,bearbeitenformaufgabe:errormsg,j_id205:j_id206,uploadform:j_id234,j_id241:j_id242,j_id250:j_id251
                debug[23:45:45,158]: search for elements by name 'script' in element #document
                debug[23:45:45,158]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.AjaxScript
                debug[23:45:45,173]: Such element exist in document
                debug[23:45:45,189]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/ajax4jsf/javascript/scripts/form.js
                debug[23:45:45,189]: Such element exist in document
                debug[23:45:45,205]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.PrototypeScript
                debug[23:45:45,205]: Such element exist in document
                debug[23:45:45,220]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.ImageCacheScript
                debug[23:45:45,220]: Such element exist in document
                debug[23:45:45,236]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/browser_info.js
                debug[23:45:45,236]: Such element exist in document
                debug[23:45:45,251]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAscripts/tabPanel.js
                debug[23:45:45,251]: Such element exist in document
                debug[23:45:45,267]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAscripts/menu.js
                debug[23:45:45,283]: Such element exist in document
                debug[23:45:45,283]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/utils.js
                debug[23:45:45,298]: Such element exist in document
                debug[23:45:45,298]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/form.js
                debug[23:45:45,314]: Such element exist in document
                debug[23:45:45,314]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/jquery/jquery.js
                debug[23:45:45,330]: Such element exist in document
                debug[23:45:45,330]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/tooltip.js
                debug[23:45:45,345]: Such element exist in document
                debug[23:45:45,361]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/events.js
                debug[23:45:45,361]: Such element exist in document
                debug[23:45:45,376]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/json/json-dom.js
                debug[23:45:45,376]: Such element exist in document
                debug[23:45:45,392]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/scriptaculous/effects.js
                debug[23:45:45,408]: Such element exist in document
                debug[23:45:45,408]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/JQuerySpinBtn.js
                debug[23:45:45,423]: Such element exist in document
                debug[23:45:45,423]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/calendar.js
                debug[23:45:45,439]: Such element exist in document
                debug[23:45:45,439]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAscripts/comboboxUtils.js
                debug[23:45:45,455]: Such element exist in document
                debug[23:45:45,470]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAscripts/combolist.js
                debug[23:45:45,470]: Such element exist in document
                debug[23:45:45,486]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAscripts/combobox.js
                debug[23:45:45,501]: Such element exist in document
                debug[23:45:45,501]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAscripts/comboboxstyles.js
                debug[23:45:45,533]: Such element exist in document
                debug[23:45:45,533]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/available.js
                debug[23:45:45,548]: Such element exist in document
                debug[23:45:45,564]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.SmartPositionScript
                debug[23:45:45,626]: Such element exist in document
                debug[23:45:45,626]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAscripts/suggestionbox.js
                debug[23:45:45,642]: Such element exist in document
                debug[23:45:45,642]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/data-table.js
                debug[23:45:45,658]: Such element exist in document
                debug[23:45:45,658]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/script/controlUtils.js
                debug[23:45:45,673]: Such element exist in document
                debug[23:45:45,689]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/context-menu.js
                debug[23:45:45,689]: Such element exist in document
                debug[23:45:45,705]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/modalPanel.js
                debug[23:45:45,705]: Such element exist in document
                debug[23:45:45,720]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/modalPanelBorders.js
                debug[23:45:45,736]: Such element exist in document
                debug[23:45:45,736]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/json/json-mini.js
                debug[23:45:45,751]: Such element exist in document
                debug[23:45:45,751]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.DnDScript
                debug[23:45:45,767]: Such element exist in document
                debug[23:45:45,783]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/dnd/dnd-common.js
                debug[23:45:45,783]: Such element exist in document
                debug[23:45:45,798]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js
                debug[23:45:45,814]: Such element exist in document
                debug[23:45:45,814]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js
                debug[23:45:45,830]: Such element exist in document
                debug[23:45:45,830]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/common-scrollable-data-table.js
                debug[23:45:45,845]: Such element exist in document
                debug[23:45:45,861]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/extended-data-table.js
                debug[23:45:45,908]: Such element exist in document
                debug[23:45:45,908]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/drag-indicator.js
                debug[23:45:45,923]: Such element exist in document
                debug[23:45:45,939]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/ext-dt-drag-indicator.js
                debug[23:45:45,939]: Such element exist in document
                debug[23:45:45,955]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/ext-dt-simple-draggable.js
                debug[23:45:45,970]: Such element exist in document
                debug[23:45:45,970]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/ext-dt-simple-dropzone.js
                debug[23:45:45,986]: Such element exist in document
                debug[23:45:45,986]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/js/FileUpload.js
                debug[23:45:46,001]: Such element exist in document
                debug[23:45:46,017]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/js/swfobject.js
                debug[23:45:46,017]: Such element exist in document
                debug[23:45:46,033]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/js/progressBar.js
                debug[23:45:46,048]: Such element exist in document
                debug[23:45:46,048]: <script> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/skinning.js
                debug[23:45:46,064]: Such element exist in document
                debug[23:45:46,080]: search for elements by name 'link' in element #document
                debug[23:45:46,095]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,095]: Such element exist in document
                debug[23:45:46,111]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,126]: Such element exist in document
                debug[23:45:46,126]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAcss/toolBar.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,173]: Such element exist in document
                debug[23:45:46,189]: <link> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/css/msg.css
                debug[23:45:46,189]: Such element exist in document
                debug[23:45:46,205]: <link> in response with src=/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/css/msgs.css
                debug[23:45:46,205]: Such element exist in document
                debug[23:45:46,220]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAcss/tabPanel.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,236]: Such element exist in document
                debug[23:45:46,236]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAcss/dropdownmenu.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,251]: Such element exist in document
                debug[23:45:46,251]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAcss/menucomponents.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,267]: Such element exist in document
                debug[23:45:46,267]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAcss/separator.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,283]: Such element exist in document
                debug[23:45:46,283]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/tooltip.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,298]: Such element exist in document
                debug[23:45:46,314]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/calendar.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,314]: Such element exist in document
                debug[23:45:46,330]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAcss/combobox.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,330]: Such element exist in document
                debug[23:45:46,345]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/suggestionbox.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,345]: Such element exist in document
                debug[23:45:46,361]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAcss/panel.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,376]: Such element exist in document
                debug[23:45:46,376]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAcss/table.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,392]: Such element exist in document
                debug[23:45:46,392]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,408]: Such element exist in document
                debug[23:45:46,408]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAcss/datascroller.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,423]: Such element exist in document
                debug[23:45:46,439]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/dragIndicator.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,439]: Such element exist in document
                debug[23:45:46,455]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAcss/extendedDataTable.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,455]: Such element exist in document
                debug[23:45:46,470]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/fileUpload.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,486]: Such element exist in document
                debug[23:45:46,486]: <link> in response with src=/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/progressBar.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__
                debug[23:45:46,501]: Such element exist in document
                debug[23:45:46,501]: call selectSingleNode for id= org.ajax4jsf.queue_script
                debug[23:45:46,517]: Update page part from call parameter for ID j_id11
                debug[23:45:46,517]: call selectSingleNode for id= j_id11
                debug[23:45:46,533]: Replace content of node by outerHTML()
                debug[23:45:46,548]: search for elements by name 'script' in element dl
                debug[23:45:46,548]: Scripts in updated part count : 0
                debug[23:45:46,564]: Update part of page for Id: j_id11 successful
                debug[23:45:46,580]: Update page part from call parameter for ID j_id24:INPUTTEXT_4
                debug[23:45:46,626]: call selectSingleNode for id= j_id24:INPUTTEXT_4
                debug[23:45:46,642]: Replace content of node by outerHTML()
                error[23:45:46,658]: Error to clear node content by innerHTML Unbekannter Laufzeitfehler
                debug[23:45:46,673]: search for elements by name 'script' in element input
                debug[23:45:46,689]: Scripts in updated part count : 0
                debug[23:45:46,689]: Update part of page for Id: j_id24:INPUTTEXT_4 successful
                debug[23:45:46,705]: Update page part from call parameter for ID tabledata:j_id69
                debug[23:45:46,705]: call selectSingleNode for id= tabledata:j_id69
                debug[23:45:46,720]: Replace content of node by outerHTML()
                debug[23:45:46,736]: search for elements by name 'script' in element dl
                debug[23:45:46,736]: Scripts in updated part count : 0
                debug[23:45:46,751]: Update part of page for Id: tabledata:j_id69 successful
                debug[23:45:46,751]: Update page part from call parameter for ID bearbeitenformaufgabe:errormsg
                debug[23:45:46,767]: call selectSingleNode for id= bearbeitenformaufgabe:errormsg
                debug[23:45:46,783]: Replace content of node by outerHTML()
                debug[23:45:46,798]: search for elements by name 'script' in element dl
                debug[23:45:46,798]: Scripts in updated part count : 0
                debug[23:45:46,814]: Update part of page for Id: bearbeitenformaufgabe:errormsg successful
                debug[23:45:46,814]: Update page part from call parameter for ID j_id205:j_id206
                debug[23:45:46,830]: call selectSingleNode for id= j_id205:j_id206
                debug[23:45:46,845]: Replace content of node by outerHTML()
                debug[23:45:46,845]: search for elements by name 'script' in element dl
                debug[23:45:46,861]: Scripts in updated part count : 0
                debug[23:45:46,861]: Update part of page for Id: j_id205:j_id206 successful
                debug[23:45:46,876]: Update page part from call parameter for ID uploadform:j_id234
                debug[23:45:46,892]: call selectSingleNode for id= uploadform:j_id234
                debug[23:45:46,892]: Replace content of node by outerHTML()
                debug[23:45:46,908]: search for elements by name 'script' in element span
                debug[23:45:46,923]: Scripts in updated part count : 0
                debug[23:45:46,923]: Update part of page for Id: uploadform:j_id234 successful
                debug[23:45:46,939]: Update page part from call parameter for ID j_id241:j_id242
                debug[23:45:46,939]: call selectSingleNode for id= j_id241:j_id242
                debug[23:45:46,955]: Replace content of node by outerHTML()
                debug[23:45:46,970]: search for elements by name 'script' in element dl
                debug[23:45:46,970]: Scripts in updated part count : 0
                debug[23:45:46,986]: Update part of page for Id: j_id241:j_id242 successful
                debug[23:45:46,986]: Update page part from call parameter for ID j_id250:j_id251
                debug[23:45:47,001]: call selectSingleNode for id= j_id250:j_id251
                debug[23:45:47,017]: Replace content of node by outerHTML()
                debug[23:45:47,033]: search for elements by name 'script' in element dl
                debug[23:45:47,033]: Scripts in updated part count : 0
                debug[23:45:47,048]: call selectSingleNode for id= org.ajax4jsf.oncomplete
                debug[23:45:47,048]: Processing updates finished, no oncomplete function to call
                debug[23:45:47,064]: Update part of page for Id: j_id250:j_id251 successful
                debug[23:45:47,064]: call selectSingleNode for id= ajax-view-state
                debug[23:45:47,080]: Hidden JSF state fields:
                debug[23:45:47,095]: Namespace for hidden view-state input fields is undefined
                debug[23:45:47,095]: search for elements by name 'input' in element span
                debug[23:45:47,111]: Replace value for inputs: 148 by new values: 1
                debug[23:45:47,126]: Input in response: javax.faces.ViewState
                debug[23:45:47,126]: Found same input on page with type: hidden
                debug[23:45:47,142]: Found same input on page with type: hidden
                debug[23:45:47,142]: Found same input on page with type: hidden
                debug[23:45:47,158]: Found same input on page with type: hidden
                debug[23:45:47,173]: Found same input on page with type: hidden
                debug[23:45:47,189]: Found same input on page with type: hidden
                debug[23:45:47,189]: Found same input on page with type: hidden
                debug[23:45:47,205]: Found same input on page with type: hidden
                debug[23:45:47,220]: Found same input on page with type: hidden
                debug[23:45:47,220]: Found same input on page with type: hidden
                debug[23:45:47,236]: Found same input on page with type: hidden
                debug[23:45:47,251]: Found same input on page with type: hidden
                debug[23:45:47,251]: Found same input on page with type: hidden
                debug[23:45:47,267]: Found same input on page with type: hidden
                debug[23:45:47,283]: Found same input on page with type: hidden
                debug[23:45:47,283]: Found same input on page with type: hidden
                debug[23:45:47,298]: search for elements by name 'INPUT' in element span
                debug[23:45:47,298]: Replace value for inputs: 148 by new values: 0
                debug[23:45:47,314]: call selectSingleNode for id= _A4J.AJAX.focus
                debug[23:45:47,314]: No focus information in response
                debug[23:45:48,533]: Have Event [object Object] with properties: target: undefined, srcElement: [object], type: blur
                debug[23:45:48,533]: Query preparation for form 'j_id24' requested
                debug[23:45:48,548]: Append hidden control j_id24:j_id26 with value [455711] and value attribute [455711]
                debug[23:45:48,548]: Append text control j_id24:INPUTTEXT_1 with value [Bearbeitet] and value attribute [Bearbeitet]
                debug[23:45:48,564]: Append text control j_id24:INPUTTEXT_2 with value [] and value attribute []
                debug[23:45:48,580]: Append text control j_id24:INPUTTEXT_3 with value [07.04.2009 13:56:58] and value attribute [07.04.2009 13:56:58]
                debug[23:45:48,580]: Append text control j_id24:INPUTTEXT_4 with value [111112] and value attribute [111112]
                debug[23:45:48,595]: Append hidden control j_id24:INPUTCALENDAR_1InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:48,595]: Append text control j_id24:INPUTTEXT_5 with value [121] and value attribute [121]
                debug[23:45:48,611]: Append text control j_id24:INPUTCALENDAR_2InputDate with value [28.04.2009] and value attribute [28.04.2009]
                debug[23:45:48,626]: Append hidden control j_id24:INPUTCALENDAR_2InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:48,689]: Append text control j_id24:INPUTTEXT_6 with value [12.115,00] and value attribute [12.115,00]
                debug[23:45:48,705]: Append text control j_id24:INPUTCALENDAR_3InputDate with value [29.04.2009] and value attribute [29.04.2009]
                debug[23:45:48,720]: Append hidden control j_id24:INPUTCALENDAR_3InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:48,720]: Append text control j_id24:INPUTTEXT_7 with value [] and value attribute []
                debug[23:45:48,736]: Append text control j_id24:INPUTCALENDAR_4InputDate with value [] and value attribute []
                debug[23:45:48,736]: Append hidden control j_id24:INPUTCALENDAR_4InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:48,751]: Append text control j_id24:INPUTTEXT_8 with value [] and value attribute []
                debug[23:45:48,751]: Append text control j_id24:INPUTTEXT_9 with value [] and value attribute []
                debug[23:45:48,767]: Append text control j_id24:INPUTTEXT_10comboboxField with value [16%] and value attribute [16%]
                debug[23:45:48,783]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:48,783]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:48,798]: Append hidden control j_id24:INPUTTEXT_10 with value [16%] and value attribute [16%]
                debug[23:45:48,798]: Append text control j_id24:INPUTTEXT_11 with value [] and value attribute []
                debug[23:45:48,814]: Append text control j_id24:INPUTTEXT_12comboboxField with value [EUR] and value attribute [EUR]
                debug[23:45:48,814]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:48,830]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:48,830]: Append hidden control j_id24:INPUTTEXT_12 with value [EUR] and value attribute [EUR]
                debug[23:45:48,845]: Append text control j_id24:INPUTTEXT_13 with value [] and value attribute []
                debug[23:45:48,861]: Append text control j_id24:INPUTTEXT_14 with value [] and value attribute []
                debug[23:45:48,861]: Append text control j_id24:INPUTTEXT_15 with value [] and value attribute []
                debug[23:45:48,876]: Append text control j_id24:INPUTTEXT_16 with value [] and value attribute []
                debug[23:45:48,876]: Append text control j_id24:INPUTTEXT_17 with value [] and value attribute []
                debug[23:45:48,892]: Append hidden control j_id24:SUGGEST_1_selection with value [] and value attribute []
                debug[23:45:48,908]: Append text control j_id24:username_1 with value [] and value attribute []
                debug[23:45:48,908]: Append text control j_id24:username_2 with value [] and value attribute []
                debug[23:45:48,923]: Append text control j_id24:username_3 with value [] and value attribute []
                debug[23:45:48,923]: Append hidden control j_id24 with value [j_id24] and value attribute [j_id24]
                debug[23:45:48,939]: Append hidden control autoScroll with value [] and value attribute []
                debug[23:45:48,955]: Append hidden control javax.faces.ViewState with value [j_id5] and value attribute [j_id5]
                debug[23:45:48,955]: Append text control j_id24:INPUTCALENDAR_1InputDate with value [22.04.2009] and value attribute [22.04.2009]
                debug[23:45:48,970]: parameter ajaxSingle with value j_id24:INPUTCALENDAR_1
                debug[23:45:48,970]: parameter j_id24:j_id512 with value j_id24:j_id512
                debug[23:45:48,986]: Look up queue with default name
                debug[23:45:48,986]: NEW AJAX REQUEST !!! with form: j_id24
                debug[23:45:49,017]: Start XmlHttpRequest
                debug[23:45:49,033]: Reqest state : 1
                debug[23:45:49,095]: QueryString: AJAXREQUEST=_viewRoot&j_id24%3Aj_id26=455711&j_id24%3AINPUTTEXT_1=Bearbeitet&j_id24%3AINPUTTEXT_2=&j_id24%3AINPUTTEXT_3=07.04.2009%2013%3A56%3A58&j_id24%3AINPUTTEXT_4=111112&j_id24%3AINPUTCALENDAR_1InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_5=121&j_id24%3AINPUTCALENDAR_2InputDate=28.04.2009&j_id24%3AINPUTCALENDAR_2InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_6=12.115%2C00&j_id24%3AINPUTCALENDAR_3InputDate=29.04.2009&j_id24%3AINPUTCALENDAR_3InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_7=&j_id24%3AINPUTCALENDAR_4InputDate=&j_id24%3AINPUTCALENDAR_4InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_8=&j_id24%3AINPUTTEXT_9=&j_id24%3AINPUTTEXT_10comboboxField=16%25&j_id24%3AINPUTTEXT_10=16%25&j_id24%3AINPUTTEXT_11=&j_id24%3AINPUTTEXT_12comboboxField=EUR&j_id24%3AINPUTTEXT_12=EUR&j_id24%3AINPUTTEXT_13=&j_id24%3AINPUTTEXT_14=&j_id24%3AINPUTTEXT_15=&j_id24%3AINPUTTEXT_16=&j_id24%3AINPUTTEXT_17=&j_id24%3ASUGGEST_1_selection=&j_id24%3Ausername_1=&j_id24%3Ausername_2=&j_id24%3Ausername_3=&j_id24=j_id24&autoScroll=&javax.faces.ViewState=j_id5&j_id24%3AINPUTCALENDAR_1InputDate=22.04.2009&ajaxSingle=j_id24%3AINPUTCALENDAR_1&j_id24%3Aj_id512=j_id24%3Aj_id512&
                debug[23:45:50,455]: Have Event [object Object] with properties: target: undefined, srcElement: [object], type: blur
                debug[23:45:50,455]: Query preparation for form 'j_id24' requested
                debug[23:45:50,470]: Append hidden control j_id24:j_id26 with value [455711] and value attribute [455711]
                debug[23:45:50,486]: Append text control j_id24:INPUTTEXT_1 with value [Bearbeitet] and value attribute [Bearbeitet]
                debug[23:45:50,486]: Append text control j_id24:INPUTTEXT_2 with value [] and value attribute []
                debug[23:45:50,501]: Append text control j_id24:INPUTTEXT_3 with value [07.04.2009 13:56:58] and value attribute [07.04.2009 13:56:58]
                debug[23:45:50,501]: Append text control j_id24:INPUTTEXT_4 with value [111112] and value attribute [111112]
                debug[23:45:50,517]: Append hidden control j_id24:INPUTCALENDAR_1InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:50,517]: Append text control j_id24:INPUTTEXT_5 with value [121] and value attribute [121]
                debug[23:45:50,548]: Append text control j_id24:INPUTCALENDAR_2InputDate with value [28.04.2009] and value attribute [28.04.2009]
                debug[23:45:50,564]: Append hidden control j_id24:INPUTCALENDAR_2InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:50,564]: Append text control j_id24:INPUTTEXT_6 with value [12.115,00] and value attribute [12.115,00]
                debug[23:45:50,580]: Append text control j_id24:INPUTCALENDAR_3InputDate with value [29.04.2009] and value attribute [29.04.2009]
                debug[23:45:50,580]: Append hidden control j_id24:INPUTCALENDAR_3InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:50,595]: Append text control j_id24:INPUTTEXT_7 with value [] and value attribute []
                debug[23:45:50,595]: Append text control j_id24:INPUTCALENDAR_4InputDate with value [] and value attribute []
                debug[23:45:50,611]: Append hidden control j_id24:INPUTCALENDAR_4InputCurrentDate with value [04/2009] and value attribute [04/2009]
                debug[23:45:50,626]: Append text control j_id24:INPUTTEXT_8 with value [] and value attribute []
                debug[23:45:50,658]: Append text control j_id24:INPUTTEXT_9 with value [] and value attribute []
                debug[23:45:50,673]: Append text control j_id24:INPUTTEXT_10comboboxField with value [16%] and value attribute [16%]
                debug[23:45:50,673]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:50,689]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:50,705]: Append hidden control j_id24:INPUTTEXT_10 with value [16%] and value attribute [16%]
                debug[23:45:50,705]: Append text control j_id24:INPUTTEXT_11 with value [] and value attribute []
                debug[23:45:50,720]: Append text control j_id24:INPUTTEXT_12comboboxField with value [EUR] and value attribute [EUR]
                debug[23:45:50,720]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:50,736]: Ignored text no-name control with value [] and value attribute []
                debug[23:45:50,736]: Append hidden control j_id24:INPUTTEXT_12 with value [EUR] and value attribute [EUR]
                debug[23:45:50,751]: Append text control j_id24:INPUTTEXT_13 with value [] and value attribute []
                debug[23:45:50,751]: Append text control j_id24:INPUTTEXT_14 with value [] and value attribute []
                debug[23:45:50,767]: Append text control j_id24:INPUTTEXT_15 with value [] and value attribute []
                debug[23:45:50,783]: Append text control j_id24:INPUTTEXT_16 with value [] and value attribute []
                debug[23:45:50,783]: Append text control j_id24:INPUTTEXT_17 with value [] and value attribute []
                debug[23:45:50,798]: Append hidden control j_id24:SUGGEST_1_selection with value [] and value attribute []
                debug[23:45:50,798]: Append text control j_id24:username_1 with value [] and value attribute []
                debug[23:45:50,814]: Append text control j_id24:username_2 with value [] and value attribute []
                debug[23:45:50,814]: Append text control j_id24:username_3 with value [] and value attribute []
                debug[23:45:50,830]: Append hidden control j_id24 with value [j_id24] and value attribute [j_id24]
                debug[23:45:50,845]: Append hidden control autoScroll with value [] and value attribute []
                debug[23:45:50,845]: Append hidden control javax.faces.ViewState with value [j_id5] and value attribute [j_id5]
                debug[23:45:50,861]: Append text control j_id24:INPUTCALENDAR_1InputDate with value [22.04.2009] and value attribute [22.04.2009]
                debug[23:45:50,861]: parameter ajaxSingle with value j_id24:INPUTCALENDAR_1
                debug[23:45:50,876]: parameter j_id24:j_id512 with value j_id24:j_id512
                debug[23:45:50,876]: Look up queue with default name
                debug[23:45:50,892]: NEW AJAX REQUEST !!! with form: j_id24
                debug[23:45:50,908]: Start XmlHttpRequest
                debug[23:45:50,923]: Reqest state : 1
                debug[23:45:50,986]: QueryString: AJAXREQUEST=_viewRoot&j_id24%3Aj_id26=455711&j_id24%3AINPUTTEXT_1=Bearbeitet&j_id24%3AINPUTTEXT_2=&j_id24%3AINPUTTEXT_3=07.04.2009%2013%3A56%3A58&j_id24%3AINPUTTEXT_4=111112&j_id24%3AINPUTCALENDAR_1InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_5=121&j_id24%3AINPUTCALENDAR_2InputDate=28.04.2009&j_id24%3AINPUTCALENDAR_2InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_6=12.115%2C00&j_id24%3AINPUTCALENDAR_3InputDate=29.04.2009&j_id24%3AINPUTCALENDAR_3InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_7=&j_id24%3AINPUTCALENDAR_4InputDate=&j_id24%3AINPUTCALENDAR_4InputCurrentDate=04%2F2009&j_id24%3AINPUTTEXT_8=&j_id24%3AINPUTTEXT_9=&j_id24%3AINPUTTEXT_10comboboxField=16%25&j_id24%3AINPUTTEXT_10=16%25&j_id24%3AINPUTTEXT_11=&j_id24%3AINPUTTEXT_12comboboxField=EUR&j_id24%3AINPUTTEXT_12=EUR&j_id24%3AINPUTTEXT_13=&j_id24%3AINPUTTEXT_14=&j_id24%3AINPUTTEXT_15=&j_id24%3AINPUTTEXT_16=&j_id24%3AINPUTTEXT_17=&j_id24%3ASUGGEST_1_selection=&j_id24%3Ausername_1=&j_id24%3Ausername_2=&j_id24%3Ausername_3=&j_id24=j_id24&autoScroll=&javax.faces.ViewState=j_id5&j_id24%3AINPUTCALENDAR_1InputDate=22.04.2009&ajaxSingle=j_id24%3AINPUTCALENDAR_1&j_id24%3Aj_id512=j_id24%3Aj_id512&
                debug[23:45:51,001]: Reqest state : 2
                debug[23:45:51,017]: Reqest state : 3
                debug[23:45:51,033]: Reqest state : 4
                debug[23:45:51,048]: Reqest end with state 4
                debug[23:45:51,048]: Response with content-type: text/xml;charset=UTF-8
                debug[23:45:51,111]: Full response content: <?xml version="1.0"?>
                <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" media="rich-extended-skinning" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/toolBar.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/css/msg.css" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/css/msgs.css" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.AjaxScript" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/ajax4jsf/javascript/scripts/form.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.PrototypeScript" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.ImageCacheScript" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/browser_info.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/tabPanel.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/tabPanel.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/menu.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/dropdownmenu.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/utils.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/form.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/menucomponents.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/separator.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/jquery/jquery.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/tooltip.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/tooltip.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/events.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/json/json-dom.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/scriptaculous/effects.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/JQuerySpinBtn.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/calendar.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/calendar.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/comboboxUtils.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/combolist.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/combobox.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/comboboxstyles.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/combobox.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/available.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.SmartPositionScript" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAscripts/suggestionbox.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/suggestionbox.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/panel.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/data-table.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/table.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/script/controlUtils.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/context-menu.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/modalPanel.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/modalPanelBorders.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/datascroller.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/json/json-mini.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg.ajax4jsf.javascript.DnDScript" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/dnd/dnd-common.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/common-scrollable-data-table.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/extended-data-table.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/drag-indicator.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/ext-dt-drag-indicator.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/ext-dt-simple-draggable.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/ext-dt-simple-dropzone.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/dragIndicator.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAcss/extendedDataTable.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/js/FileUpload.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/js/swfobject.js" type="text/javascript">
                </script><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/js/progressBar.js" type="text/javascript">
                </script><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/fileUpload.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><link class="component" href="/2csoaworkflow/a4j/s/3_3_0.GAorg/richfaces/renderkit/html/css/progressBar.xcss/DATB/eAFTkmbwD10-QxoAB!QCPA__" rel="stylesheet" type="text/css" /><script src="/2csoaworkflow/a4j/g/3_3_0.GAorg/richfaces/renderkit/html/scripts/skinning.js" type="text/javascript">
                </script></head><body><dl id="j_id11" class="rich-messages message" style="display: none; margin-left:25px"></dl><span id="j_id24:wfindexpanelgroup" style="height:800px"><div id="j_id24:SEPARATOR_1" style="font-size: 0px;"><div class="rich-separator" style="background-image: none; null;"></div></div><img alt="" class="rich-spacer" height="15" id="j_id24:SPACER_1" src="/2csoaworkflow/a4j/g/3_3_0.GAimages/spacer.gif" width="1" /><span id="j_id24:GROUP_1"><span class="dr-rich-tool-tip rich-tool-tip" id="j_id24:TOOLTIP_1" style="z-index:99;"><span id="j_id24:TOOLTIP_1content">übernimmt den aktuellen<br /> Workflow in Bearbeitung</span><span id="j_id24:TOOLTIP_1script" style="display:none"><script type="text/javascript" id="scriptj_id24:TOOLTIP_1">//<![CDATA[
                new ToolTip({'hideEvent':'','hideDelay':0,'showEvent':'mouseover','delay':0} ,{'oncomplete':null,'onshow':null,'onhide':null} ,"j_id24:TOOLTIP_1","j_id24:AJAXBUTTON_1","client",false,"bottom-right",false,10,10,function(event,ajaxOptions){A4J.AJAX.Submit('_viewRoot','j_id24',event,ajaxOptions)},{'control':this,'oncomplete':function(request,event,data){;{var _toolTip = $('j_id24:TOOLTIP_1').component;_toolTip.toolTipContent = $('j_id24:TOOLTIP_1content');_toolTip.displayDiv();}},'similarityGroupingId':'j_id24:TOOLTIP_1','parameters':{'ajaxSingle':'j_id24:TOOLTIP_1','j_id24:TOOLTIP_1':'j_id24:TOOLTIP_1'} ,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id24:TOOLTIP_1').component;_toolTip.toolTip.style.display = 'none'; }},'actionUrl':'/2csoaworkflow/home.seam'} );;
                //]]>
                </script></span></span><input id="j_id24:AJAXBUTTON_1" name="j_id24:AJAXBUTTON_1" onclick="return false;" value="Bearbeiten" disabled="disabled" type="button" /><span class="dr-rich-tool-tip rich-tool-tip" id="j_id24:TOOLTIP_2" style="z-index:99;"><span id="j_id24:TOOLTIP_2content">Speichert ihre Eingaben und<br /> beendet die Bearbeitung des Workflows</span><span id="j_id24:TOOLTIP_2script" style="display:none"><script type="text/javascript" id="scriptj_id24:TOOLTIP_2">//<![CDATA[
                new ToolTip({'hideDelay':0,'hideEvent':'','delay':0,'showEvent':'mouseover'} ,{'onshow':null,'onhide':null,'oncomplete':null} ,"j_id24:TOOLTIP_2","j_id24:AJAXBUTTON_2","client",false,"bottom-right",false,10,10,function(event,ajaxOptions){A4J.AJAX.Submit('_viewRoot','j_id24',event,ajaxOptions)},{'control':this,'oncomplete':function(request,event,data){;{var _toolTip = $('j_id24:TOOLTIP_2').component;_toolTip.toolTipContent = $('j_id24:TOOLTIP_2content');_toolTip.displayDiv();}},'similarityGroupingId':'j_id24:TOOLTIP_2','parameters':{'ajaxSingle':'j_id24:TOOLTIP_2','j_id24:TOOLTIP_2':'j_id24:TOOLTIP_2'} ,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id24:TOOLTIP_2').component;_toolTip.toolTip.style.display = 'none'; }},'actionUrl':'/2csoaworkflow/home.seam'} );;
                //]]>
                </script></span></span><input id="j_id24:AJAXBUTTON_2" name="j_id24:AJAXBUTTON_2" onclick=";A4J.AJAX.Submit('_viewRoot','j_id24',event,{'oncomplete':function(request,event,data){},'similarityGroupingId':'j_id24:AJAXBUTTON_2','parameters':{'j_id24:AJAXBUTTON_2':'j_id24:AJAXBUTTON_2'} ,'actionUrl':'/2csoaworkflow/home.seam'} );return false;" value="Speichern" type="button" /><span class="dr-rich-tool-tip rich-tool-tip" id="j_id24:TOOLTIP_3" style="z-index:99;"><span id="j_id24:TOOLTIP_3content">Leitet den Workflow<br /> an andere Benutzer weiter</span><span id="j_id24:TOOLTIP_3script" style="display:none"><script type="text/javascript" id="scriptj_id24:TOOLTIP_3">//<![CDATA[
                new ToolTip({'hideDelay':0,'delay':0,'showEvent':'mouseover','hideEvent':''} ,{'onhide':null,'oncomplete':null,'onshow':null} ,"j_id24:TOOLTIP_3","j_id24:AJAXBUTTON_3","client",false,"bottom-right",false,10,10,function(event,ajaxOptions){A4J.AJAX.Submit('_viewRoot','j_id24',event,ajaxOptions)},{'control':this,'oncomplete':function(request,event,data){;{var _toolTip = $('j_id24:TOOLTIP_3').component;_toolTip.toolTipContent = $('j_id24:TOOLTIP_3content');_toolTip.displayDiv();}},'similarityGroupingId':'j_id24:TOOLTIP_3','parameters':{'ajaxSingle':'j_id24:TOOLTIP_3','j_id24:TOOLTIP_3':'j_id24:TOOLTIP_3'} ,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id24:TOOLTIP_3').component;_toolTip.toolTip.style.display = 'none'; }},'actionUrl':'/2csoaworkflow/home.seam'} );;
                //]]>
                </script></span></span><input id="j_id24:AJAXBUTTON_3" name="j_id24:AJAXBUTTON_3" onclick="return false;" value="Weiterleiten" disabled="disabled" type="button" /><span class="dr-rich-tool-tip rich-tool-tip" id="j_id24:TOOLTIP_4" style="z-index:99;"><span id="j_id24:TOOLTIP_4content">diese Rechnung<br /> manuell oder<br /> digital anordnen</span><span id="j_id24:TOOLTIP_4script" style="display:none"><script type="text/javascript" id="scriptj_id24:TOOLTIP_4">//<![CDATA[
                new ToolTip({'delay':0,'hideDelay':0,'showEvent':'mouseover','hideEvent':''} ,{'oncomplete':null,'onshow':null,'onhide':null} ,"j_id24:TOOLTIP_4","j_id24:AJAXBUTTON_4","client",false,"bottom-right",false,10,10,function(event,ajaxOptions){A4J.AJAX.Submit('_viewRoot','j_id24',event,ajaxOptions)},{'control':this,'oncomplete':function(request,event,data){;{var _toolTip = $('j_id24:TOOLTIP_4').component;_toolTip.toolTipContent = $('j_id24:TOOLTIP_4content');_toolTip.displayDiv();}},'similarityGroupingId':'j_id24:TOOLTIP_4','parameters':{'j_id24:TOOLTIP_4':'j_id24:TOOLTIP_4','ajaxSingle':'j_id24:TOOLTIP_4'} ,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id24:TOOLTIP_4').component;_toolTip.toolTip.style.display = 'none'; }},'actionUrl':'/2csoaworkflow/home.seam'} );;
                //]]>
                </script></span></span><input id="j_id24:AJAXBUTTON_4" name="j_id24:AJAXBUTTON_4" onclick="return false;" value="Anordnen" disabled="disabled" type="button" /><span class="dr-rich-tool-tip rich-tool-tip" id="j_id24:TOOLTIP_5" style="z-index:99;"><span id="j_id24:TOOLTIP_5content">Prüfung<br /> beenden</span><span id="j_id24:TOOLTIP_5script" style="display:none"><script type="text/javascript" id="scriptj_id24:TOOLTIP_5">//<![CDATA[
                new ToolTip({'hideDelay':0,'hideEvent':'','showEvent':'mouseover','delay':0} ,{'onshow':null,'onhide':null,'oncomplete':null} ,"j_id24:TOOLTIP_5","j_id24:AJAXBUTTON_5","client",false,"bottom-right",false,10,10,function(event,ajaxOptions){A4J.AJAX.Submit('_viewRoot','j_id24',event,ajaxOptions)},{'control':this,'oncomplete':function(request,event,data){;{var _toolTip = $('j_id24:TOOLTIP_5').component;_toolTip.toolTipContent = $('j_id24:TOOLTIP_5content');_toolTip.displayDiv();}},'similarityGroupingId':'j_id24:TOOLTIP_5','parameters':{'j_id24:TOOLTIP_5':'j_id24:TOOLTIP_5','ajaxSingle':'j_id24:TOOLTIP_5'} ,'onbeforedomupdate':function(request,showEvent,data){;{ var _toolTip = $('j_id24:TOOLTIP_5').component;_toolTip.toolTip.style.display = 'none'; }},'actionUrl':'/2csoaworkflow/home.seam'} );;
                //]]>
                </script></span></span><input id="j_id24:AJAXBUTTON_5" name="j_id24:AJAXBUTTON_5" onclick="return false;" value="Beenden" disabled="disabled" type="button" /></span><div id="j_id24:SEPARATOR_2" style="font-size: 0px;"><div class="rich-separator" style="background-image: none; null;"></div></div><img alt="" class="rich-spacer" height="10" id="j_id24:SPACER_2" src="/2csoaworkflow/a4j/g/3_3_0.GAimages/spacer.gif" width="1" /><img alt="" class="rich-spacer" height="10" id="j_id24:SPACER_3" src="/2csoaworkflow/a4j/g/3_3_0.GAimages/spacer.gif" width="1" /><div id="j_id24:SEPARATOR_3" style="font-size: 0px;"><div class="rich-separator" style="background-image: url(/2csoaworkflow/a4j/g/3_3_0.GAorg.richfaces.renderkit.html.images.BevelSeparatorImage/DATB/eAFjYGNgZWDo-P!!PwAIfQOR); null;"></div></div><img alt="" class="rich-spacer" height="10" id="j_id24:SPACER_4" src="/2csoaworkflow/a4j/g/3_3_0.GAimages/spacer.gif" width="1" /><table id="j_id24:GRID_1" style=""><tbody><tr><td class="col95px"><label id="j_id24:LABEL_1">Status</label></td><td class="col150px"><input id="j_id24:INPUTTEXT_1" type="text" name="j_id24:INPUTTEXT_1" value="Bearbeitet" onblur="A4J.AJAX.Submit('_viewRoot','j_id24',event,{'control':this,'similarityGroupingId':'j_id24:j_id508','parameters':{'j_id24:j_id508':'j_id24:j_id508','ajaxSingle':'j_id24:INPUTTEXT_1'} ,'actionUrl':'/2csoaworkflow/home.seam'} )" style="background-color:white;width:120px" disabled="disabled" /></td><td class="col95px"><label id="j_id24:LABEL_2">Mandant</label></td><td class="col150px"><input id="j_id24:INPUTTEXT_2" type="text" name="j_id24:INPUTTEXT_2" value="" onblur="A4J.AJAX.Submit('_viewRoot','j_id24',event,{'control':this,'similarityGroupingId':'j_id24:j_id509','parameters':{'j_id24:j_id509':'j_id24:j_id509','ajaxSingle':'j_id24:INPUTTEXT_2'} ,'actionUrl':'/2csoaworkflow/home.seam'} )" style="background-color:#FFFF99;width:120px" /></td></tr><tr><td class="col95px"><label id="j_id24:LABEL_3">Start</label></td><td class="col150px"><input id="j_id24:INPUTTEXT_3" type="text" name="j_id24:INPUTTEXT_3" value="07.04.2009 13:56:58" onblur="A4J.AJAX.Submit('_viewRoot','j_id24',event,{'control':this,'similarityGroupingId':'j_id24:j_id510','parameters':{'ajaxSingle':'j_id24:INPUTTEXT_3','j_id24:j_id510':'j_id24:j_id510'} ,'actionUrl':'/2csoaworkflow/home.seam'} )" style="background-color:white;width:120px" disabled="disabled" /></td><td class="col95px"><label id="j_id24:LABEL_4">Rechnungsnr.</label></td><td class="col150px"><input id="j_id24:INPUTTEXT_4" type="text" name="j_id24:INPUTTEXT_4" value="111112" onblur="A4J.AJAX.Submit('_viewRoot','j_id24',event,{'control':this,'similarityGroupingId':'j_id24:j_id511','parameters':{'ajaxSingle':'j_id24:INPUTTEXT_4','j_id24:j_id511':'j_id24:j_id511'} ,'actionUrl':'/2csoaworkflow/home.seam'} )" style="background-color:#FFFF99;width:120px" /></td></tr><tr><td class="col95px"><label id="j_id24:LABEL_5">Frist</label></td><td class="col150px"><span id="j_id24:INPUTCALENDAR_1Popup"><input class="rich-calendar-i


                • 5. Re: ajax validate sends whole form

                  Hi Ajanz, like nbelaevski already mentioned the whole page will always be submitted!
                  This means all fields are part of the HTTP-Request.
                  Although if you use specific a4j helpers like a4j:region the whole page will be send!

                  But not all fields will be processed (encode/decode etc.). This is up to you to decide (with help of the a4j components or same attributes like ajaxSingle), which of the submitted fields should processed.

                  This fact I've always read over, but yesterday I've worked on the new book of max katz and now I know what this means.....8-}

                  First try adding phaselistener to find out, if your fields were processed, if this is the case, just play with a4j components like a4j:region and the attributes ajaxSingle, queue, limitedToList etc. to ensure, that only suche fields were processed, which you really want.
                  But normally with your setting I would also assume that only the current "blured" input field will be processed.....strange...and you're right 5 seconds are too long for responsetime of request....

                  regards
                  rschoeler
                  PS: In his book he use a similar example to clean up this problem (one or two sides)....but he works not with programmatically constructed pages....just have a look at point 5.5 from the rf user-guide....maybe this will helps you a litte bit more....but it looks like you already knew this ;-}