[ 
https://issues.apache.org/struts/browse/WW-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40714
 ] 

Felipe Rodrigues commented on WW-1864:
--------------------------------------

What about the performance? LinkedHashMap is a little slow.

> Ensure to retain the order of parameters
> ----------------------------------------
>
>                 Key: WW-1864
>                 URL: https://issues.apache.org/struts/browse/WW-1864
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Views
>    Affects Versions: 2.0.6
>            Reporter: Oleg Gorobets
>         Attachments: WW-Params.patch
>
>
> Current Component implementation uses HashMap() to store parameters defined 
> by <s:param> tag. Better to change to use LinkedHashMap() to retain the 
> original order. The same goes for portlet connectivity.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to