|
From: Ryan S. (JIRA) <no...@at...> - 2006-09-24 21:04:20
|
Wizard validation fires before reaching step
--------------------------------------------
Key: RCP-406
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-406
Project: Spring Framework Rich Client Project
Type: Bug
Components: Application Framework
Versions: 0.1.0, 0.2.0, 0.2.1
Reporter: Ryan Sonnek
Priority: Critical
Consider this simple scenerio:
1. MyObject has two properties, firstName and lastName.
2. register "required" validator for both properties.
3. for some reason, i built a wizard where the firstName and lastName are on two different steps of the wizard.
4. When launching the wizard, I'm unable to get past the first step because it says one of the properties is required.
This is wrong because I haven't yet got to that step in the wizard to fill in that property.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|