Any clue ? Is that normal Ajax processing ? ....
<wo:PageWrapper title = "Period Report">
<wo:PageHeader left = "" center = "Period Report" right = "" />
<wo:ERXStyleSheet filename = "css/Tabs.css" />
<wo:form name = "Form" multipleSubmit = "true">
<div class = "ActionHeader">
<wo:WOImageButton action = "$reload" filename = "1Pixel.gif" />
<div class = "Actions"> </div>
</div>
<div>
<wo:AjaxTabbedPanel id = "toto">
<wo:AjaxTabbedPanelTab name = "BreakDown">
<div>
<wo:repetition list = "$projectTypes" item = "$aProjectType">
<wo:string value = "$aProjectType.name" />
</wo:repetition>
</div>
</wo:AjaxTabbedPanelTab>
</wo:AjaxTabbedPanel>
</div>
</wo:form>
</wo:PageWrapper>