Hi,
I have a page component setup as followed. It displays correctly (but
funny because I removed everything superfluous) but everything in the div is
called three times. ! If I remove the 4 Ajax lines, it is called only once.
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>
Louis Demers eng.
www.obzerv.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]