IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only

Nest noop in the Output template

  • 1.  Nest noop in the Output template

    Posted Thu April 07, 2005 05:49 PM

    Hi Experts
    I created a nest loop in the output template:
    %loop dlist1%
    %value $index% <!–(1)–>
    %loop dlist2%
    code…
    %endloop%
    %value $index <1–(2)–>
    %endloop%
    The first %value $index% return the correct index of the outside loop. The second %value $index% always return -1.
    How can I let the outside loop remember its index after a inside loop.

    Thanks in advance
    peter


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods