X-Application Version: 3.1.2
Tamino Version : 3.1.1
Platform : Win2k
WebContainer : Tomcat 3.3
JDK Version : 1.3.1
I am getting the following error when trying to use the loop tag:
Root cause:
ApplicationException: 999: Application Error! Please contact the X-Application-Team.
com.softwareag.xtools.xapplication.common.PreconditionViolation
the node ‘/Schedules’ does not contain a sub-node identified by the content ‘BalancedSchedule’
I have attached the code from my jsp below…
<bdm:module id=“bdProp”>
<bdm:form module=“bdProp”>
<bdm:directcommand type=‘read’ docid=‘Schedules[@ino:id=2]’ />
</bdm:form>
<bdm:loop module=“bdProp” select=“/Schedules” iterate=“BalancedSchedule” targetbase=“bs”>
</bdm:loop>
Day | Interval | Type |
<bdm:display select=“DAY” /> | <bdm:display select=“INTERVAL” /> | <bdm:display select=“TYPE” /> |
</bdm:module>
My document looks like this:
20021027
0015
ENE
<RESOURCE_MW>2822</RESOURCE_MW>
007931728
<PROVIDER_TY>QSE</PROVIDER_TY>
HOUSTON2002
0
20021027
0015
ENE
<RESOURCE_MW>1625</RESOURCE_MW>
007931728
<PROVIDER_TY>QSE</PROVIDER_TY>
NORTH2002
0
I also get an error for invalid attribute if I specify pagesize.
Any ideas?
Thanks, Carl
#webMethods#API-Management#Tamino