Is it possible to do something like this?

<h:commandButton action="#{bean.method1('text', false)}"/>            

public String method1(int p1, boolean p2)
{
...

Thanks,

Johann
-- 
View this message in context: 
http://www.nabble.com/Passing-parameters-to-an-action-method-tf4261705.html#a12127740
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to