I tried upgrading my components to tapestry 4.1.3, from tapestry 4.1.1.
I have issue with the following code in my jwc file:
That worked in tapestry 4.1.1, but now in 4.1.3, and also in 4.1.2 that
throws null pointer exception:
source is null for getProperty(null, "id")
id should get
How to pass a list directly to a component as a parameter with ognl
expression from page file?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ething like this:
- lib A component A
- lib B referencing lib A
component B using A
- application C referencing A(dont know if this is necessary) & B
component C using B
-Ursprüngliche Nachricht-
Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Tomic Mirko
Ges
I made project and two libraries. I referenced two libraries in
.application. What I tryed now is to use one component from one library in
another (both are referenced in application), and I allways get error:
Library 'xxx' not found in namespace 'yyy'. I put xxx:component and
yyy:component in