click.xml, pages tag, add autobinding="default" attribute will throw exception
-------------------------------------------------------------------------------
Key: CLK-714
URL: https://issues.apache.org/jira/browse/CLK-714
Project: Click
Issue Type: Bug
Components: core
Affects Versions: 2.2.0
Reporter: Tsay Yaw Hann
When add DTD in click.xml
<!DOCTYPE click-app PUBLIC
"-//Apache Software Foundation//DTD Click Configuration 2.2//EN"
"http://click.apache.org/dtds/click-2.2.dtd">
<click-app charset="UTF-8" locale="zh_TW">
<pages package="com.quickstart.page" autobinding="default" />
</click-app>
the attribute ===> autobinding="default"
will let org.apache.click.ClickServlet throw config exception
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.