Re: [T5.1] No recursive component -> Howto render Beaneditor in code?

2010-07-27 Thread Oliver Bauer
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

[T5.1] No recursive component -> Howto render Beaneditor in code?

2010-07-27 Thread Oliver Bauer
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

T5.1 (Event)Context in a grid with additional column of checkboxes

2009-09-04 Thread Oliver Bauer
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

T5.1.0.5 Submit with image (was Re: )

2009-09-01 Thread Oliver Bauer
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

users@tapestry.apache.org

2009-09-01 Thread Oliver Bauer
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