1. try f:setPropertyActionListener 2. use the managed property feature of the managed bean registration in the faces-config.xml 3. I did'nt know f:param didn't work with the command button, have you tested it?
-Andrew On Fri, Mar 13, 2009 at 5:09 PM, Amaris Nieves <[email protected]>wrote: > I can actually create a request managed bean that will hold the request > parameters. I can use the properties of the managed bean on the page, > but...What should I do to pass those parameters to a session bean? The > f:param tag does not work with Trinidad commandButton's, right? > > >

