Re: Adding onClick to PageLink

2006-07-22 Thread Tim Sawyer
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

Re: How can I disable the asset hash for javascript files?

2006-07-22 Thread Jesse Kuhnert
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

Re: PermGen space

2006-07-22 Thread Jean-Eric Cuendet
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

Explicitly setting the locale

2006-07-22 Thread Daniel Trebbien
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