> > > Look forward to seeing what you come up with and I hope you enjoy the >> challenge! >> > > Me too! :) It's wonderful to know that people want to contribute to the > framework we love. ;)
Thanks guys. If anyone is interested, I'll be documenting my progress here: http://piraya-blog.blogspot.com Current status: I have a web-project up and running and I'm able to switch between Prototype-mode and Non-prototype-mode (which leaves out the prototype libraries). $('elementId').activate is now Tapestry.activate('elementId') which means the first bit of Prototype-specific code is converted to plain Javascript. Time to call it a day :) regards, Onno