Re: Problem with tomahawk sample executing from websphere Need Help

2008-04-25 Thread [EMAIL PROTECTED]
Nutulapati, Krishna schrieb: Hello All, . I executed one of the tomahawk sample from tomcat which is working fine, but getting following error in the console.with websphere,and seeing just a blank screen from browser. 4/24/08 17:35:59:135 CDT] 001e MyfacesConfig E

Re: Problem with tomahawk sample executing from websphere Need Help

2008-04-25 Thread Gerald Müllan
Hi, see also: http://wiki.apache.org/myfaces/Websphere_Installation From my experience it is not that easy to remove the RI, but wish you good luck. Apart from this, please ask such kind of questions on the user list, this list is for developer discussions only. cheers, Gerald --

Re: Problem with tomahawk sample executing from websphere Need Help

2008-04-25 Thread [EMAIL PROTECTED]
Gerald Müllan schrieb: Hi, see also: http://wiki.apache.org/myfaces/Websphere_Installation From my experience it is not that easy to remove the RI, but wish you good luck. Apart from this, please ask such kind of questions on the user list, this list is for developer discussions only.

Re: Problem with tomahawk sample executing from websphere Need Help

2008-04-25 Thread Gerald Müllan
Hmm..I'm quite surprised that the approach documented for Websphere6.1 works (just using parent last order). Well, that`s the point. I think it didn`t work for me. I had to invest some time in order to get it to work another way - quite a hack. But i left the wiki like this, others told that

RE: new name for sev-en

2008-04-25 Thread Jesse Alexander (KSFH 336)
we are getting side-tracked... let's find a name within this thread! :) validation ? - myfaces-commons-validation myfaces-commons-validation-annotations (was -validation) myfaces-commons-validation-jsr303(was bean-validation) kind regards

Re: [Tobago] Merging maven-apt-plugin with Codehaus'

2008-04-25 Thread Mark Hobson
Hi Bernd, I've just released apt-maven-plugin 1.0-alpha-2: http://repo1.maven.org/maven2/org/codehaus/mojo/apt-maven-plugin/1.0-alpha-2/ The documentation has been brought up-to-date: http://mojo.codehaus.org/apt-maven-plugin/ Feel free to move any apt-related issues from Tobago's JIRA to

Re: [Tobago] Merging maven-apt-plugin with Codehaus'

2008-04-25 Thread Mark Hobson
P.S. I meant to say that the only major change since 1.0-alpha-2-SNAPSHOT is that I've renamed the goals to align with apt itself: * apt:execute - apt:process * apt:test-execute - apt:test-process Cheers, Mark On 25/04/2008, Mark Hobson [EMAIL PROTECTED] wrote: Hi Bernd, I've just released

Re: [Commons] Library Dependencies

2008-04-25 Thread Manfred Geiler
+1 for removing any (transient) dependency to commons-logging And for logging that myfaces-commons-util classes wanna do themselves I strongly suggest SLF4J! --Manfred On Thu, Apr 24, 2008 at 8:16 PM, Scott O'Bryan [EMAIL PROTECTED] wrote: Hey guys, At the risk of getting hit with tomatoes

[jira] Commented: (MYFACES-1691) beforeUnload event handler breaks form submission

