Hi,

I discovered that another part of the template is causing the unexpected behaviour:

       <div>
           ${v reservationDetails}${/v}
           ${b reservationDetails}
               ${v ELEMENT:.ReservationDetails:/}
           ${/b}
       </div>
<div>
           ${v seatList}${/v}
           ${b seatList}
               <div id="tabContent" class="tabContent">
                   <table id="row" class="displaytag">
                       <tr>
                           <th><em>id</em></th>
                           <th><em>seatId</em></th>
                           <th><em>reservationId</em></th>
                           <th><em>firstName</em></th>
                           <th><em>lastName</em></th>
                           <th><em>birthDate</em></th>
                           <th><em>street</em></th>
                           <th><em>zip</em></th>
                           <th><em>city</em></th>
                           <th><em>country</em></th>
                           <th>&nbsp;</th>
                       </tr>
                       ${v seatDetailsList/}
                       ${b seatEntry}
                           ${v ELEMENT:.SeatEntry:/}
                       ${/b}
                   </table>
               </div>
           ${/b}
       </div>

If I remove the first div block (the ReservationDetails embedded element is not processed in my example) then the display of the second div block is as expected in case the SeatEntry embedded elements are processed. If I move the first div block to after the seatList then this does not display as expected if the ReservationDetails embedded element is processed. The example is about a tabbed form and depending on the current tab either the ReservationDetails embedded element is processed or the SeatEntry embedded elements are processed in processElement of the embedding element..
Any clue why this happening?

Regards,
Adriaan. de With
_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to