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 (property_name). There is a method getPage().getSpecification ().getPropertySpecification(), which returns only spec for a property. I need the actual

Big problem - Form elements inside custom component

2007-06-19 Thread Tomić Mirko
I made a component which have some logic inside its template. It gets a list of components inside her and render title, (which it gets from properties file from a key based on nested component's id) and actual component, inside a table. It has a number of columns as parameter. I used it till now

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]

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: component-specification allow-body=yes allow-informal-parameters=no class=Layout parameter name=columnCount default-value=literal:2 / parameter

.script unique function names

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

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. script type=text/javascript src=/app?service=assetpath=%2Fdojo% 2Fdojo.js/script script type=text/javascript dojo.registerModulePath(tapestry,

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

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]

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]

Shell output

2007-03-09 Thread Tomić Mirko
Is it possible to remove: !-- Application: Components -- !-- Page: layoutlib:Home -- !-- Generated: Fri Mar 09 08:29:30 CET 2007 -- from shell component output? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional