2011/4/10 Jason Pyeron :
> Is there a reason that the @Result and @Results annotations are not allowed in
> the package-info.java? Would a patch be welcome to fix this?
No idea why, but patches are always welcome :-) Not always would be applied ;-)
Kind regards
--
Ćukasz
+ 48 606 323 122 http:/
Below are some performance tests results. It looks like 2.2.3 is 2 seconds
slower and uses 1 MB more of memory than 2.1.8.
---
Intel Core
Looking at:
public static Map ensureParamsAreStringArrays(Map params) {
Map result = null;
if (params != null) {
result = new LinkedHashMap(params.size());
Iterator> it =
params.entrySet().iterator();
while (it.hasNext()) {
M
> -Original Message-
> From: Jason Pyeron
> Sent: Thursday, April 14, 2011 21:29
> To: 'Struts Developers List'
> Subject: Fixing NPE in package
> org.apache.struts2.portlet.util.PortletUrlHelper need advise
>
>
> If we don't want the paramter to be removed then
> result.put(entry.ge
Thanks so much for the intimation.I am unable to use attachment as I am on
Linux and file sent is a .com file.Kindly let me know in case you are still
facing the issue.Please do advise me if I need to take any further steps.
Regards,
Thulasiram G.
--- On Mon, 7/3/11, ekb...@apache.org wrote: