RE: Custom Skins for Different Form Factors

2006-08-27 Thread Anthony Yulo
Can you point to me some reading articles and resources on how to properly start developing skins in ADF? Maybe an advance article on this one as I have already made some simple skins. I already started making a custom skin with the skinning article on OTN, however its not complete. I need the

RE: Custom Skins for Different Form Factors

2006-08-27 Thread Anthony Yulo
Hi. I tried to get the source of ADF Faces/Trinidad on SVN integrated in JDeveloper. I got the url from the homepage of Faces: http://svn.apache.org/viewvc/incubator/adffaces/ When I tested the connection, the message was: svn:PROPFIND request failed... ...302 Moved Temporarily... ... Is

Ajax RenderKit Question.

2006-09-01 Thread Anthony Yulo
Is the Ajax Render kit built in also on the licensed version of ADF Faces?*The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review,retransmission,dissemination or other use of, or

RE: Ajax RenderKit Question.

2006-09-03 Thread Anthony Yulo
, ~ Simon On 9/1/06, Anthony Yulo [EMAIL PROTECTED] wrote: Is the Ajax Render kit built in also on the licensed version of ADF Faces?*The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged

Complete Skin Selectors listing

2006-09-04 Thread Anthony Yulo
Hi! What again is the xml file to look for the complete CSS selectors? *The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review,retransmission,dissemination or other use of, or

RE: Complete Skin Selectors listing

2006-09-05 Thread Anthony Yulo
. -Original Message- From: Simon Lessard [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 8:58 PM To: adffaces-dev@incubator.apache.org Subject: Re: Complete Skin Selectors listing Hello Anthony, /trinidad/src/site/xdoc/skin-selectors.xml Regards, ~ Simon On 9/5/06, Anthony Yulo [EMAIL

RE: Complete Skin Selectors listing

2006-09-05 Thread Anthony Yulo
. Regards, ~ Simon On 9/5/06, Anthony Yulo [EMAIL PROTECTED] wrote: Thanks again. Right now I am using the ADF Faces version the came with JDeveloper 10.1.3.1. What I am using now is not the Trinidad version. So, is the selectors listing on /trinidad/src/site/xdoc/skin-selectors.xml, should

DWR and ADF Faces

2006-10-05 Thread Anthony Yulo
Has anyone tried to integrate DWR with ADF Faces? *The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review,retransmission,dissemination or other use of, or taking of any action

RE: DWR and ADF Faces

2006-10-05 Thread Anthony Yulo
Subject: Re: DWR and ADF Faces I did not try it, but I don't see any reason why it would not work though, as long as you don't need a FacesContext instance in your DWR method. If you do, it might get hellish. Regards, ~ Simon On 10/5/06, Anthony Yulo [EMAIL PROTECTED] wrote: Has anyone tried

RE: DWR and ADF Faces

2006-10-05 Thread Anthony Yulo
and ADF Faces AdfFacesContext (or RequestContext in trinidad) .getCurr...() will also return null, unless you put the filter in front of the DWR servlet, I guess... On 10/5/06, Anthony Yulo [EMAIL PROTECTED] wrote: Well I know the launchDialog function gets called so I know that the DWR is working

RE: DWR and ADF Faces

2006-10-05 Thread Anthony Yulo
say that. We just haven't used it. But you see from our mails that there maybe some issues... On the other hand, I read a success message about JSF and DWR on the myfaces list in the past... On 10/5/06, Anthony Yulo [EMAIL PROTECTED] wrote: Im planning to do this on a production environment

ADF Faces/Trinidad Shale?

2006-10-20 Thread Anthony Yulo
Anyone has tried to incorporate Shale into existing Trinidad Apps? I initially tried this, I added a the necessary entries on the web.xml. When I run the application it displays an error saying: 500 Internal Server Error Illegal StateException:No AdfRenderingContext //StackTrace

RE: ADF Faces/Trinidad Shale?

2006-10-20 Thread Anthony Yulo
be installed, but not the ADF Faces one maybe? On 10/20/06, Anthony Yulo [EMAIL PROTECTED] wrote: Anyone has tried to incorporate Shale into existing Trinidad Apps? I initially tried this, I added a the necessary entries on the web.xml. When I run the application it displays an error saying

RE: ADF Faces/Trinidad Shale?

2006-10-20 Thread Anthony Yulo
, Anthony Yulo [EMAIL PROTECTED] wrote: Shale uses the standard JSF Servlet: How do I this? servlet servlet-namefaces/servlet-name servlet-classjavax.faces.webapp.FacesServlet/servlet-class /servlet servlet-mapping servlet-namefaces/servlet-name url-pattern

RE: ADF Faces/Trinidad Shale?

2006-10-23 Thread Anthony Yulo
/servlet-name /filter-mapping /web-app On 10/20/06, Simon Lessard [EMAIL PROTECTED] wrote: Ok... That's not a really clean web.xml. Let me clean it up fast and see if the new version works. On 10/20/06, Anthony Yulo [EMAIL PROTECTED] wrote: This is the complete web.xml: ?xml version

RE: ADF Faces/Trinidad Shale?

2006-10-23 Thread Anthony Yulo
filter-nameshale/filter-name servlet-nameFaces Servlet/servlet-name /filter-mapping /web-app On 10/20/06, Simon Lessard [EMAIL PROTECTED] wrote: Ok... That's not a really clean web.xml. Let me clean it up fast and see if the new version works. On 10/20/06, Anthony Yulo

RE: JavaScript and Dialog Framework

2006-10-26 Thread Anthony Yulo
and implement it as a DialogSource. Do you have any suggestion on where can I start doing this? What are the steps needed? -Original Message- From: Anthony Yulo Sent: Thursday, October 05, 2006 11:08 PM To: 'adffaces-dev@incubator.apache.org' Subject: RE: DWR and ADF Faces Yes, I know, if only

RE: JavaScript and Dialog Framework

2006-10-26 Thread Anthony Yulo
By the way I used Dojo, Mabon and Weblets to call bean method from a javascript method. -Original Message- From: Anthony Yulo Sent: Thursday, October 26, 2006 4:11 PM To: 'adffaces-dev@incubator.apache.org' Subject: RE: JavaScript and Dialog Framework Hi I have successfully launched

Javascript function called only once

2006-11-05 Thread Anthony Yulo
I am implementing a custom button component with Dojo and Mabon. When clicked, it calls a javascript which in turns calls a managed bean method. The problem is the dojo/javascript function that calls the managed bean is called only on the first click of the button. Subsequent clicks do not call

ADF Dialog Framework and ValidateModelUpdates phase

2007-06-19 Thread Anthony Yulo
Hi! I've noticed that when I launch a popup using the ADF Dialog framework, it seems that the validateModelUpdates phase of the JSF Lifecycle doesn't get called when it returns to the main page. I am using the ADF BC4J framework. When I return from the dialog, I updated my Model data on the