Olivier Gehin
added a comment - I have to add a conditon on my project in order to solve this bug :
<xsl:template name= "common-service-body-nonempty-content-content" >
* <xsl: if test= "not($is-empty)" >*
<xsl:call-template name= "btn-form-signal" />
<xsl:call-template name= "view" >
<xsl:with-param name= "level" select= " '1' " />
</xsl:call-template>
* </xsl: if >*
</xsl:template>
Dont work for me. Randomly show and hide form