Re: Please help, small upgrade to 4.1.3 issue

2008-02-03 Thread Mirko
. I tried now with 2.7.2, but still the same :( source is null for getProperty(null, "id") Mirko - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Please help, small upgrade to 4.1.3 issue

2008-02-03 Thread Tomic Mirko
id should get current ID of the component. Can you please help, I searched all over the place, don't know what to do :( Mirko - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Resolving of page properties

2007-06-21 Thread Tomić Mirko
Is there a way to dynamically resolve property value for a certain page within given component? To use something like getPage().getPropertyValue (). There is a method getPage().getSpecification ().getPropertySpecification(), which returns only spec for a property. I need the actual value. If I u

Re: Big problem - Form elements inside custom component

2007-06-19 Thread Tomić Mirko
I'm sorry :( I must say I'm thrilled you answered my question. here is more details about my component: Layout.jwc:

Re: Big problem - Form elements inside custom component

2007-06-19 Thread Tomić Mirko
I forgot to mention, it is written in Tapestry 4.1. Mirko - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Big problem - Form elements inside custom component

2007-06-19 Thread Tomić Mirko
nent, and added required methods, but then I figured out that AbstractFormComponent doesn't use template. Please help how to solve this issue. Any help is appreciated. Thank you. Mirko - To unsubscribe, e-mail: [EMAIL PROTE

.script unique function names

2007-03-22 Thread Tomić Mirko
I have function in my .script file whose name is set unique with let: insertRow Now I need to insert that unique function name in html file. How to that? I inserted script component in jwc: and inserted tableScript in html. ---

Shell component

2007-03-13 Thread Tomić Mirko
How to prevent tapestry Shell component from inserting some of javascripts to page head? Cause I don't need them all. dojo.registerModulePath("tapestry", "/app?service=asset&path=%2Ftapestry%2F"); dojo.require("dojo.logging.Logger"); dojo.log.setLevel(dojo.log.getLevel("WARNING")); dojo.r

Re: Component parameter

2007-03-12 Thread Tomić Mirko
What I wanted is to pass a list of strings - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Component parameter

2007-03-12 Thread Tomić Mirko
Sorry for posting twice :( - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Component parameter

2007-03-12 Thread Tomić Mirko
How I can pass a list, as a parameter to component, directly from page file, with ognl expression, without using java code. Something like Item1, Item2, Item3. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

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

Shell output

2007-03-09 Thread Tomić Mirko
Is it possible to remove: from shell component output? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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