This is due to Java limitation in arguments number. You may create your own toMap() method in UtilMisc.Java...
Jacques ----- Original Message ----- From: "Walter Vaughan" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, August 31, 2006 5:03 PM Subject: UtilMisc.toMap wierdness > Help! > > Is there a limit to the number of items that can be used with > UtilMisc.toMap? When we give it more than 7 pairs it fails to compile. > We can mix and match what pairs we give and it works, it just won't work with > more than 7 pairs. > > Thanks > > -- > Walter >
