[ http://issues.apache.org/jira/browse/BEEHIVE-482?page=all ]

Eddie O'Neil updated BEEHIVE-482:
---------------------------------

    Assign To:     (was: Eddie O'Neil)

>  add support for specifying array contents in the methodParameter tag
> ---------------------------------------------------------------------
>
>          Key: BEEHIVE-482
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-482
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Eddie O'Neil
>     Priority: Minor

>
> The NetUI <callMethod> tags use <methodParameter> tags to pass parameters to 
> the method which should be invoked.  Today, the methodParameter tag doesn't 
> support building a new array to pass to the invocation.
> It's possible to pass a String[] directly, but it's not possible to do 
> something like:
>   <methodParameter isArray="true">
>     <element value="one"/>
>     <element value="two"/>
>     <element value="three"/>
>   </methodParameter>
> or
>   <methodParameter value="one,two,three" arrayDelimeter=","/>
> This improvement would just round out the tags to support this sort of 
> scenario.

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

Reply via email to