[OS-JIRA] Created: (WOL-1109) Using //VALID on a WOD declaration with a missing element does not work

From: Ramsey Gurley (JIRA) ("Ramsey)
Date: Thu Sep 24 2009 - 18:44:59 EDT

  • Next message: Mike Schrag: "Re: WOLips Install Sites"

    Using //VALID on a WOD declaration with a missing element does not work
    -----------------------------------------------------------------------

                     Key: WOL-1109
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1109
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: WOLips General
        Affects Versions: WOLips 3.5.x
             Environment: 3.5.5990
                Reporter: Ramsey Gurley

    In eclipse 3.4, it was previously possible to disabled validation for a WOD declaration that was missing a 'required' element (like 'elementName' in this example) with notation like:

    CheckboxWrapper //VALID
     : WOGenericContainer {
            // ** Because there's no elementName, this is an invisible wrapper element.
            elementID = wrapperElementID;
            name = context.elementID;
            formValues = selections;
    }

    This is no longer possible in 3.5. I think the old way probably classifies as the bug and this is really just a feature request, but it would be very nice to be able to disable the red X in this case with a //VALID binding of some sort.

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



    This archive was generated by hypermail 2.0.0 : Thu Sep 24 2009 - 18:46:55 EDT