Tim Holloway wrote:Java versions 6.0.10 and earlier had a known problem when handing off from one applet to another. It drove CPU utilization up to 100%.
Some people claimed problems with 6.0.10 as well, but for me the problem magically disappeared at that point.
Ulf Dittmer wrote:Is the server responding in time? Meaning, can you see in the server logs that it returns something to the applet?
thomas josephm wrote:
java.lang.Exception: ValidateAndReturnStatusToJSWithParams{0} :no such method exists
at sun.plugin.com.JavaClass.getMethod1(Unknown Source)
at sun.plugin.com.JavaClass.getDispatcher(Unknown Source)
at sun.plugin.com.DispatchImpl.invokeImpl(Unknown Source)
at sun.plugin.com.DispatchImpl$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.com.DispatchImpl.invoke(Unknown Source)
Jordi Monn� wrote:More info here: http://www.salixalba.uklinux.net/willow/computing/spring.html
Murali Pen wrote:I couldn't get this to work after following every instruction in the spring modules online documentation. When I click the next button on my registration page (with some required fields left empty), I simply see the next page in the order. No validation is happening. Can someone help?
The Validator's default validate method
will not be called by a wizard form controller