ModalWindow.setResizable(false) stopped does not work after 1.4-rc4
-------------------------------------------------------------------
Key: WICKET-2345
URL: https://issues.apache.org/jira/browse/WICKET-2345
Project: Wicket
Issue Type: Bug
Components: wicket-extensions
Affects Versions: 1.4-RC4
Environment: Windows Vista 64-bit, Tomcat 6.0.18, JDK 16u14
Reporter: Marcin Palka
Priority: Minor
I haven't been able to make a fixed size modal window since I migrated my
application to Wicket 1.4-rc5. The same problem exists while using Wicket
1.4-rc4. On the other hand everything works just fine with the 1.4rc-2. I will
attach a quickstart that allows to reproduce the problem.
It's looks like that there were some modification made to the ModalWindow
component between rc2 and rc4 because my application crashes when switching
between those two versions. It crashes with an exception as follows:
java.lang.NoSuchMethodError:
nl.stuq.SelectModalWindow.setInitialWidth(I)Lorg/apache/wicket/extensions/ajax/markup/html/modal/ModalWindow.
A clean and build makes the trick to make it work again.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.