Hi, Guys.
I checked and tested and found why the tld could not be parsed. it is due to Jboss 7 could not parse <import> tag. Why this happens? what should I do ?
<!-- -->
<!-- Imports -->
<!-- -->
<import>
<import-name>ServletFns</import-name>
<import-class>org.zkoss.web.fn.ServletFns</import-class>
</import>
<import>
<import-name>Labels</import-name>
<import-class>org.zkoss.util.resource.Labels</import-class>
</import>