Re: Ajax form question about Tapestry 4.1

2006-08-06 Thread Jesse Kuhnert
I noticed that the EventListener parameter for validating a form wasn't being properly used, this has been fixed. (the default is still false, to bypass validation) On 8/2/06, Josh Long <[EMAIL PROTECTED]> wrote: Yeah I was sort of wondering the same thing, and in particular, how do I get valid

RE: [OT] Source code management

2006-08-06 Thread Kevin Menard
Darcs does what you're asking. Unfortunately, it doesn't handle large code bases very well and if you end up with conflicting patches, you're screwed. It does get a lot of things right though, and I very much like the idea of the program. For more info, see: http://www.mininova.org/get/364780 -

Multiple themes

2006-08-06 Thread Peter Dawn
guys, i am trying to implement multiple themes within my web app. what i really want to do is depending upon who is logging in (or a set condition or maybe a user selection) change the app css file. has somebody done this before. any ideas on how about i should approach this. thanks.