Re: PageFlowScope and framesets bug?

2006-06-20 Thread Cosma Colanicchia
Mmm... when I use the source attribute of frame tag, it automatically prefix the link with the current webapp context. Example source=/faces/page.jspx - /webapp/faces/page.jspx. getActionUrl again does this, but only if using a mapping like /faces/ (by JSF spec 1.1). So using afh:frame

build pom problem

2006-06-20 Thread Jeanne Waldman
Hi there, Does anyone know what's up with this error? Project ID: org.apache.myfaces.core:myfaces-api Reason: Error getting POM for 'org.apache.myfaces.core:myfaces-api' from the rep ository: Error transferring file org.apache.myfaces.core:myfaces-api:pom:1.1.2 from the specified remote

Re: [Proposal] skinning platform, agent, and language features

2006-06-20 Thread Catalin Kormos
I don't want to say that css2 syntax would help, just trying to figure out if it can be possible to provide the same feature using css2 syntax. Parsing and generating a new css file for the browser must be done in this case also, and merging child skin's css file with parent skin's css file. 3rd

Re: [Proposal] skinning platform, agent, and language features

2006-06-20 Thread Jeanne Waldman
So are you saying the benefit of css2-syntax instead of css-3 syntax is that we can use a 3rd party parser, and that is it? The namespace is in css-3 syntax, but really that is it, right? As far as the 'states', it is possible for a component to be in more than one state at a time. Currently,

Re: Question concerning skinning and concerning renderer engine

2006-06-20 Thread Jeanne Waldman
Hello, I'm the one that answered your OTN question. I didn't realize you were spending days and weeks of research on this! I'm sorry about that. I was told you found a different component. I'd say it is impossible to do what you want to do unless you add these image 'hooks' in

Re: build pom problem

2006-06-20 Thread Matthias Wessendorf
Matt- I saw, that I committed yesterday - when introducing Shale-test - the legacy dependency to jsf-mock. So adf-faces/pom.xml contains them twice. Just fixed it. But I think this is not the reason. Please keep me updated, what the *clean* of your local m2 repo did. -Matt On 6/20/06, Matt

Re: build pom problem

2006-06-20 Thread Matthias Wessendorf
Ok ladies and gents, I killed my complete maven2 local repo. did a mvn install in plugins did a mvn install in adf-faces and myfaces-api-1.1.2.jar (and pom) is downloaded in the desired folder $HOME/.m2/repository/org/apache/myfaces/core/myfaces-api/1.1.2/ What m2 version do you use? (just

Re: build pom problem

2006-06-20 Thread Jeanne Waldman
tried again after update of trinidad code, and deleted repository. Perhaps Matt and my settings.xml file is different than yours? Matthias Wessendorf wrote: yes, also 20 minutes ago (or so) I removed one of the deps. (was listed twice). can you give it again a try? -Matthias On 6/20/06,

[Announcement] Continuum for Trinidad

2006-06-20 Thread Matthias Wessendorf
Hey devs, as you just noticed, we brought the Trinidad to the Apache MyFaces Continuum Zone. The JARs are now deployed to the asf maven snapshot repo ([1]). Have fun, Matthias [1] http://people.apache.org/maven-snapshot-repository/ -- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten blog:

Re: build pom problem

2006-06-20 Thread Jeanne Waldman
It was the settings.xml file. Now that I have Matthias's, it works. Mine was missing a central-mirror repository. Thanks, Jeanne Matthias Wessendorf wrote: Well, I have that one from bali. will mail you offline. -Matthias On 6/20/06, Jeanne Waldman [EMAIL PROTECTED] wrote: tried again