erwin_br a écrit :
<FRAME SRC="coluna1.html" NORESIZE SCROLLING="YES">* org.apache.tapestry.ioc.internal.util.TapestryExceptionFailure parsing template context:WEB-INF/Start.html: Attribute name "NORESIZE" associated with an element type "FRAME" must be followed by the ' = ' character.
The parser say that NORESIZE is not a valid XML Attribute. You can have a try like :
<FRAME SRC="coluna1.html" NORESIZE="NORESIZE" SCROLLING="YES"> Cyrille. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
