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 2006/11/26 06:29:57 UTC

[jira] Updated: (STR-2699) Enhancement required In DynaValidatorForm

     [ http://issues.apache.org/struts/browse/STR-2699?page=all ]

Paul Benedict updated STR-2699:
-------------------------------

    Bugzilla Id:   (was: 37992)
    Component/s: Core
                     (was: Unknown)
       Assignee:     (was: Struts Developers)

> Enhancement required In DynaValidatorForm
> -----------------------------------------
>
>                 Key: STR-2699
>                 URL: http://issues.apache.org/struts/browse/STR-2699
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.2.7
>         Environment: Operating System: Windows 2000
> Platform: All
>            Reporter: Fea Jabi
>            Priority: Minor
>
> Looks like this is not supported yet. It'll be usefull if the user can do 
> something like below.
> <form-bean name="Form1" type="org.apache.struts.action.DynaActionForm" 
> dynamic="true"> 
>         <form-property name="property1" type="java.lang.Integer"/> 
>         <form-property name="property2" type="java.lang.Integer"/> 
> </form-bean> 
> <form-bean name="Form2" type="org.apache.struts.validator.DynaValidatorForm" 
> dynamic="true"> 
>         <form-property name="hrs" type="Form1"/> 
>        <form-property name="property3" type="java.lang.Integer"/> 
> ...................... 
> ................... 
> .................... 
> </form-bean> 
> I hope I'll be notified when this is supported.
> Thanks.

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