Re: Refresh an AjaxForm

2006-04-20 Thread Cluster
Thanks friends. Bug reported at http://tacoscomponents.jot.com/BugReporter/Bug109 . Cluster Mensagem original - Andreas Andreou em 20/04/2006 12:10 : You can also add a bugreport for tacos at http://tacoscomponents.jot.com/BugReporter/ Cluster wrote: I really like to keep clientSideVa

Re: Refresh an AjaxForm

2006-04-20 Thread Andreas Andreou
You can also add a bugreport for tacos at http://tacoscomponents.jot.com/BugReporter/ Cluster wrote: >I really like to keep clientSideValidationEnabled=true in my forms, > it is useful on "real" submit, but not on refresh. My listeners for > both, success and refresh, are the same, the only d

Re: Refresh an AjaxForm

2006-04-20 Thread Cluster
I really like to keep clientSideValidationEnabled=true in my forms, it is useful on "real" submit, but not on refresh. My listeners for both, success and refresh, are the same, the only difference is validation. I thought refresh would bypass client side validation, just like Tapestry's defa

Re: Refresh an AjaxForm

2006-04-19 Thread Jesse Kuhnert
You can get around this by using the http://tacos.sourceforge.net/components/AjaxEventSubmit.html component. (Just set clientSideValidationEnabled to false ) There are also other ways of doing it. I don't remember if it will work for sure but you can also try doing document.getElementById("your fo

Re: Refresh an AjaxForm

2006-04-19 Thread Cluster
Yep, I checked this file and "tacos.js" before post. I think have found all related javascript, but until now I can't figure out how to do a refresh. I will keep trying. Cluster Mensagem original - [EMAIL PROTECTED] em 19/04/2006 22:38 : Can't help much for now but you can dig in https://svn.

Re: Refresh an AjaxForm

2006-04-19 Thread andyhot
Can't help much for now but you can dig in https://svn.sourceforge.net/svnroot/tacos/trunk/src/java/net/sf/tacos/ajax/components/Form.js and maybe find a solution. Tacos replaces Tapestrys default form handlers, etc... >From Cluster <[EMAIL PROTECTED]>: > Hi, > > I'm working with an AjaxFor

Refresh an AjaxForm

2006-04-19 Thread Cluster
Hi, I'm working with an AjaxForm component and need to execute a refresh on this form. With Tapestry Form component I just use "this.form.events.refresh()", but this code doesn't work on AjaxForm. I need a refresh to avoid data validation. How do I call refresh for an AjaxForm? Thanks,