Cheers for that, I'll run the idea past our designers.
Can you be more specific how you did it? I'm trying to remove the need for
developers in our team to have to add an onClick to each link, so I'd like to
encapsulate it in a component.
I can't see how to add an onclick to my PageLink compon
Ok, this has been implemented and should be available in maven2 form at some
point later today. (Good idea! ;) )
To have something staticly served from the asset service you can contribute
a regex pattern to the hivemind configuration point "
tapestry.asset.UnprotectedAssets" .
For example, you
Hi all,
This problem is very common with Tapestry applications. This is due to
the fact that Tapestry uses cglib to generate classes at runtime.
Java uses a separate Heap space called "PermGenSpace" to put meta-data
about classes, which is never garbage collected (this is "normal" since
normall
Hello all,
I am developing a multilingual personal site for myself using Tapestry. I am
constantly setting my browser preferences to set the locale so that I can
view the page in each locale for testing.
This is somewhat time consuming. I would rather have links on the web page
that override the