I spent the last 45 minutes installing tynamo for the first time. It's NOT
tapestry, it's a third party extension that I have never used, and I have
no idea how many people use it.

It looks like the problem is in the tynamo documentation.

> To start customizing a page, make a copy of the appropriate default page
> files and rename according the the table above.


If you just copy the Edit class verbatim from the archetype and create your
custom editor then you have two classes with the same routing annotation.

@At("/{0}/{1}/edit")

Your custom editor is getting into the ordered list after the base editor.

They (tynamo) have provided a way to order your routes:

@At(value = "/{0}/{1}/edit", order = "before:edit")

If you are going to continue to use this module then I highly recommend you
download the source and figure out how it works.

Josh

On Wed, Dec 12, 2012 at 8:26 PM, Ken in Nashua <kcola...@live.com> wrote:

> ustom edit as it sits in my build but I cannot get the activate handler to
> execute.
>

Reply via email to