>
> Again, you can't handle render events from other components.
>
I was just trying to explain the solution I tried to implement.
I'll look into mixins then.
Thank you Robert and Thiago :)
On Fri, Jul 1, 2011 at 11:27 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Fri, 01 J
On Fri, 01 Jul 2011 18:03:25 -0300, Muhammad Gelbana
wrote:
The thing is that beaneditor encapsulates each rendered field in a div
tag and I need to put more than one field in a single div tag so I need
to
handle the BeginRender event for the beaneditor.
Again, you can't handle render e
On Fri, 01 Jul 2011 17:12:52 -0300, Muhammad Gelbana
wrote:
Failure parsing template
classpath:com/skycomm/tclagent/pages/ConfigureTclTest.tml: Block
parameters
are only allowed directly within component elements.
The message is quite descriptive . . .
So I still can't get to make this
Sorry for the late reply but sadly I only get to work on tapestry only on my
weekend :(
Thanks Robert for your help but this won't work as the following exception
is being thrown:
Failure parsing template
> classpath:com/skycomm/tclagent/pages/ConfigureTclTest.tml: Block parameters
> are only all
Beaneditor is nice, but not meant as a catch-all. What I would probably do is
beanedit the properties above the custom needs, then directly insert the fields
you need, then beanedit the rest. Like:
Robert
GATAATGCTATTTCTTTAACGAA
On Jun 25, 2011, at 6:53 AM, Muhammad Mohsen wrote:
> H
Hello everyone,
I've been searching for a while but I'm facing difficulties solving this
situation.
I have a page. This page contains a form component, then this form embeds
multiple beaneditor components.
I need to change how a specific beaneditor component of these renders it's
fields. I found