2008-04-25 Thread Michael . Mesiti
Here is an interim solution using javascript. As written, it requires the prototype framework (http://www.prototypejs.org/), but can be re-written to work without it. // // submitting/leaving this screen (beforeUnload event) // function

[jira] Created: (TOBAGO-654) Alignment for tc:cell

2008-04-25 Thread Helmut Swaczinna (JIRA)
Alignment for tc:cell - Key: TOBAGO-654 URL: https://issues.apache.org/jira/browse/TOBAGO-654 Project: MyFaces Tobago Issue Type: Improvement Components: Core Affects Versions: 1.0.17 Environment:

[jira] Updated: (TOBAGO-654) Alignment for tc:cell

2008-04-25 Thread Helmut Swaczinna (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Helmut Swaczinna updated TOBAGO-654: Status: Patch Available (was: Open) Alignment for tc:cell -

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Matt Cooper
Hey Andrew, How about just using the CSS3 rounded corner styles already available in Firefox and Safari? Of course we'd fall back into square corners in IE. -Matt On Thu, Apr 24, 2008 at 6:13 PM, Andrew Robinson [EMAIL PROTECTED] wrote: Looking at the many of the renderers for Trinidad

Re: [Commons] Library Dependencies

2008-04-25 Thread Andrew Robinson
I tried SLF4J for a project and found it better than commons as well. The pain is that maven has a lot of dependencies with commons logging and it is a little hard to remove. Apparently 1.1.1 is supposed to have a better pom file. On Fri, Apr 25, 2008 at 8:04 AM, Manfred Geiler [EMAIL PROTECTED]

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Andrew Robinson
So use @agent with the new version support in the skin? FF3, IE8 - rounded - FF2, IE7 squared (I can't speak to Opera and Safari since I have never used them)? Would take a long time for people to used these browsers, but it would dramatically increase performance (much less HTML bulk). I am not

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Scott O'Bryan
I like Matt's idea personally. Scott Andrew Robinson wrote: So use @agent with the new version support in the skin? FF3, IE8 - rounded - FF2, IE7 squared (I can't speak to Opera and Safari since I have never used them)? Would take a long time for people to used these browsers, but it would

TRINIDAD-359

2008-04-25 Thread Gerhard Petracek
hello, what's about the suggested approach - is there a special reason for not using it? regards, gerhard -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Andrew Robinson
The problem is that approx 50% of firefox users use 1.5 and the other 50% use 2, about 0% use FF3. No one is on IE 3 yet. (not counting developers) -Andrew On Fri, Apr 25, 2008 at 11:04 AM, Scott O'Bryan [EMAIL PROTECTED] wrote: I like Matt's idea personally. Scott Andrew Robinson

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Andrew Robinson
IE 8 not 3. Was still thinking FF3. On Fri, Apr 25, 2008 at 11:26 AM, Andrew Robinson [EMAIL PROTECTED] wrote: The problem is that approx 50% of firefox users use 1.5 and the other 50% use 2, about 0% use FF3. No one is on IE 3 yet. (not counting developers) -Andrew On Fri, Apr 25,

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Scott O'Bryan
So.. 3 isn't even released yet. Soon it will be 50% on 2 and 50% on 3.. I'm of the opinion that the people who really care about eye candy will have a more up to date browser. And besides, this is a technical demo, there are developers and PM's who will be looking at it. Scott Andrew

[jira] Commented: (TOMAHAWK-922) JSF-1.2: JspTilesViewHandlerImpl

2008-04-25 Thread Darshan Jawalebhoi (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12592445#action_12592445 ] Darshan Jawalebhoi commented on TOMAHAWK-922: - I too was getting a blank page

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Andrew Robinson
This has nothing to do with the demo. I am asking about the new myfaces skin which users will be able to create their applications using it. -Andrew On Fri, Apr 25, 2008 at 11:35 AM, Scott O'Bryan [EMAIL PROTECTED] wrote: So.. 3 isn't even released yet. Soon it will be 50% on 2 and 50% on 3..

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Andrew Robinson
Actually FF3 doesn't support it Go to this in FF3: http://www.w3.org/Style/Examples/007/roundshadow2.html No borders :( -Andrew On Fri, Apr 25, 2008 at 11:31 AM, Andrew Robinson [EMAIL PROTECTED] wrote: IE 8 not 3. Was still thinking FF3. On Fri, Apr 25, 2008 at 11:26 AM, Andrew Robinson

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Glauco P. Gomes
These new browsers (with CSS3) support shadows? Glauco P. Gomes Andrew Robinson escreveu: This has nothing to do with the demo. I am asking about the new myfaces skin which users will be able to create their applications using it. -Andrew On Fri, Apr 25, 2008 at 11:35 AM, Scott O'Bryan

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Andrew Robinson
Well, they support multiple background images for an HTML element, so that you can do rounded corners manually with shadows but not have to add extra HTML elements to make it possible. -Andrew On Fri, Apr 25, 2008 at 1:14 PM, Glauco P. Gomes [EMAIL PROTECTED] wrote: These new browsers (with

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Matt Cooper
I was referring to -foo-border-radius, etc. as seen here: http://www.css3.info/preview/rounded-border/ That website is using only the proposed CSS3 syntax. As far as shadows, I believe only Safari currently supports it: http://www.css3.info/preview/box-shadow/ Regards, Matt On Fri, Apr 25,

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Andrew Robinson
While that produces a plain rounded border, it would not allow us to use graphic borders with gradients and such. In this case to mirror what Adonis has done for the MyFaces site. Not to mention it looks ugly on Linux FF2 at least (really choppy line). On Fri, Apr 25, 2008 at 4:05 PM, Matt Cooper

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Glauco P. Gomes
+1 to skining selectors. It's more flexible, and if the user/developer/designer prefer CSS3, he/she can use without problems. Glauco P. Gomes Andrew Robinson escreveu: While that produces a plain rounded border, it would not allow us to use graphic borders with gradients and such. In

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Matt Cooper
+1 to the extra DOM and corresponding selectors; it is the most flexible On Fri, Apr 25, 2008 at 4:35 PM, Glauco P. Gomes [EMAIL PROTECTED] wrote: +1 to skining selectors. It's more flexible, and if the user/developer/designer prefer CSS3, he/she can use without problems. Glauco P.

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Andrew Robinson
What about a utility method that could be used for many renderers. It could leverage IE=7, FF, opera and safari's ability to stretch via CSS. function: encodeRounded(baseSelector : string, radius : int) : void if skin supports rounded corners (increase perf): if supports CSS

Result (Was Re: [VOTE] Add MyfacesBuilderPlugin to buildtools branch and use it on myfaces 1.1)

2008-04-25 Thread Leonardo Uribe
Hi Thanks to all people who voted. We got 7 +1 Grant Smith Bruno Aranda Sochor Zdeněk Werner Punz Gerald Müllan Simon Kitching Leonardo Uribe and one +0 Mario Ivankovits So MyfacesBuilderPlugin will be moved to trunk:

Re: [Trinidad] Skinning and rounded corners

2008-04-25 Thread Glauco P. Gomes
+1 for tableless. Glauco P. Gomes Andrew Robinson escreveu: What about a utility method that could be used for many renderers. It could leverage IE=7, FF, opera and safari's ability to stretch via CSS. function: encodeRounded(baseSelector : string, radius : int) : void if skin

Re: Result (Was Re: [VOTE] Add MyfacesBuilderPlugin to buildtools branch and use it on myfaces 1.1)

2008-04-25 Thread Andrew Robinson
Forgot to ask, this uses annotations for JSF = 1.2 right? Also one more question, would Jsf* be better than JSF* for the names (ie JsfProperty vs JSFProperty)? Using all uppercase for an acronym in a java name is not conventional. Uppercase is usually reserved for starting a new, unabbreviated

Re: Result (Was Re: [VOTE] Add MyfacesBuilderPlugin to buildtools branch and use it on myfaces 1.1)

2008-04-25 Thread Leonardo Uribe
2008/4/25 Andrew Robinson [EMAIL PROTECTED]: Forgot to ask, this uses annotations for JSF = 1.2 right? Also one more question, would Jsf* be better than JSF* for the names (ie JsfProperty vs JSFProperty)? Using all uppercase for an acronym in a java name is not conventional. Uppercase is