By the way: if you need to access request parameters, I would advice you to place them in
"h:inputHidden" fields, not in "f:param".
Another important thing to know: the name of the request parameter will contain all the
IDs of its "container". So, in your situation, it will be
"formid:test", not "test". If your form is in a table, the parameter
name will be "tableid:rownumber:formid:test" and so on.
Best regards
Wolfgang
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228374#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...