Hi, guys. Here is code I'm using to show modal window in response of AjaxLink onClick event:
public void onClick( AjaxRequestTarget target ) {
modal.show( target );
target.focusComponent( getComponentToBeFocuse() );
}
It's working correctly on FireFox and Opera, but isn't working on IEv7/IEv6.
Could you give me any suggestion?
Best regards, Alexander.
