Skip to main content

Hello.  I have a VF page which includes the following structure:

<apex:outputPanel id="resultBlock">

<div class='hero-previews' data-tab='t-recent'>

<section id='t-recent-div' data-tab='t-recent' >

<ul>

<apex:repeat value="{!ContentList}" var="res">

<li>

There is an action which causes my outputPanel to rerender - because some of the contents change.  And that works fine, but what's odd is that the "section" tag also disappears.  When the page is first rendered, the section tag is present as expected, but on every re-render, it's gone.  Any idea what's happening there, or how to prevent it?

thanks

chris

 
1 respuesta
0/9000