[OS-JIRA] Created: (WOL-1104) Component Editor: Add Action dialog allows an empty string and does nothing

From: John Huss (JIRA) ("John)
Date: Mon Sep 21 2009 - 16:52:00 EDT

  • Next message: JR Ruggentaler: "Entity Modeler Reverse Engineer shows no tables"

    Component Editor: Add Action dialog allows an empty string and does nothing
    ---------------------------------------------------------------------------

                     Key: WOL-1104
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1104
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: WOLips General
        Affects Versions: WOLips Nightly
             Environment: 3.4.5950
                Reporter: John Huss
                Priority: Minor

    Component Editor: Add Action dialog allows an empty string and does nothing

    An empty string should either not be allowed, or should result in a VOID action method being created.

    Also, the string "void" should result in a VOID action method being created. Currently it creates this:

            public Void test() {
                    Void nextPage = pageWithName(Void.class);
                    return nextPage;
            }

    -- 
    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 : Mon Sep 21 2009 - 16:52:58 EDT