-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
For instance, the richlet org.zkoss.zkdemo.TestRichlet should be able to define in WEB-INF/zk.xml with the statement similar to the following:
WEB-INF/zk.xml
<richlet> <!-- <richlet-name>...</richlet-name> - omitted --> <richlet-class>org.zkoss.zkdemo.TestRichlet</richlet-class> </richlet> <richlet-mapping> <richlet-name>org.zkoss.zkdemo.TestRichlet</richlet-name> <!-- same as the class-name - mandatory --> <url-pattern>/test</url-pattern> </richlet-mapping>
The 'richlet-name' element should be optional.