Re: tapestry-acegi anon svn

2006-10-01 Thread Robin Ericsson
On 9/20/06, Robin Ericsson [EMAIL PROTECTED] wrote: Hi, Couldn't find a specific list for tapestry-acegi so I post this here. I can't seem to access the anonymous svn repository. All I can find is that I should use anonymous/anon, but that doesn't seem to work. I just want to give notice that

Using @BrowserEvent Annotation

2006-10-01 Thread Andy Pahne
Has anybody an example for using the @BrowserEvent Annotation? Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using BrowserEvent stuff in conjunction with @EventListener Annotation

2006-10-01 Thread Andy Pahne
Sorry, my question was wrong, it should be: Has anybody an example for using BrowserEvent with the @EventListener annotation, please? Andy Andy Pahne schrieb: Has anybody an example for using the @BrowserEvent Annotation? Andy

Re: Using @BrowserEvent Annotation

2006-10-01 Thread Jesse Kuhnert
I didn't know there was a BrowserEvent annotation. There is the @EventListener annotation, which if combined with a method on a class/component can optionally populate a BrowserEvent object if you specify it in your method. http://tapestry.apache.org/tapestry4.1/ajax/EventListener.html On

Re: beware new 4.1.1 snapshot builds

2006-10-01 Thread Josh Long
As usual, wonderful job -- the fix worked and all is well. Thanks, Josh On 9/30/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: Yep, I think you're right. I refactored some of the package include stuff and it looks like DirectLink was the only thing I forgot to add a dojo.require(tapestry.event)

Postgres database backup through tapestry

2006-10-01 Thread Peter Dawn
guys, first my apologies for posting this here, this is more of a postgres question, but i have been struggling with this for some time now, so hopefully somebody here will be able to help me out. i have a tap3 web app with a postgres backend. now i want to implement a db database functionality

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-01 Thread Jesse Kuhnert
Does anyone have any more information on when this happens? Could it be in combination with another library perhaps ? (like tacos? ) . On 9/12/06, soir [EMAIL PROTECTED] wrote: Hello, I've found same problem recently. Try to use DropdownDatePicker component instead. Igor Anders Cessner

Bean Validator Question

2006-10-01 Thread Julian Wood
I'm using a bean for validation. In particular, I want to make sure that one field is lte another (think exam scores 6 out of 12). So I have a bean set up like this: bean name=maxOne lifecycle=none class=ca.ucalgary.commons.mt3.controller.MaxNullValidator set name=max

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-01 Thread Josh Long
Im not too sure what exactly triggers it, though off the top of my head when it happens to me happens when i get a midly complicated form going only.. which makes me wonder if th epositioning is being affedted by scrolling.. Peace, Josh On 10/1/06, Jesse Kuhnert [EMAIL PROTECTED] wrote:

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-01 Thread Jesse Kuhnert
Are you talking about the normal DatePicker or the DropdownDatePicker? If you can find an issue with anything here I can still do something about it before 0.4 comes out: http://archive.dojotoolkit.org/nightly/tests/widget/test_DropdownDatePicker.html On 10/1/06, Josh Long [EMAIL PROTECTED]

DropDownTImePicker doesn't read and display the time chosen

2006-10-01 Thread Josh Long
I don't know if this has always been this way as the first time I've needed (but boy do I need it!) was yesterday, but I noticed 0in my app and in the Timetracker that the dropdwontimepicker doesnt display the currenlty selected value when the form is refreshed/reloaded. That is, if I choose

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-01 Thread Josh Long
I don't know about the previous posters, but I'm talking about the old standard DatePicker Peace, Josh On 10/1/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: Are you talking about the normal DatePicker or the DropdownDatePicker? If you can find an issue with anything here I can still do something

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-01 Thread soir
We don't use Tacos. Jessek wrote: Does anyone have any more information on when this happens? Could it be in combination with another library perhaps ? (like tacos? ) . On 9/12/06, soir [EMAIL PROTECTED] wrote: Hello, I've found same problem recently. Try to use DropdownDatePicker