Community
Participate
Working Groups
Build Identifier: 20110527214303 Hi, I'm trying to fix the following bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=349717. Once the fix is applied, another issue arose. With the fix, validation messages does not get removed, which is OK, but the "Next" button is not disabled as expected (afaik, if on a composite form an error validation message appear, the this immediately disables the Next button). Also this behavior is not a result of the fix provided in the issue above, but exist even in the current situation by following the steps in bug above. Reproducible: Always Steps to Reproduce: 1. File > New > Other... > Server 2. Enter a remote server host name (for example "localhost2") 3. Click on Apache > Tomcat v6.0 server from the type list 4. The validation message "The currently selected server type does not support remote hosts" appears in the wizard page. Expected result: Next button must be disabled. Actual result: Next button is enabled. Note: In this scenario another issue also appear, that says validation message disappear. Check https://bugs.eclipse.org/bugs/show_bug.cgi?id=349717.
Created attachment 200268 [details] patch proposal
Changes looks good
Code released to 32M, 33M and HEAD
New Gerrit change created: https://git.eclipse.org/r/109056