users@javaserverfaces.java.net

Re: commas in f:param values

From: Mikael Andersson <mail.micke_at_gmail.com>
Date: Mon, 30 Jun 2008 10:14:04 +0100

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>:

> 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
> For additional commands, e-mail: users-help_at_javaserverfaces.dev.java.net
>
>