LOL - sorry - I saw tons of messages regarding generics and wanted to make sure it didn't fall through the cracks.
Yes, you spoil us! :-P M. -----Original Message----- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 6:50 PM To: [email protected] Subject: Re: AjaxLink not clickable in IE wow. we spoil our users too much when they complain about not getting a response after 3 hours... -igor On Wed, May 21, 2008 at 5:24 PM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > Anyone? Or are we only talking generics today? ;-) > > Seriously, could use a 2nd pair of eyes on this one... any input > appreciated. > > -----Original Message----- > From: Michael Mehrle [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 21, 2008 2:31 PM > To: [email protected] > Subject: AjaxLink not clickable in IE > > I've got this AjaxLink: > > > > fooLink = new AjaxLink("fooLink") { > > @Override > > public void > onClick(AjaxRequestTarget target) { > > Boolean > selected = (Boolean) fooCheckBox.getModelObject(); > > if > (!selected) { > > > fooCheckBox.setModelObject((new Boolean(true))); > > } > > > target.addComponent(fooCheckBox); > > // pop up > the modal > > > showRecurringFooModal(recurringFooModalWindow, target); > > } > > }; > > > > <a href="" wicket:id=" fooLink " class="textlink"><wicket:message > key="fooLabel" /></a> > > > > Works fine in Safari and Firefox but in IE it's not clickable - looks > like a link but the mouse pointer doesn't change and nothing happens > when clicking. No error message either in IE's JS console or in AJAX. > Any idea what I'm doing wrong here? > > > > Michael > > > --------------------------------------------------------------------- > 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]
