t;http://tapestry.apache.org/tapestry5.1/apidocs/org/apache/tapestry5/annotations/Component.html
>
> - Ville
>
>
>Oliver Bauer wrote:
>>
>> Hi,
>>
>> we have noted that T5 doesn't allow recursive components[1],
>> so we are currently doing something lik
Hi,
we have noted that T5 doesn't allow recursive components[1],
so we are currently doing something like this:
We reference our component in an arbritrary tml like this:
The code stub of the component:
boolean setupRender(MarkupWriter writer) {
// write some opening div
}
void beforeRende
Hi,
i would like to to pass a context to a pagelink like
but this only works if the returned values of myContext does not
change after the page has loaded.
More precisely i want to do something like jumpstarts
"Grid With Delete Column" without a huge onSuccess method that
passes values to a l
Sorry for the missing subject
> Hello,
>
> i have some problems with the submit component and the parameter t:image.
> The following works fine with T5.1.0.5
>
>
>
>
>
> and as expected the following methods are called
>
> @OnEvent(component="viewselection", value = EventConstants.SELECT
Hello,
i have some problems with the submit component and the parameter t:image.
The following works fine with T5.1.0.5
and as expected the following methods are called
@OnEvent(component="viewselection", value = EventConstants.SELECTED)
void someMethodName() {
logger.debug("With EventC