jtidy *: Tag Library
Tag tidy


Tidy JSP printer. You should use this to encapulate the full context of your page.

Example:
            
<jtidy:tidy config="indent: auto; indent-spaces: 2">
<html>
<head>
	<title>My Page</title>
</head>
<body>
</body>
    My page body
</html>
</jtidy:tidy>

        


Tag Information
Tag Classorg.w3c.tidy.servlet.jsp.tagext.TidyTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameTidy

Attributes
NameRequiredRequest-timeTypeDescription
configfalsetruejava.lang.StringJTidy configuration options separated by semicolon
validateOnlyfalsetrueboolean Valid values are true or false. Disable Formated HTML output and only produce the report. By default, false
bypassfalsetruebooleanBypass validation. Can be used to quickly enable/disable validation. Has the same effect as ignore tag before tidy

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.