Hello Tapestry-Users!
I have question about components placement. In my project i have
WEB-INF folder and components folder in it. In components folder i
have *.jwc files and *.html files with components specs and template.
In application xml file i placed something like
<component-type
specification-path="/WEB-INF/components/ShowValidationError.jwc"
type="showValidationError" />
In specefication-path attribute i try to set value
components/ShowValidationError.jwc
/components/ShowValidationError.jwc
WEB-INF/components/ShowValidationError.jwc
/WEB-INF/components/ShowValidationError.jwc
with same result - Tag <span> on line 7 references unknown component
id 'showValidationError'.
It is bug, or i do something wrong?
this component taken from vlib example.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]