[jboss-jira] [JBoss JIRA] (WFCORE-204) CLI GUI upload for op params with ModelType.BYTES.

Stan Silvert (JIRA) issues at jboss.org
Mon Oct 27 14:52:35 EDT 2014


Stan Silvert created WFCORE-204:
-----------------------------------

             Summary: CLI GUI upload for op params with ModelType.BYTES.
                 Key: WFCORE-204
                 URL: https://issues.jboss.org/browse/WFCORE-204
             Project: WildFly Core
          Issue Type: Feature Request
          Components: CLI
    Affects Versions: 1.0.0.Alpha10
            Reporter: Stan Silvert
            Assignee: Stan Silvert
             Fix For: 1.0.0.Alpha11


CLI GUI dynamically creates a dialog for any operation a user wants to execute.  The type of UIComponent used for each parameter depends on the ModelType expected.

In the case of a parameter that expects ModelType.BYTES, it currently just provides a text input box.  The user would almost never want to upload bytes from the keyboard.  Instead, the user wants to upload bytes from a file.

So, CLI GUI should present a "Browse" button to help the user find the file to be uploaded.  When the command is executed CLI GUI just reads the file and stuffs the bytes into the operation.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jboss-jira mailing list