WizardFieldTag should output hidden fields for parameters with empty value.
---------------------------------------------------------------------------

                 Key: STS-647
                 URL: http://www.stripesframework.org/jira/browse/STS-647
             Project: Stripes
          Issue Type: Improvement
          Components: Tag Library
    Affects Versions: Release 1.5
            Reporter: Iwao AVE!
            Priority: Minor
         Attachments: STS-647_WizardFieldTag.patch

Current implementation of WizardFieldTag ignores request parameter which has an 
empty value.
For example, if a query string contains three parameters as follows 
'/Some.acion?param1=&param2=abc&param3=', wizard field  tag renders only one 
hidden field (i.e. 'param2').

I couldn't see the reason for this behavior.
If all request parameters (which are not included in the form) are rendered as 
hidden fields, the capability of @Wizard and wizard-field tag will be enhanced.

Motivation for this proposal is explained in the following post.

http://article.gmane.org/gmane.comp.java.stripes.user/9319



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to