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]