RE: Exadel with Trinidad?

2007-09-27 Thread mike . sauer
There was nothing in particular. I was trying to see what my options were regarding using various component libraries. I like what I see in Trinidad and I especially like what I see in the upcoming Rich Client Components donated from Oracle. But not knowing when those will be available I

RE: Exadel with Trinidad?

2007-09-26 Thread mike . sauer
I tried working with Trinidad and Ajax4Jsf (and facelets and JSF 1.2 RI) and ran into problems with form refreshes. See topic: [Trinidad] Problems working with Ajax4JSF I tried getting this resolved on the JBoss Ajax4Jsf forum but did not have any luck. Thai Dang Vu [EMAIL PROTECTED] wrote on

Re: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-09-06 Thread mike . sauer
I also had problems integrating ajax4jsf with trinidad in cases where I was doing a partial update within a form. Luka Surija [EMAIL PROTECTED] wrote on 08/30/2007 08:06:32 AM: Last time I've tried to use a4j with trinidad there was problem with tr:inputText and number validators and

[Trinidad]PPR and future alignment with JSF 2.0

2007-09-06 Thread mike . sauer
I have read where Ajax4jsf is dedicated to being aligned with the ajax implementation specified in JSF 2.0. I would assume that Dynafaces from SUN is similar. What about Trinidad's PPR mechanism? I had also read that ICEFaces approach was very different which could be problematic. I am

Re: [AJAX] choosing an AJAX solution...

2007-08-06 Thread mike . sauer
I had problems doing certain types of page refreshes using Trinidad and Ajax4JSF. See the mail list topic: [Trinidad] Problems working with Ajax4JSF Andrew Robinson [EMAIL PROTECTED] wrote on 08/03/2007 12:25:26 PM: I've started a project on the side using JSF and am trying to decide on an

[Trinidad] ADF Rich Faces status

2007-07-11 Thread mike . sauer
Are there any updates as to when the Oracle ADF Rich Faces components will be donated and available through Myfaces/Trinidad?

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-10 Thread mike . sauer
During the RenderResponsePhase.execute the AjaxViewHandler renderView method calls the Trinidad ViewHandlerImpl renderView method via the _handler property. ViewHandlerImpl then calls the CoreRenderingKit encodeBegin method which creates the CoreRenderingContext. The handler structure that I

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-10 Thread mike . sauer
My first reaction to this was... since the form was already rendered and we are just updating a part of the page, this should not be a problem. But my guess is that in my case where I am taking a form element from disabled to enabled that the necessary javascript would not have been initially

[Trinidad] Problems working with Ajax4JSF

2007-07-09 Thread mike . sauer
I am trying to use Ajax4Jsf with Trinidad, Facelets, and JSF 1.2. (I am considering using the RichRaces components as well) In my demo I have a required text field, a check box and a set of fields that are enabled if the checkbox is selected. I am trying to use ajax on the checkbox and only

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-09 Thread mike . sauer
Yes, I did. I followed all of the non-seam directions (since I am not using seam). [EMAIL PROTECTED] wrote on 07/09/2007 11:57:46 AM: have u checked this page http://wiki.apache.org/myfaces/TrinidadSeamAjax4Jsf On 7/9/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am trying to use

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-09 Thread mike . sauer
I assume then that this should be considered a problem with Ajax4JSF and not something to be addressed in Trinidad? Adam Winer [EMAIL PROTECTED] wrote on 07/09/2007 12:44:50 PM: Hrm, true, but somehow there definitely is a RenderingContext; the issue is that the FormData did not get

Re: [Announce] Release of Apache MyFaces Trinidad 1.0.1

2007-06-26 Thread mike . sauer
Will there then be a 1.2.1 release soon? [EMAIL PROTECTED] wrote on 06/23/2007 11:27:49 AM: The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.0.1. Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library. Trinidad Core

Re: [Trinidad] Causing Too many open files error?

2007-06-22 Thread mike . sauer
Will this fix also have been applied to the 1.2 branch? Adam Winer [EMAIL PROTECTED] wrote on 06/21/2007 05:28:32 PM: On 6/21/07, Simon Lessard [EMAIL PROTECTED] wrote: Hmmm, I assume this is used mainly to detect skin files' version? It's used in a bunch of places to detect

Re: [Trinidad]Dialogs not modal in firefox

2007-06-20 Thread mike . sauer
No, I did not create a JIRA ticket. Scott O'Bryan [EMAIL PROTECTED] wrote on 06/19/2007 03:13:59 PM: Hey Mike, do you have a JIRA ticket for this? If you do I can try to see about submitting a patch. I'll begin working on this. [EMAIL PROTECTED] wrote: It appears that with firefox

[Trinidad]Dialogs not modal in firefox

2007-06-19 Thread mike . sauer
It appears that dialogs work differently in IE and Firefox. In IE they are modal. In Firefox they are not. Is there something I am missing? (I am using the JSF 1.2 branch)

Re: [Trinidad]Dialogs not modal in firefox

2007-06-19 Thread mike . sauer
It appears that with firefox the modal setting (if that is what Trinidad is using) requires special privileges to take effect. http://developer.mozilla.org/en/docs/DOM:window.open#Features_requiring_privileges Adam Winer [EMAIL PROTECTED] 06/19/2007 11:54 AM Please respond to MyFaces