shared_impl vs. shared

2007-12-16 Thread Ole Ersoy
Hi, I've been hacking the org.apache.myfaces.shared_impl.renderkit.html.HtmlFormRendererBase, and even commented out the whole thing, and my forms were still rendering fine...because I was hacking the one in the org.apache.myfaces.shared.renderkit.html.HtmlFormRendererBase, when I should

java.lang.IllegalStateException: No Factories configured for this Application

2007-09-13 Thread Ole Ersoy
Hi, I get a java.lang.IllegalStateException: No Factories configured for this Application when adding a dependency to my webapp. Someone mentioned on the users list that deleting the tomcat work directory might solve it, but this is different. It seems like it's a class loading issue. I'm

Re: java.lang.IllegalStateException: No Factories configured for this Application

2007-09-13 Thread Ole Ersoy
Got it. I changed the scope of the el dependency to provided, and it took care of it. dependency groupIdjavax.servlet.jsp/groupId artifactIdjsp-api/artifactId version2.1/version scopeprovided/scope /dependency Cheers, - Ole Ole Ersoy

[jira] Created: (MYFACES-1724) Getting Started Needs Updating

2007-09-12 Thread Ole Ersoy (JIRA)
Reporter: Ole Ersoy Priority: Trivial Fix For: 1.1.6 The getting started notes: http://myfaces.apache.org/gettingstarted.html say: MyFaces examples. Latest milestone webapp archive (myfaces-X.X.X-examples.zip or myfaces-X.X.X-examples.tgz) is here: http

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
OK - Just sent it. --- Matthias Wessendorf [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: Matthias, I just sent it. First attempt got rejected as Spam, so I just gave it another shot. I rebuilt the dojo button widget example using

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
=true in the web.xml brings your components into the game? That would be awesome. Dojo/Ajax/Web2.0 gurus, what do you think? Manfred On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: Hi, I've created a framework for working with Javascript on the client side that uses

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
Cool - Thanks --- Matthias Wessendorf [EMAIL PROTECTED] wrote: worked (I upload in 1h) thx On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: OK - Just sent it. --- Matthias Wessendorf [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] On 11/24/06, Ole Ersoy [EMAIL PROTECTED

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
Good thinking :-) --- Matthias Wessendorf [EMAIL PROTECTED] wrote: I won't commit it now. First everybody should look at it ;) -M On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: Cool - Thanks --- Matthias Wessendorf [EMAIL PROTECTED] wrote: worked (I upload in 1h

Re: Commons Jsf Utils

2006-11-24 Thread Ole Ersoy
Sounds really useful. Especially for classes like the ones John Fallows and Jonas Jacobi developed in their book to support resource loading, etc. --- Manfred Geiler [EMAIL PROTECTED] wrote: Hi *, Anyone remembering the old idea of having a separate commons jsf utils project? Mission:

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
at it ;) -M On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: Cool - Thanks --- Matthias Wessendorf [EMAIL PROTECTED] wrote: worked (I upload in 1h) thx On 11/24/06, Ole Ersoy [EMAIL PROTECTED] wrote: OK - Just sent it. --- Matthias Wessendorf

Re: JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-24 Thread Ole Ersoy
Yes - Precisely - So compiling client side custom tags into JS components that live in the client JS Container... So the server side component renderer just needs to emit one of these tags, and the rest is handled on the client. --- Matthias Wessendorf [EMAIL PROTECTED] wrote: Woha

JSF Client Side JS Framework Written on Top of Dojo Donation

2006-11-23 Thread Ole Ersoy
Hi, I've created a framework for working with Javascript on the client side that uses components similar to those used in JSF. Initially I was just trying to fix a bug in Dojo, but then I ended up writing a new client side view handler, etc. My original motivation can be found here.

LifecycleBug?

2006-01-24 Thread Ole Ersoy
Hey Everybody, I'm using myfaces 1.1.1. I wrote a PhaseListener and it works fine the PhaseId is set to RESTORE_VIEW, however any other PhaseId does not work. Has anyone else experienced something similar? Thanks, - Ole Here's the code: import java.util.List; import java.util.Map; import

Javascript Component

2006-01-24 Thread Ole Ersoy
Hey Everybody, I took the Stylesheet component and changed a few things so that it works the same for Javascript. Here's the code in case anyone else needs this: /* * Copyright 2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the License); * you may