Hello. I have a VF page which includes the following structure:
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?thankschris<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>
1 respuesta
Hi Chris,Could you please let me know if you are still facing the issue so that I can have a look?Thanks,Shashank SrivatsavayaSalesforce.com