Re: [Tacos-devel] updateComponents

2006-08-16 Thread Murray Collingwood
Hi again I'm determined to resolve this and I (like others) are finding gaps in the documentation. I am using @tacos:PartialFor on my page (rightly or wrongly I don't know) however I went back to the documentation on this page; http://tacos.sourceforge.net/components/PartialFor.html The examp

Re: [Tacos-devel] Validation in AjaxForm

2006-08-16 Thread Zsombor
Client side validation was not an issue, fortunately :)The final solution is :            updateComponents="ognl:{'formfield_xyz'}"               clientSideValidationEnabled="ognl:false"               action=""   />            and in the true submit: Thx, for the suggestionsBR Zs

Re: [Tacos-devel] Validation in AjaxForm

2006-08-16 Thread Jesse Kuhnert
I believe he was referring to the server side validation errors. I don't remember anymore how the client side portion is handled. I thought I saw him use a parameter to bypass it in one instance. On 8/16/06, Karthik N <[EMAIL PROTECTED]> wrote: Jesse,There's no way for Zsombor to disable client-sid

Re: [Tacos-devel] Validation in AjaxForm

2006-08-16 Thread Karthik N
Actually I'll rephrase the question.  AjaxEventSubmit has a clientSideValidationEnabled boolean.  Is there any way to achieve the same clientSideValidationEnabled with AjaxSubmit and AjaxLinkSubmit?  On 8/16/06, Karthik N <[EMAIL PROTECTED]> wrote: Jesse,There's no way for Zsombor to disable clien

Re: [Tacos-devel] Validation in AjaxForm

2006-08-16 Thread Karthik N
Jesse,There's no way for Zsombor to disable client-side validation, is there?Thanks, Karthik.On 8/16/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Hi, Sorry this was so painful to implement. If you can get this refresh to hit a specific listener method then you can clear out any server side validat

Re: [Tacos-devel] Validation in AjaxForm

2006-08-16 Thread Jesse Kuhnert
Hi, Sorry this was so painful to implement. If you can get this refresh to hit a specific listener method then you can clear out any server side validation errors by calling:Form.getDelegate().clearErrors(). If that doesn't work let me know and I'll dig further.On 8/16/06, Zsombor <[EMAIL PROTECTED

Re: [Tacos-devel] Validation in AjaxForm

2006-08-16 Thread Karthik N
with tapestry 4.0 and tacos 4 beta 2 i don't think this is possible :-( refer this thread - i ran into a similar problem.  http://www.nabble.com/AjaxRefresh-button--tf2071595.html On 8/16/06, Zsombor <[EMAIL PROTECTED]> wrote: Hello! I've the following problem with field validation in AjaxForm. Thi

[Tacos-devel] Validation in AjaxForm

2006-08-16 Thread Zsombor
Hello! I've the following problem with field validation in AjaxForm. This is the bare bone skeleton of the page:               updateComponents="ognl:{'formfield_xyz'}"               clientSideValidationEnabled="ognl:false"  />            The task was to update the second propertySele

Re: [Tacos-devel] updateComponents

2006-08-16 Thread Murray Collingwood
Hi Andy This is the source from MyList.html: This is the rendered page excert: In Firebug I can see the content of dojo.js. Below are lines 2712 - 2720 (beta3). In Firebug the console view lists my "GET http://. dojo.js (line 2715)" this might be valid but it seems suspicious tha