[jboss-jira] [JBoss JIRA] Updated: (AS7-1907) Provide support for expressions across all form elements

Heiko Braun (JIRA) jira-events at lists.jboss.org
Thu Sep 22 11:21:26 EDT 2011


     [ https://issues.jboss.org/browse/AS7-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Heiko Braun updated AS7-1907:
-----------------------------

    Summary: Provide support for expressions across all form elements  (was: Provide suppor for expression across all form elements)


> Provide support for expressions across all form elements
> --------------------------------------------------------
>
>                 Key: AS7-1907
>                 URL: https://issues.jboss.org/browse/AS7-1907
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Console
>            Reporter: Heiko Braun
>            Assignee: Heiko Braun
>            Priority: Blocker
>             Fix For: 7.1.0.Alpha1
>
>
> bstansberry:  <inet-address value="${jboss.bind.address:127.0.0.1}"/>
> [3:11pm] hbraun: the first part is resolved from system properties?
> [3:11pm] hbraun: the later is the default?
> [3:11pm] bstansberry: yes
> [3:11pm] hbraun: wicked
> [3:12pm] bstansberry: but what's stored in the model is a ModelNode of type ModelType.EXPRESSION
> [3:12pm] bstansberry: and the metadata for the attribute includes "expression-allowed" => true
> [3:12pm] hbraun: ok
> [3:13pm] hbraun: did you just want to raise my attention?
> [3:13pm] bstansberry: those really should appearing all over the place
> [3:13pm] bstansberry: yeah
> [3:14pm] bstansberry: really a very heavy % of attributes should allow expressions
> [3:14pm] hbraun: damn
> [3:14pm] hbraun: i need to think about the implications
> [3:14pm] hbraun: for the UI
> [3:15pm] hbraun: so attributes actually allow multiple types?
> [3:15pm] hbraun: i.e. string or expression
> [3:15pm] bstansberry: yes, X or expression
> [3:15pm] bstansberry: where X is the "type" = X in the metadata
> [3:16pm] hbraun: do we have proper setters for expression values?
> [3:16pm] hbraun: in the DMR lib I mean?
> [3:16pm] hbraun: or how does it currently work
> [3:16pm] hbraun: ?
> [3:16pm] bstansberry: ModeNode.setExpression(String s)
> [3:16pm] hbraun: i.e. how do you create an add operation that contains an expression?
> [3:16pm] hbraun: ah, guess we didn't port that to the GWT lib yet

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list