I tried the updateActionListener, but something was screwing with my css, and plus, I didn't want another dependency in my project, since my war is already about 25MB. I ended up using the f:setPropertyActionListener instead, and it worked the same. Very well I might add.
I have to say for any newbies out there, I've been working with JSF for a couple of months, but I haven't had the time to really learn the ins and outs of the framework. I'm just piecing together and learning things as I need it. My advice is to only start a JSF project if you really have the time to learn it. It very powerful, but the learning curve is pretty high for a web developer with mostly a Struts type background. Just my two cents... Frank Russo Senior Developer FX Alliance, LLC -----Original Message----- From: Jeff Bischoff [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 1:51 PM To: MyFaces Discussion Subject: Re: commandButton in a dataTable Frank, You could try the front page of the wiki. :P See [1] [1] http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters Regards, Jeff Bischoff Kenneth L Kurz & Associates, Inc. Frank Russo wrote: > I know I've seen posts, but I can't figure out what to search for. > > I have a commandButton in a row in a dataTable. When clicked, I need > to go to an edit screen to update the values of the entry in that row. > What's the easiest way to do that? > > Thanks... > > *Frank Russo* > Senior Developer > FX Alliance, LLC >