|
From: Jan H. (JIRA) <no...@at...> - 2007-07-20 09:53:59
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_24904 ]
Jan Hoskens commented on RCP-406:
---------------------------------
My apologies if I closed the issue too soon.
Some things I wanted to know include:
- how do you provide your fields? You don't create multiple forms/formModels?
- when the first name page is showing, should the next button always be enabled? Validation only triggers enabled state of wizards finish button?
- if not (button disabled until firstname filled in), then it seems to me that there needs to be a separate trigger to do that. Normally this would be done by providing a different form for that page. How do you see this?
- what do you expect to have to implement? (what are your annoyances concerning the wizard framework)
Please enlighten me to show how you would expect this to work.
Kind Regards,
Jan
> 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
> Issue Type: Bug
> Components: Application Framework
> Affects Versions: 0.1.0, 0.2.0, 0.2.1
> Reporter: Ryan Sonnek
> Assignee: Jan Hoskens
> Priority: Critical
> Fix For: 0.3.0
>
>
> 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
|