ERXWORepetition sending null iterator item.
ERXWORepetition sending null iterator item.
- Subject: ERXWORepetition sending null iterator item.
- From: Greg Hulands <email@hidden>
- Date: Tue, 31 Mar 2009 19:45:15 -0700
Hi,
I've got a component with the following in it:
<wo:AjaxTabbedPanel id="worksheetTabs" busyDiv="loading">
<wo:repeat list = "$session.worksheets" item="$worksheet">
<wo:AjaxTabbedPanelTab name = "$worksheet.title"
isSelected="$isActiveWorksheet">
<wo:Worksheet worksheet="$worksheet"/>
</wo:AjaxTabbedPanelTab>
</wo:repeat>
</wo:AjaxTabbedPanel>
When it renders the page I have 1 worksheet that should display, but I
get a tab with the title null. Stepping through it, I see that the
worksheet gets set, but then it gets set again to null.
In the stack trace I see the oddly named
ERXWORepetition._cleanupAfterIteration() which is causing the setting
of null.
Does anyone know why this would be happening and how to rectify it?
Thanks,
Greg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden