Please help, small upgrade to 4.1.3 issue

2008-02-03 Thread Tomic Mirko
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

Component parameter question

2007-03-12 Thread Tomic Mirko
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]

Re: Library error - component in component

2007-03-09 Thread Tomic Mirko
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

Library error - component in component

2007-03-08 Thread Tomic Mirko
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