You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2007/05/20 01:10:43 UTC

[jira] Created: (STR-3042) ValidatorForm to use dynamic page number

ValidatorForm to use dynamic page number
----------------------------------------

                 Key: STR-3042
                 URL: https://issues.apache.org/struts/browse/STR-3042
             Project: Struts 1
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.3.8
            Reporter: Paul Benedict
         Assigned To: Paul Benedict
            Priority: Minor
             Fix For: 1.4.0


validate() currently uses the page field directly. Replace the use with getPage() so that subclasses can dynamically drive the actual page, which may not be part of the request but stored in the session.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (STR-3042) ValidatorForm to use dynamic page number

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict resolved STR-3042.
--------------------------------

    Resolution: Fixed

> ValidatorForm to use dynamic page number
> ----------------------------------------
>
>                 Key: STR-3042
>                 URL: https://issues.apache.org/struts/browse/STR-3042
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.3.8
>            Reporter: Paul Benedict
>         Assigned To: Paul Benedict
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> validate() currently uses the page field directly. Replace the use with getPage() so that subclasses can dynamically drive the actual page, which may not be part of the request but stored in the session.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.