We have Michael Privat schedule to give a presentation on Apache Wicket, a web framework with a novel approach. You can read more about Apache Wicket at ...
This is a little experiment. I consider myself "Chronometricly Challenged" - I have an absolutely abysmal sense of time and date. Fortunately, I have managed...
Tim Holloway
timh@...
Feb 2, 2008 3:31 pm
2444
Has anyone out there been using RichFaces with Facelets? I've been kitting out my showcase app with RichFaces. Both a4j commandLink and commandButton are...
Tim Holloway
timh@...
Feb 5, 2008 1:57 am
2445
... Yes Joe Sam Shirah has been working with them. He gave a presentation last month on it ;) Myself, not yet, maybe in time. -- William L. Thomson Jr. ...
Hi Tim, As William noted, I've been using RichFaces for a while. As a note to anyone interested, I'll have an intro article at developerWorks sometime between...
William Louth did come out to Lynch's last week. We had a pretty good conversation about Java optimization. He was also interested in optimization areas in...
Thanks, Joe Sam. I have limited myself to Maven-available releases in order to keep the project maintainable. Unfortunately, the Maven archives for RichFaces ...
Tim Holloway
timh@...
Feb 5, 2008 11:57 am
2449
Alas, I live in an area that's separated from the rest of Duval County by a warp in the space/time continuum that makes Jax Beach only slightly closer than...
Tim Holloway
timh@...
Feb 5, 2008 12:05 pm
2450
Update: Apparently someone fixed the Maven archives. I'm now pulling org.richfaces.ui/richfaces-ui/3.1.4.CR2 successfully. All the 3.0 stuff is out of there. I...
Tim Holloway
timh@...
Feb 5, 2008 1:35 pm
2451
... Were people supposed to show? I don't recall any info on it. My bad, more than likely I would have been there had I known :) -- William L. Thomson Jr. ...
Hi William, I wouldn't say anyone was *supposed* to show, just an opportunity if interested. I sent the mail below out on the 24th: ... From: "Joe Sam Shirah"...
Joe, ... Hmm, I think I recall reading it, not sure why it didn't register. Seems to be under a related topic and thread. My bad, would have been there if I...
Hi Tim, I've seen that kind of problem with Maven before. Since I started working with RichFaces in early September, it's gone from 3.1.0 to 3.1.4. 3.2 is...
... OK. I plugged this stuff in about a week ago and apparently they were in the middle of updates. The GA is now avalable via Maven. They're a little...
Tim Holloway
timh@...
Feb 5, 2008 5:04 pm
2456
Hi Tim, OK, I've got you on the commandLink. Actually, I use them myself for server handled downloads from query selections. So, it sounds like you want to...
Tim, if you think you're frustrated, a guy just sent mail to the Facelets list complaining that the "xhtml isn't interpreted as a JSP page." I think he kinda...
... Well, the point here was more that while it's true that someone might want to simply shuffle around data on the screen in a datatable to get different...
Tim Holloway
timh@...
Feb 5, 2008 7:59 pm
2459
Hi Tim, OK, looks like I haven't been communicating very well. Also that I made some unwarranted assumptions. So let's go back some levels. RichFaces was...
Sorry folks, I need to make a correction: Even Suggestion Box, as I pointed out at the last meeting, is not automatically AJAX-ified. What I meant to mention...
Whoops. We're definitely not connecting face-on. I already have been working with the OrderingList and I got my cues from the LiveDemo, tempered by what went...
Tim Holloway
timh@...
Feb 6, 2008 12:22 pm
2462
At last. reRender begins to love me. I was too clever for my own good - I cached the table DataModel and forgot to update it when I updated the backing store....
Tim Holloway
timh@...
Feb 6, 2008 1:26 pm
2463
btw, Meridian Technologies offered a conference room if we're in need of meeting space again. 7800 Belfort Pkwy Jacksonville, FL 32256 --Kurt...
... If we are in need, and the above doesn't work out. I might be able to get Peak 10 to let us use their meeting room. I will email and inquire. I know they...
The Florida Linux Show is happening on Monday February 11th at UNF's University Center. Looks to be a decent sized event, and most players there have something...
Hi Joe Sam and all, A client that I'm working with is seeing an issue with JSF on Websphere. With a field like "GroupNameText", it prefixes the field with ...
Kurt, One thing that you learn early in JSF is that the "id" attribute is far more important than they tell you. Each item in the JSF tree carries an ID, If...
Tim Holloway
timh@...
Feb 11, 2008 11:45 pm
2469
Hi Kurt, ... being most important. When new fields are inserted or removed, the generated ID's (which usually include sequential numbers,) change during view...
... If you mean you think that MyFaces (can't speak for ADF/Trinidad) doesn't generate id's, that's not true. It does. Here's a fully-qualified ID off one of...