[
https://issues.apache.org/struts/browse/WW-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40719
]
Oleg Gorobets commented on WW-1864:
-----------------------------------
The main use is that URLs will always be the same, that's make sense especially
for search engine optimization. Concerning the performance I consider it's not
an issue as we usual will have not more than 2-3 parameters, and performance
gain of HashMap() won't be that significant.
> 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.