Question about the new ew-frontend.

It used to be something like this:
 <xsl:template name="body"> 
  <body onload="doOnLoad_ew();init('{/wizard/curform}');" onunload="doOnUnLoad_ew();">
    <xsl:call-template name="bodycontent" />
   </body>
 </xsl:template>

Now it has become this:

 <!-- If you need a different bodycontent, then you can override this thing
-->
  <xsl:template name="bodycontent" >
    <table class="body">
      <xsl:call-template name="body" />
    </table>
  </xsl:template>


In other words, the body template called the bodycontent template, and now
inversely.

If you happen to have overridden the body-template (as I had done as shown above) then 
you cause an
infinite loop (Error: java.lang.StackOverflowError)

I can easily fix my xsl-extension, but we could consider turning some things
around in the 'new' editwizard frontend, to avoid this backwards compatibility
issue.

Nico?

 Michiel

-- 
Michiel Meeuwissen 
Mediapark C101 Hilversum  
+31 (0)35 6772979
nl_NL eo_XX en_US
mihxil'
 [] ()

Reply via email to