Re: How to PPR-enable a facelet component?

2008-05-24 Thread Stephen Friedrich
I really don't meant my statement to be personal at all. It was more a general comment on Trinidad. I apologize if it sounded differently. I hesitate a lot to bring A4J into my app, because my experience is that each new technology in the stack is good for a couple of days of configuration and

Re: [trinidad] selectOneChoice valueChangeListener and valueChangeNotifier

2008-05-24 Thread Ido Tamir
I could solve this myself by adding an onsubmit to the enclosing form and some Out and In SEAM magic. ido -- View this message in context: http://www.nabble.com/-trinidad--selectOneChoice-valueChangeListener-and-valueChangeNotifier-tp17428153p17447349.html Sent from the MyFaces - Users mailing

Re: How to PPR-enable a facelet component?

2008-05-24 Thread Scott O'Bryan
Yeah, and like I say, maybe one of the simpler trinidad panels will do what you need. On May 24, 2008, at 1:44 AM, Stephen Friedrich [EMAIL PROTECTED] wrote: I really don't meant my statement to be personal at all. It was more a general comment on Trinidad. I apologize if it sounded

[Myaces][Tomahawk] File Upload

2008-05-24 Thread Guy Bashan
Hi All, I have been fighting with file upload with progress in a JSF form for over a week with no luck. To do the upload I am using my own filter, that process the upload and puts in the session the progress information. It seems like my filter is called only after Tomahawk extensions filter

Re: [Myaces][Tomahawk] File Upload

2008-05-24 Thread Scott O'Bryan
Why not put your code IN the tomogawk filter? On May 24, 2008, at 11:45 AM, Guy Bashan [EMAIL PROTECTED] wrote: Hi All, I have been fighting with file upload with progress in a JSF form for over a week with no luck. To do the upload I am using my own filter, that process the upload

RE: [Myaces][Tomahawk] File Upload

2008-05-24 Thread Guy Bashan
Thanks, I just did that, and for some reason that I can understand, I keep getting the same behavior: First file is uploaded, only after file completed uploading all progress events are being triggered at once (I see a long progress list in the log file exactly after upload is finished, instead