You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Gary VanMatre (JIRA)" <ji...@apache.org> on 2007/02/24 18:53:16 UTC

[jira] Created: (SHALE-413) CommonsValidator "arg" argument is loosing it's value for server-side validation rules.

CommonsValidator "arg" argument is loosing it's value for server-side validation rules.
---------------------------------------------------------------------------------------

                 Key: SHALE-413
                 URL: https://issues.apache.org/struts/browse/SHALE-413
             Project: Shale
          Issue Type: Bug
          Components: Validator
    Affects Versions: 1.0.4, 1.0.1
            Reporter: Gary VanMatre
         Assigned To: Gary VanMatre
             Fix For: 1.1.0-SNAPSHOT


Any of the late bound attributes including "arg" are loosing state do to request scoped resources.

Reported by Hasan Turksoy: http://www.nabble.com/why-the-%22arg%22-argument-is-not-early-binding--tf3279438.html

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


[jira] Resolved: (SHALE-413) CommonsValidator "arg" argument is loosing it's value for server-side validation rules.

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

Gary VanMatre resolved SHALE-413.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.4

The fix will be in the 20070225 nightly build. The other related issue (SHALE-412) is also fixed.  

> CommonsValidator "arg" argument is loosing it's value for server-side validation rules.
> ---------------------------------------------------------------------------------------
>
>                 Key: SHALE-413
>                 URL: https://issues.apache.org/struts/browse/SHALE-413
>             Project: Shale
>          Issue Type: Bug
>          Components: Validator
>    Affects Versions: 1.0.1, 1.0.4
>            Reporter: Gary VanMatre
>         Assigned To: Gary VanMatre
>             Fix For: 1.1.0-SNAPSHOT, 1.0.4
>
>
> Any of the late bound attributes including "arg" are loosing state do to request scoped resources.
> Reported by Hasan Turksoy: http://www.nabble.com/why-the-%22arg%22-argument-is-not-early-binding--tf3279438.html

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


[jira] Commented: (SHALE-413) CommonsValidator "arg" argument is loosing it's value for server-side validation rules.

Posted by "Gary VanMatre (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/SHALE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40577 ] 

Gary VanMatre commented on SHALE-413:
-------------------------------------

The validator variables passed to the server side validation rule are being lost.  The code was retooled to support client side validation in a dataTable.  The focus was on client side validation.  The result was that the server side suffered.  

The fix is in the 20070316 nightly build.  I'm going to leave this ticket open.  Please help me verify the fix.

> CommonsValidator "arg" argument is loosing it's value for server-side validation rules.
> ---------------------------------------------------------------------------------------
>
>                 Key: SHALE-413
>                 URL: https://issues.apache.org/struts/browse/SHALE-413
>             Project: Shale
>          Issue Type: Bug
>          Components: Validator
>    Affects Versions: 1.0.1, 1.0.4
>            Reporter: Gary VanMatre
>         Assigned To: Gary VanMatre
>             Fix For: 1.0.5-SNAPSHOT, 1.1.0-SNAPSHOT
>
>
> Any of the late bound attributes including "arg" are loosing state do to request scoped resources.
> Reported by Hasan Turksoy: http://www.nabble.com/why-the-%22arg%22-argument-is-not-early-binding--tf3279438.html

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


[jira] Reopened: (SHALE-413) CommonsValidator "arg" argument is loosing it's value for server-side validation rules.

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

Gary VanMatre reopened SHALE-413:
---------------------------------


Issue reported by Sanjay Choudhary: http://www.nabble.com/Defining-mask-globally-tf3404662.html

> CommonsValidator "arg" argument is loosing it's value for server-side validation rules.
> ---------------------------------------------------------------------------------------
>
>                 Key: SHALE-413
>                 URL: https://issues.apache.org/struts/browse/SHALE-413
>             Project: Shale
>          Issue Type: Bug
>          Components: Validator
>    Affects Versions: 1.0.1, 1.0.4
>            Reporter: Gary VanMatre
>         Assigned To: Gary VanMatre
>             Fix For: 1.0.5-SNAPSHOT, 1.1.0-SNAPSHOT
>
>
> Any of the late bound attributes including "arg" are loosing state do to request scoped resources.
> Reported by Hasan Turksoy: http://www.nabble.com/why-the-%22arg%22-argument-is-not-early-binding--tf3279438.html

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


[jira] Updated: (SHALE-413) CommonsValidator "arg" argument is loosing it's value for server-side validation rules.

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

Gary VanMatre updated SHALE-413:
--------------------------------

    Fix Version/s:     (was: 1.0.4)
                   1.0.5-SNAPSHOT

> CommonsValidator "arg" argument is loosing it's value for server-side validation rules.
> ---------------------------------------------------------------------------------------
>
>                 Key: SHALE-413
>                 URL: https://issues.apache.org/struts/browse/SHALE-413
>             Project: Shale
>          Issue Type: Bug
>          Components: Validator
>    Affects Versions: 1.0.1, 1.0.4
>            Reporter: Gary VanMatre
>         Assigned To: Gary VanMatre
>             Fix For: 1.0.5-SNAPSHOT, 1.1.0-SNAPSHOT
>
>
> Any of the late bound attributes including "arg" are loosing state do to request scoped resources.
> Reported by Hasan Turksoy: http://www.nabble.com/why-the-%22arg%22-argument-is-not-early-binding--tf3279438.html

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


[jira] Resolved: (SHALE-413) CommonsValidator "arg" argument is loosing it's value for server-side validation rules.

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

Gary VanMatre resolved SHALE-413.
---------------------------------

    Resolution: Fixed

Sanjay Choudhary verified the patch hit the mark.

> CommonsValidator "arg" argument is loosing it's value for server-side validation rules.
> ---------------------------------------------------------------------------------------
>
>                 Key: SHALE-413
>                 URL: https://issues.apache.org/struts/browse/SHALE-413
>             Project: Shale
>          Issue Type: Bug
>          Components: Validator
>    Affects Versions: 1.0.1, 1.0.4
>            Reporter: Gary VanMatre
>         Assigned To: Gary VanMatre
>             Fix For: 1.0.5-SNAPSHOT, 1.1.0-SNAPSHOT
>
>
> Any of the late bound attributes including "arg" are loosing state do to request scoped resources.
> Reported by Hasan Turksoy: http://www.nabble.com/why-the-%22arg%22-argument-is-not-early-binding--tf3279438.html

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