users@javaserverfaces.java.net

Re: commas in f:param values

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Mon, 30 Jun 2008 09:04:17 -0700

This is fixed in 1.2_09 beta1.

Mikael Andersson wrote:
> Just tried this with 1.2_07-b03-FCS and had the same result.
>
>
> 2008/6/30 Roger Keays <roger.keays_at_ninthavenue.com.au
> <mailto:roger.keays_at_ninthavenue.com.au>>:
>
> on 1.2.0_04p2
>
> <h:commandLink>
> <f:param name="foo" value="1,2,3"/>
> </h:commandLink>
>
> is rendered as
>
> <a href="#" onclick="if(typeof jsfcljs ==
> 'function'){jsfcljs(document.forms['j_id56'],'j_id56:j_id57,j_id56:j_id57,foo,1,2,3','');}return
> false">link</a>
>
> and gets submitted as
>
> foo=1
> 2=3
>
> feature? bug? fixed in more recent version?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> users-unsubscribe_at_javaserverfaces.dev.java.net
> <mailto:users-unsubscribe_at_javaserverfaces.dev.java.net>
> For additional commands, e-mail:
> users-help_at_javaserverfaces.dev.java.net
> <mailto:users-help_at_javaserverfaces.dev.java.net>
>
>