well, another typo in struts.xsl: <!-- Process a menu for the navigation bar --> <xsl:template match="menu"> <table border="0" cellspacing="5"> <tr> <th colspan="2" align="left"> <font color="{body-link}"><strong> <xsl:value-of select="@name"/> </strong></font> </th> </tr> <xsl:apply-templates/> </table> </xsl:template> ---> "{body-link}" should be "{$body-link}" ..... cu... -- ...roland huss consol.de -- ...roland huss consol.de
- PATCH: struts.xsl, again .... Roland Huss
- Roland Huss