PageParameters with String array question

2009-03-16 Thread Brad Fritz
While using the keyValuePairs constructor of PageParameters, I ran into some unexpected behavior. Is the following a bug or feature? // specify three comma delimited values for the a parameters PageParameters parameters = new PageParameters(a=1,a=2,a=3); String[] a =

Re: PageParameters with String array question

2009-03-16 Thread Jeremy Thomerson
Please file a JIRA and add your attachments there. Reply back to this post with a link to the JIRA. This prevents things from being lost in a very active mailing list. -- Jeremy Thomerson http://www.wickettraining.com On Mon, Mar 16, 2009 at 10:11 AM, Brad Fritz

Re: PageParameters with String array question

2009-03-16 Thread Brad Fritz
Jeremy and others, On Mon, Mar 16, 2009 at 03:51:18PM -0500, Jeremy Thomerson wrote: Please file a JIRA and add your attachments there. Reply back to this post with a link to the JIRA. This prevents things from being lost in a very active mailing list. Done: