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 Howard Lewis Ship
http://www.catb.org/~esr/faqs/smart-questions.html I'm also perplexed that people with questions don't take even a moment to try and see their problem from an outsider's perspective, given that an outsider is needed to help them. This is a reasonable description of what they're trying to do, but

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