Probably, but...
it would be really useful to have the minimum amount of code that
reproduces this problem posted somewhere...
Perhaps at the tacos bugreporter?

>From James Carman <[EMAIL PROTECTED]>:

> Okay.  Removing the validators allowed the AjaxLinkSubmits to work.
> However, now I have another problem.  The code that works in FireFox still
> doesn't work in IE.  It seems like it's not updating the hidden form fields
> correctly.  It's getting an error like this:
> 
> Rewind of form Home/supplierLocationWizard.$AjaxForm_0 expected allocated id
> #1 to be 'TextField', but was 'supplierSelectedEvent' (requested by
> component Home/supplierLocationWizard.supplierSelectedEvent).
> 
> So, it looks like the hidden form fields which tell Tapestry the component
> ids that it's going to find are not being updated.  Right?
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Friday, June 30, 2006 10:38 PM
> To: Tapestry users
> Subject: RE: Tacos issues
> 
> i've done some research on this...
> 
> The debug message "Calling form handler" is generated by tacos
> Tapestry.registerListener found in net/sf/tacos/ajax/components/Form.js
> (tacos redefines this method)
> 
> That method is in turn called by Tapestry.onsubmit, Tapestry.onreset, e.t.c.
> which should be called in your case because your form fields define
> validators, correct?
> 
> So, an initial guess is that the redifined Tapestry.registerListener 
> messes up AjaxLinkSumbits in IE
> 
> Can you try removing the validators and see if the AjaxLinkSumbit works?
> 
> 
> >From James Carman <[EMAIL PROTECTED]>:
> 
> > I don't think that's my issue.  It's just basically not doing anything
> when
> > I click on the link.  The href="/".  Here's the generated code:
> > 
> > <a href="/" id="AjaxLinkSubmit" class="button">Search</a>
> > 
> > And, here's where it's wiring it up:
> > 
> > dojo.event.connect(window, "onload", function(e) {
> >               dojo.event.connect(dojo.byId("AjaxLinkSubmit"), "onclick",
> > document, "AjaxFormSubmit_AjaxForm");
> >             });
> > 
> > All I see in the debug log is:
> > 
> > DEBUG:  AjaxFormSubmit submission - before onsubmit
> > DEBUG:  Calling form handler
> > 
> > Nothing else happens after that. 
> > 
> > -----Original Message-----
> > From: Adriano Gonella [mailto:[EMAIL PROTECTED] 
> > Sent: Friday, June 30, 2006 5:17 PM
> > To: 'Tapestry users'
> > Subject: RES: Tacos issues
> > 
> > James, I was having similar problem, did it appear for u something like
> > "Object [Object]" and no action in server side?. In my case, my problem
> was
> > each link generated in html had a large quantity data. So there is a size
> > limit of URL to put in each browser(IE, Firefox). Firefox works fine  IE
> > doesn't work, generating a new blank screen with phrase "Object [Object]"
> > and doesn't executing anything in server side.
> > 
> > Can u send more info?
> > 
> > 
> > 
> > -----Mensagem original-----
> > De: James Carman [mailto:[EMAIL PROTECTED] 
> > Enviada em: sexta-feira, 30 de junho de 2006 17:50
> > Para: 'Tapestry users'
> > Assunto: OT: Tacos issues
> > 
> > All,
> > 
> > I'm having a bit of trouble with Tacos.  I have some code written that
> works
> > great in Firefox and doesn't work in IE (imagine that).  Basically, I'm
> > popping up a wizard for the user to select stuff and when they make a
> > selection, I dismiss it.  I have a "Search" button that looks up some
> > information.  The search button is an tacos:AjaxLinkSubmit component.  In
> > IE, it doesn't even make the request to the server.  It does nothing.  I
> > have another button, a cancel button, that is a tacos:AjaxDirectLink
> > component right next to the search button and that is working fine.  Any
> > ideas?
> > 
> > James
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> 
> -- 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to