Hey,
I have implementet the following
http://wiki.apache.org/tapestry/SpeclessPagesInWEB-INF Code and it works
fine. so I tried to it with the components too. A Component Definition looks
like that 

@ComponentClass
public abstract class Border extends BaseComponent 
{ 
....
}

and in the *.application I added the meta-key. <meta
key="org.apache.tapestry.component-class-packages" value="my.package"/>.

(I tried several Combinations... also writing my own
SpecificationResolverDelegate with the findComponentSpecification method ...
no success) 

I alway get an error like this...

org.apache.hivemind.ApplicationRuntimeException
Could not find template for component MyPage/$Border in locale _myLanguage.


Anyone implementet such Code successfully???? Any Ideas whats wrong?


-- 
View this message in context: 
http://www.nabble.com/No-.jwc-when-using-Annotations-tf3524916.html#a9834093
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to