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

Re: Ajax form question about Tapestry 4.1

2006-08-04 Thread Marcus
Hi, I've download Tapestry 4.1 and folowing jars, all in Tomcat\shared\lib aspectj-1.5.2.jar easymock.jar jakarta-oro-2.0.8.jar ognl-2.6.9.jar commons-io-1.2.jar

Re: Ajax form question about Tapestry 4.1

2006-08-04 Thread Marcus
Sorry, I've download Tapestry 4.1 and folowing jars, all in Tomcat\shared\lib aspectj-1.5.2.jar easymock.jar jakarta-oro-2.0.8.jar ognl-2.6.9.jar testng-4.7-jdk15.jar commons-io-1.2.jar hivemind-1.1.1.jar hivemind-lib-1.1.1.jar I was using Tapestry 3.03 and all of your library dependencies,

Re: Ajax form question about Tapestry 4.1

2006-08-04 Thread Norbert Sándor
What is an empty page? I mean does it have the expected output or simply nothing is rendered? Use a @Shell component to wrap the page because @Form and @DropdownDateTimePicker requires dojo (which is provided by @Shell). Regards, Norbi Marcus wrote: Sorry, I've download Tapestry 4.1 and

RE: Ajax form question about Tapestry 4.1

2006-08-03 Thread Denis Souza
:[EMAIL PROTECTED] Sent: quarta-feira, 2 de agosto de 2006 19:39 To: Tapestry users Subject: Re: Ajax form question about Tapestry 4.1 Sounds like a possible bug. It makes sense though now.. All the @EventListener would do in this instance is bind to the event happening, not interfere with what

Re: Ajax form question about Tapestry 4.1

2006-08-02 Thread Josh Long
Yeah I was sort of wondering the same thing, and in particular, how do I get validation messages to render via ajax -- that is, i wat the form to go through the normal validation routine and I dont want to enable client side validation. I actually kind of like the red stars and custom decorators

Re: Ajax form question about Tapestry 4.1

2006-08-02 Thread Jesse Kuhnert
I've been trying to avoid adding too many new parameters (like updateComponents) all over the place before I felt like I had found a good way to do this without code duplication. It's probably fair that I at least add them to form/form button based components though. As for Forms, you could

RE: Ajax form question about Tapestry 4.1

2006-08-02 Thread Denis Souza
that I'm doing wrong, or could be a bug that shows under certain conditions. Any ideas? Cheers Denis Souza -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 2 de agosto de 2006 18:24 To: Tapestry users Subject: Re: Ajax form question about Tapestry 4.1 I've

Re: Ajax form question about Tapestry 4.1

2006-08-02 Thread Jesse Kuhnert
be something that I'm doing wrong, or could be a bug that shows under certain conditions. Any ideas? Cheers Denis Souza -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 2 de agosto de 2006 18:24 To: Tapestry users Subject: Re: Ajax form question about