Hi,
i'm having a problem using custom annotations and a ComponentRequestFilter.
I am defining my own class annotation (TestAnnotation) and a test class
(Index) that uses this annotation.
In my ComponentRequestFilter however, when i am checking the page class (via
componentSource.getPage().getCla
Hi taha,
you can find an example project here:
http://satansoft.de/tapestry/annotationtest.zip
It uses a very simple setup to show the problem. In TestFilter.java in the
annotationTest() method you can see that the upper test case is not working,
but the lower case is working well.
Regards,
Sas
Hi Thiago,
thanks for your reply. I will certainly give that a try, but i won't be in
the office until monday. I'm not sure, if i stated my problem right (as i'm
quite new to tapestry). I am not dynamically adding the annotation to the
class, as far as i can see, so getting it from the component
Hi Taha, Hi Thiago,
Thanks a lot for your reply, it's working perfectly! And besides, this
surely gave me some more basic understanding on how tapestry works.
Have a nice day,
cheers,
Sascha
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Annotations-and-ComponentRequest