| <!-- | |
| Licensed to the Apache Software Foundation (ASF) under one | |
| or more contributor license agreements. See the NOTICE file | |
| distributed with this work for additional information | |
| regarding copyright ownership. The ASF licenses this file | |
| to you under the Apache License, Version 2.0 (the | |
| "License"); you may not use this file except in compliance | |
| with the License. You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, | |
| software distributed under the License is distributed on an | |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
| KIND, either express or implied. See the License for the | |
| specific language governing permissions and limitations | |
| under the License. | |
| --> | |
| <html><head><title>Error Page</title> | |
| <style> | |
| body, table, td { | |
| font-family: arial, sans-serif; | |
| font-size: 12px; | |
| } | |
| td.header { | |
| color: white; | |
| background: navy; | |
| } | |
| .errorReport { | |
| display: none; | |
| } | |
| </style> | |
| <script type="text/javascript"> | |
| function displayError() { | |
| errorReport.style.display = 'block'; | |
| } | |
| </script></head> | |
| <body> | |
| <h1>Error Page</h1> | |
| The application encountered an unexpected error. | |
| <p> | |
| To view error details click <a href="#" onclick="displayError();">here</a>. | |
| </p><p> | |
| </p><div style="display: block;" id="errorReport" class="errorReport"> | |
| <table border="1" cellpadding="4" cellspacing="1" width="100%"><tbody><tr><td colspan="2" style="color: white; background-color: navy; font-weight: bold;">Page Parsing Error</td></tr><tr><td width="12%"><b>Source</b></td><td>broken-border.htm</td></tr><tr><td valign="top" width="12%"><b>Message</b></td><td>Was expecting one of: | |
| <RPAREN> , | |
| <IDENTIFIER> , | |
| "{" , | |
| <WORD> , | |
| <STRING_LITERAL> , | |
| <INTEGER_LITERAL> , | |
| "[" , | |
| <FLOATING_POINT_LITERAL> , | |
| "{" , | |
| "true" , | |
| "false" </td></tr><tr><td colspan="2" valign="top"> | |
| <pre style="font-family: Courier New,courier;"><div> 1: <html></div><div> 2: <head> </div><div> 3: <title>Click Examples - $title</title></div><div> 4: <link rel="stylesheet" type="text/css" href="style.css" title="Style"></div><div> 5: $form.htmlImports</div><div> 6: </head> </div><div> 7: <body></div><div> 8: </div><div> 9: <h1>$title</h1> </div><div> 10: </div><div style="background-color: yellow;"> <b>11</b>: #writeForm( $srcPath <span style="color: red; text-decoration: underline; font-weight: bold;">,</span> $path )</div><div> 12: </div><div> 13: Updated at $time</div><div> 14: <p></div><div> 15: To refresh click <a href="test-form.htm">here</a>.</div><div> 16: </div><div> 17: </body></div><div> 18: </html></div></pre></td></tr></tbody></table><br><table border="1" cellpadding="4" cellspacing="1" width="100%"><tbody><tr><td colspan="2" style="color: white; background-color: navy; font-weight: bold;">Page</td></tr><tr><td width="12%"><b>Classname</b></td><td>examples.page.ExceptionDemo</td></tr><tr><td width="12%"><b>Path</b></td><td>broken-border.htm</td></tr><tr><td><b width="12%">Template</b></td><td>broken-border.htm</td></tr></tbody></table><br><table border="1" cellpadding="4" cellspacing="1" width="100%"><tbody><tr><td colspan="2" style="color: white; background-color: navy; font-weight: bold;">Request</td></tr><tr><td valign="top" width="12%"><b>Attributes</b></td><td> </td></tr><tr><td width="12%"><b>Auth Type</b></td><td>null</td></tr><tr><td width="12%"><b>Context Path</b></td><td><a href="http://localhost:8080/click-examples">/click-examples</a></td></tr><tr><td valign="top" width="12%"><b>Headers</b></td><td>accept=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5<br>accept-charset=ISO-8859-1,utf-8;q=0.7,*;q=0.7<br>accept-encoding=gzip,deflate<br>accept-language=en-us,en;q=0.5<br>connection=keep-alive<br>host=localhost:8080<br>keep-alive=300<br>referer=http://localhost:8080/click-examples/exception.htm<br>user-agent=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3<br></td></tr><tr><td width="12%"><b>Query</b></td><td>actionLink=brokenBorderLink</td></tr><tr><td width="12%"><b>Method</b></td><td>GET</td></tr><tr><td valign="top" width="12%"><b>Parameters</b></td><td>actionLink=brokenBorderLink<br></td></tr><tr><td width="12%"><b>Remote User</b></td><td>null</td></tr><tr><td valign="top" width="12%"><b>URI</b></td><td><a href="http://localhost:8080/click-examples/exception.htm">/click-examples/exception.htm</a></td></tr><tr><td><b width="12%">URL</b></td><td><a href="http://localhost:8080/click-examples/exception.htm">http://localhost:8080/click-examples/exception.htm</a></td></tr><tr><td valign="top" width="12%"><b>Session</b></td><td> </td></tr></tbody></table> | |
| </div> | |
| </body></html> |