Thank you, Thiago
2010/12/12 Thiago H. de Paula Figueiredo
> On Sun, 12 Dec 2010 07:55:04 -0200, Anton Mezerny
> wrote:
>
> Hi all,
>>
>
> Hi!
>
>
> I'am trying to call some methods like here:
>> ${element.contents.name}
>>
>>>
>>> Where 'contents' is represented as Object, but in my compone
On Sun, 12 Dec 2010 07:55:04 -0200, Anton Mezerny
wrote:
Hi all,
Hi!
I'am trying to call some methods like here:
${element.contents.name}
Where 'contents' is represented as Object, but in my component I know
exact type of this field.
Tapestry (more specifically, the prop binding) *d
Hi all,
I'am trying to call some methods like here:
${element.contents.name}
>
Where 'contents' is represented as Object, but in my component I know exact
type of this field. When I try to render name field I get exception.
One possible solution is to write a public method in my component which
ma