Community
Participate
Working Groups
Steps to reproduce: 1. Select IBM Websphere server 2. Delete the value in host field The Next button of the wizard is enabled, although an error message is shown on the wizard...
Created attachment 201907 [details] Disable Nect button when empty server hostname
This bug comes after fixing bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=354330 The reason for that is because before the fix there was only a check that says, if the selected server type doesn't support remote hosts, then the NewServerWizardFragment page is not compete and respectivly the wizard cannot be switched to the next page. But now it must be explicitly checked if the server hostname is an empty string.
I cannot reproduce the described problem using IBM WebSphere Server since IBM WebSphere Server does not support remote server. Having said that, I can reproduce the problem by using the HTTP server which supports remote. Changes looks good on the patch. Thanks for submitting. Targeting to 3.2.5 since the problem can also be reproduced on the 3.2.5 code stream.
Code released to 32M, 33M and HEAD
New Gerrit change created: https://git.eclipse.org/r/109068