Hi Helmut,

you can't have multiple markup attributes at one tag. But you can set
multiple markups in one attribute.

The markup attribute takes a comma separated list of markups, or a
valuebinding to a String[] property, or a valuebinding to a single
markup string.

Regards,
 Volker


2007/4/26, Helmut Swaczinna <[EMAIL PROTECTED]>:


Hi,

when I include the JSTL taglib in my page (<%@ taglib
uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>) I
can't use
multiple markup attributes. JSTL seems to do some validation which Tobago
itself does not:

04-26 18:41:54,234 ERROR GENA-WAPP [http-8080-Processor25    ] [jsp]
Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: <h3>Validation error
messages from TagLibraryValidator for c in /edit/headView.jsp</h3><p>null:
org.xml.sax.SAXPars
eException: Attribute "markup" was already specified for element
"tc:textarea".</p>

Is it possible to turm off this validation? What knows JSTL about Tobago
tags?

Regards
Helmut

Reply via email to