out.write("<!--\r\n Copyright 2004 The Apache Software Foundation\r\n\r\n Licensed under the Apache License, Version 2.0 (the \"License\");\r\n you may not use this file except in compliance with the License.\r\n You may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n Unless required by applicable law or agreed to in writing, software\r\n distributed under the License is distributed on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n See the License for the specific language governing permissions and\r\n limitations under the License.\r\n-->\r\n\r\n\r\n<html>\r\n <head>\r\n <title>JSP 2.0 Examples - jsp:attribute and jsp:body</title>\r\n </head>\r\n <body>\r\n <h1>JSP 2.0 Examples - jsp:attribute and jsp:body</h1>\r\n <hr>\r\n <p>The new <jsp:attribute> and <jsp:body> \r\n standard actions can be used to specify the value of any standard\r\n action or custom action attribute.</p>\r\n <p>This example uses the <jsp:attribute>\r\n standard action to use the output of a custom action invocation\r\n");
out.write(" (one that simply outputs \"Hello, World!\") to set the value of a\r\n bean property. This would normally require an intermediary\r\n step, such as using JSTL's <c:set> action.</p>\r\n <br>\r\n ");