DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22600>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22600

Defining inheritance for dynamic action forms in struts-config





------- Additional Comments From [EMAIL PROTECTED]  2003-08-28 03:19 -------
You know, to be honest....I'm hoping someone will come up with a patch that will
let me define my beans as I do in xml schema:


    <xsd:element name="system-configuration" type="SystemConfigurationType"/>
    

    <xsd:complexType name="SystemConfigurationType">
        <xsd:sequence>
                        <xsd:element name="system-menus"        type="SystemMenuType"/>
                        <xsd:element name="system-roles"        type="SystemRoleType"/>
                        <xsd:element name="system-channels"     
type="SystemChannelType"/>
                        <xsd:element name="user-states"         type="UserStateType"/>
                        <xsd:element name="system-rules"        type="SystemRuleType"/>
        </xsd:sequence>
    </xsd:complexType>
        

         <xsd:complexType name="SystemMenuType">
          <xsd:sequence>
           <xsd:element name="menu" maxOccurs="unbounded">
                <xsd:complexType>
                 <xsd:attribute         name="action"                   
type="xsd:string"  use="required"/>
                 <xsd:attribute         name="descriptionKey"   type="xsd:string" 
use="required"/>
                </xsd:complexType>
           </xsd:element>
          </xsd:sequence>
         </xsd:complexType>     
...
... and so on, and so forth ...
...



This would also allow me to specify some basic validation for my
"DynaValidatorSchemaBeans"


James

P.S....sorry.......just thinking out loud.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to