I agree with that as well. It's worth it. I just wanted everyone to be aware of the time needed.
BTW, this is the off topic part, but has anyone looked at Flex. I saw a presentation on it the other night sponsored by the New York City JUG at Google's NY Office. I have to say I was pretty impressed. The whole UI part, is xml based, which is no different than JSF or the like. You can argue the whole Flash part, but it has it's advantages over AJAX in speed, being that it's a thick client ui. The real selling point for me, was their Flex Data Service module on the server. It's basically a messaging system that can be used to talk to other messaging systems or to call web services. But, the biggest sell was that it can be used as a push technology for your clients. That was really powerful. Java EE could really use something like that. No more AJAX polling for dynamic page updates. I recommend people just take a look at it. It's only beta right now, but next year, it could be a viable alternative for web app development... Frank Russo Senior Developer FX Alliance, LLC -----Original Message----- From: Jeff Bischoff [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 4:26 PM To: MyFaces Discussion Subject: Re: commandButton in a dataTable > 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. Yeah, I also used Struts before this project. 10 months in, I'm still learning JSF! :) There is a lot to learn... but on the other hand, there is enough to keep me from having any desire to go back to using Struts. ;) Regards, Jeff Bischoff Kenneth L Kurz & Associates, Inc. Frank Russo wrote: > 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/ExecutingMethodsFromLinkButtonParameter > s > > 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 >> > > > > > > > >

