users@javaserverfaces.java.net

commas in f:param values

From: Roger Keays <roger.keays_at_ninthavenue.com.au>
Date: Mon, 30 Jun 2008 16:01:03 +1000

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?