uPortal IRC Logs-2013-03-29

[17:05:25 CDT(-0500)] <cwaymire> has anyone created a portlet:actionUrl and provided multiple portlet:param objects?

[17:07:23 CDT(-0500)] <cwaymire> think i may have found another bug

[17:08:58 CDT(-0500)] <jwennmacher> See calendarNarrowView.jsp

[17:10:13 CDT(-0500)] <cwaymire> I see some render urls'

[17:11:07 CDT(-0500)] <cwaymire> i'm using an action url that i'm passing multiple portlet:param's to and when I look at the resulting query that comes in the second param has the & decoded as &amp;

[17:11:10 CDT(-0500)] <cwaymire> in the url string

[17:11:22 CDT(-0500)] <cwaymire> so its basically coming across as one long url parameter

[17:11:51 CDT(-0500)] <cwaymire> http://localhost:8080/uPortal/f/u17l1s4/p/attachments.u17l1n7/normal/action.uP?pP_source=filesystem&amp;amp;pP_action=attach

[17:12:00 CDT(-0500)] <cwaymire> you can see at the end of the url

[17:17:47 CDT(-0500)] <jwennmacher> The file I mentioned has 2 actionURLs with multiple parameters. set escapeXml=false and I think that might solve your issue

[17:18:27 CDT(-0500)] <cwaymire> yeah i just noticed tht