Re: Javascript caching problem

2006-09-15 Thread Daniel Jue
Did you turn on caching in Tomcat? -Dorg.apache.tapestry.disable-caching=true On 9/14/06, Peter Dawn <[EMAIL PROTECTED]> wrote: guys, does tap3 have a javascript caching problem. i have begun to notice that my changes dont reflect within my application once i compile it. but if i restart tomcat

RE: Multiple buttons in one form

2006-09-15 Thread Mark Stang
A row of buttons: Some are conditionally visible. The .page has the "listener" methods. Each button has it's own listener. This is part of our navigation for all screens.  

RE: RadioGroup component

2006-09-15 Thread Mark Stang
Try something like this: This has multiple Radio buttions, Checkboxes and condidtionals.    

Opening several database connections on the same registry

2006-09-15 Thread Rui Pacheco
Hi all Can you help me with my hivemind registry? I'm trying to configure several connection pools to the same server, only the database name changes. When I had one pool, this worked like a charm, now that I have several Tapestry is complaining about the creation of the ASO. I think this is my s

global.debugEnabled

2006-09-15 Thread Stephane Decleire
Hi all, I've seen in the VLib Tapestry sample something like that : disabled="ognl:global.debugEnabled"/> but i can't find out where the global.debugEnabled is set to true or false. Any help is welcome ! -- Stéphane Decleire 05 56 57 99 20 06 63 78 69 06

Re: Date formats

2006-09-15 Thread Ed Ross
You could do something like the following. in the HTML add a drop down list Military- 01/16/2006 13:01:32 Standard -01/16/2006 1:32:10 pm Year First 2006-01-16 this would give the user a day format they would like to use. The value would be the date format you stick into the SimpleDateForm.

Re: RadioGroup component

2006-09-15 Thread andyhot
They are in a group. They are supposed to have the same name. If you supply an 'id' parameter for each, you can use document.getElementById() later on. Peter Dawn wrote: > sorry guys incomplete message, am sending it again, > > how can i reference each radio element within a radiogroup. if my > i