Re: Packaging, public vs. private (was: ADF source drop is available)

2006-01-10 Thread Matthias Wessendorf
Hi, @Matthias, I'd rather not have any wrappers - the plan here is to repackage in line with MyFaces rules. I would, however, strongly like to keep the high-level concept of separating our public APIs - like component classes - from private internal implementation details - like renderers

[jira] Commented: (MYFACES-1010) Extended Data Table: Action Event delivered more than one time

2006-01-10 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1010?page=comments#action_12362312 ] Martin Marinschek commented on MYFACES-1010: Yes, that's a solution. But still, the RI is doing something not entirely good here. regards, Martin Extended

Re: ADF Source drop is available!

2006-01-10 Thread Matthias Wessendorf
Hi I have faxed AND mailed all the documents/agreements to ASF. since all the paperworks seems to be done, I'll think we have to let the incubator PMC / list know. Ted, correct me, if I am wrong. -Matthias

Re: ADF Source drop is available!

2006-01-10 Thread Bill Dudney
Hi Adam, Thanks for the drop! Since Ted seems to be busy I went ahead and uploaded the file to our space. http://myfaces.apache.org/adf/apache-drop.zip Is the url for those interested and to spare Adam's bandwidth. From what I understand from the rumor mill though our .mac accts will go

[jira] Created: (MYFACES-1017) can't use map-entries or list-entries without an appropriate getter

2006-01-10 Thread Martin Winkelmann (JIRA)
can't use map-entries or list-entries without an appropriate getter --- Key: MYFACES-1017 URL: http://issues.apache.org/jira/browse/MYFACES-1017 Project: MyFaces Type: Bug Versions: 1.1.1

Re: Row count var in dataTable

2006-01-10 Thread Manfred Geiler
You must omit the #{} from your rowCountVar attribute. rowCountVar defines the NAME of the scope variable and is NOT a value reference attribute! see http://myfaces.apache.org/tomahawk/extDataTable.html And: Please use our users list for user questions. Dev list is ment for discussions regarding

Re: Loggers in API Components

2006-01-10 Thread Manfred Geiler
facesContext.getExternalContext().log(); Yes, this was my first intention then, when I did not dare to add dependencies to other libs in the first place - one year ago, or two? ;-) And it again came into my mind during the current discussion. But, as Kalle mentioned, there are no log levels

Re: Loggers in API Components

2006-01-10 Thread Craig McClanahan
On 1/10/06, Manfred Geiler [EMAIL PROTECTED] wrote: facesContext.getExternalContext().log();Yes, this was my first intention then, when I did not dare to adddependencies to other libs in the first place -one year ago, or two? ;-)And it again came into my mind during the current discussion. But, as

problem checking out MyFaces source with Subclipse

2006-01-10 Thread Sergio Mion
I'm sorry for asking such a basic question, but I am having problems downloading the MyFaces source from the SVN repository. I am using the following URL (listed on the website): https://svn.apache.org/repos/asf/myfaces/core but am getting this message in my Eclipse console: Filesystem has no

Re: Loggers in API Components

2006-01-10 Thread Harald Ommang
On Tue, 10 Jan 2006 14:39:23 +0100 Manfred Geiler [EMAIL PROTECTED] wrote: facesContext.getExternalContext().log(); ... And, of course, it will be too late. Because, when JSF 2.x is out, we will already have thousands of commons-logging calls in our code. ;-) Would it not be

Re: Running unit tests under maven2?

2006-01-10 Thread Bill Dudney
On Jan 9, 2006, at 7:37 PM, Wendy Smoak wrote:On 1/9/06, Bill Dudney [EMAIL PROTECTED] wrote: I've tried -Dmaven.test.skip=false and still the tests are skipped. Ialso did a quick find/grep and I could find no instance ofskiptrue/skip in any pom except the api/pom.xml. Weird, I'm stilldigging...

[jira] Commented: (MYFACES-908) jscookmenu: images do not appear

2006-01-10 Thread Daniel Lefevre (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-908?page=comments#action_12362331 ] Daniel Lefevre commented on MYFACES-908: Sorry, the above is not sufficient, the location.host will return the reference to the end server, not of the reverse

Re: Running unit tests under maven2?

2006-01-10 Thread Wendy Smoak
On 1/10/06, Bill Dudney [EMAIL PROTECTED] wrote: Ah the artifactId, is what is causing it... I really think we need a top level pom that is obviously a top level pom. What does everyone think about deleting 'build' and moving that pom into current? I wouldn't put a pom in current, though I

Re: ADF Source drop is available!

2006-01-10 Thread Ted Husted
On 1/10/06, Bill Dudney [EMAIL PROTECTED] wrote: Since Ted seems to be busy I went ahead and uploaded the file to our space. http://myfaces.apache.org/adf/apache-drop.zip If we are going to do this, it would be better to do it from a home account on people.apache.org. (All of us have one.)

Re: problem checking out MyFaces source with Subclipse

2006-01-10 Thread Mike Kienenberger
You should ask such questions on the myfaces-users mailing list. The svn respository is undergoing a lot of reorganization right now. I'm not sure if the core link below is still intended to work. However, as of yesterday, I was able to use this link to get the current myfaces snapshot.

Re: ADF Source drop is available!

2006-01-10 Thread Bill Dudney
Sorry Ted, I did not think of the 'sanctioned' idea. I'll move it to my home dir now. TTFN, -bd- On Jan 10, 2006, at 8:57 AM, Ted Husted wrote: On 1/10/06, Bill Dudney [EMAIL PROTECTED] wrote: Since Ted seems to be busy I went ahead and uploaded the file to our space.

Re: tabChangeEvent

2006-01-10 Thread Manfred Geiler
Users list instead of dev list please, see http://myfaces.apache.org/mailinglists.html Thanks, Manfred 2006/1/9, me [EMAIL PROTECTED]: I have just started working with MyFaces and have come across a couple issues with the tabs and events. The first straightforward, the second more

[jira] Commented: (MYFACES-1017) can't use map-entries or list-entries without an appropriate getter

2006-01-10 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1017?page=comments#action_12362336 ] Dennis Byrne commented on MYFACES-1017: --- Duplicate of http://issues.apache.org/jira/browse/MYFACES-889?page=all , fixed in SVN . can't use map-entries or

[jira] Closed: (MYFACES-1017) can't use map-entries or list-entries without an appropriate getter

2006-01-10 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1017?page=all ] Mike Kienenberger closed MYFACES-1017: -- Resolution: Duplicate Thanks, Dennis. can't use map-entries or list-entries without an appropriate getter

[jira] Created: (MYFACES-1018) PhaseListener That Persists Messages After Redirects

2006-01-10 Thread Dustin Bruzenak (JIRA)
PhaseListener That Persists Messages After Redirects Key: MYFACES-1018 URL: http://issues.apache.org/jira/browse/MYFACES-1018 Project: MyFaces Type: New Feature Components: General Reporter: Dustin

Re: ADF Source drop is available!

2006-01-10 Thread Adam Winer
Thanks, Ted. So we'll get our ducks in a row during the rest of January, and maybe I can also take the time to help orient some folks around the code base. -- Adam On 1/10/06, Ted Husted [EMAIL PROTECTED] wrote: On 1/10/06, Bill Dudney [EMAIL PROTECTED] wrote: Since Ted seems to be busy I

[jira] Updated: (MYFACES-1018) PhaseListener That Persists Messages After Redirects

2006-01-10 Thread Dustin Bruzenak (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1018?page=all ] Dustin Bruzenak updated MYFACES-1018: - Attachment: JsfMessagePhaseListener.txt This is my first crack at the PhaseListener mentioned above. Feel free to use, modify, or tell me to fix

[jira] Commented: (MYFACES-1018) PhaseListener That Persists Messages After Redirects

2006-01-10 Thread Dustin Bruzenak (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1018?page=comments#action_12362340 ] Dustin Bruzenak commented on MYFACES-1018: -- Sorry about the priority. This should be modded down to a minor priority. PhaseListener That Persists Messages After

Re: ADF Source drop is available!

2006-01-10 Thread Adam Winer
Thanks Bill! -- Adam On 1/10/06, Bill Dudney [EMAIL PROTECTED] wrote: http://people.apache.org/~bdudney/apache-drop.zip is the url of interest the old url should not work any more. Thanks for pointing that out Ted. TTFN, -bd- On Jan 10, 2006, at 9:05 AM, Bill Dudney wrote: Sorry

[jira] Commented: (MYFACES-1018) PhaseListener That Persists Messages After Redirects

2006-01-10 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1018?page=comments#action_12362341 ] Dennis Byrne commented on MYFACES-1018: --- This is a duplicate of http://issues.apache.org/jira/browse/MYFACES-403 . PhaseListener That Persists Messages After

[jira] Closed: (MYFACES-1018) PhaseListener That Persists Messages After Redirects

2006-01-10 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1018?page=all ] Mike Kienenberger closed MYFACES-1018: -- Resolution: Duplicate Let's keep this in MYFACES-516. I'd rather not see a phase-listener solution since there are ordering issues with

Re: ADF Source drop is available!

2006-01-10 Thread Martin Marinschek
You might give it out to Jack ;) regards, Martin On 1/10/06, Adam Winer [EMAIL PROTECTED] wrote: Sure, I'll talk to John today and see how he wants to split this up. He's down with the flu at the moment, but I'm on vaction for a week starting this weekend, so it ought to be fun deciding who

Re: ADF Source drop is available!

2006-01-10 Thread Omar Tazi
I am happy to help with the proposal. -Omar Adam Winer wrote: Sure, I'll talk to John today and see how he wants to split this up. He's down with the flu at the moment, but I'm on vaction for a week starting this weekend, so it ought to be fun deciding who can do it. :) -- Adam On 1/10/06,

[jira] Commented: (MYFACES-1018) PhaseListener That Persists Messages After Redirects

2006-01-10 Thread Dustin Bruzenak (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1018?page=comments#action_12362349 ] Dustin Bruzenak commented on MYFACES-1018: -- No problem. This is a solution to an issue we had internally that I figured I'd post for group discussion. I agree

RE: Loggers in API Components

2006-01-10 Thread Korhonen, Kalle
-Original Message- From: Harald Ommang [mailto:[EMAIL PROTECTED] Subject: Re: Loggers in API Components On Tue, 10 Jan 2006 14:39:23 +0100 Manfred Geiler [EMAIL PROTECTED] wrote: facesContext.getExternalContext().log(); And, of course, it will be too late. Because, when JSF

Update to [MYFACES-1018] with bug fixes

2006-01-10 Thread Dustin Bruzenak
I know this issue has been closed, but I figured I'd attach an actual working PhaseListener for those of us who want to move forward temporarily with this approach. My example was afflicted with a few bugs that I've now tested and fixed. Unfortunately, that issue is closed. Where should I stick

[jira] Commented: (MYFACES-1010) Extended Data Table: Action Event delivered more than one time

2006-01-10 Thread Claudio Tasso (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1010?page=comments#action_12362368 ] Claudio Tasso commented on MYFACES-1010: Do you think that the solution presented by Mathias will be integrated in the source code? Extended Data Table: Action

Re: Running unit tests under maven2?

2006-01-10 Thread Sean Schofield
See my comments on the new Maven thread ... On 1/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 1/10/06, Bill Dudney [EMAIL PROTECTED] wrote: Ah the artifactId, is what is causing it... I really think we need a top level pom that is obviously a top level pom. What does everyone think

Maven Update - More Questions

2006-01-10 Thread Sean Schofield
I wanted to update everyone on the work done over the weekend on the new Maven build. First of all, a big Thank You to Bernd and Bruno who put in a lot of time on this. Bernd did a lot of the POM work and Bruno put in a lot of time converting over most of our website. The jars are building fine

Page reset when changing tabs

2006-01-10 Thread Andrew Moores
Hi I've just started working with MyFaces. I'm using the TabbedPane component and noticed that when I move between tabs any components outside of the TabbedPane are reset. For example I have a radio button outside the TabbedPane that is unchecked by default when the page is first displayed, if I

Re: Update to [MYFACES-1018] with bug fixes

2006-01-10 Thread Mike Kienenberger
Dustin, how about adding it to 516? I'll point out again that I think there's already a working phase listener for this situation attached to issue 403. On 1/10/06, Dustin Bruzenak [EMAIL PROTECTED] wrote: I know this issue has been closed, but I figured I'd attach an actual working

Re: Maven Update - More Questions

2006-01-10 Thread Bernd Bohmann
Hello Sean, Sean Schofield schrieb: I wanted to update everyone on the work done over the weekend on the new Maven build. First of all, a big Thank You to Bernd and Bruno who put in a lot of time on this. Bernd did a lot of the POM work and Bruno put in a lot of time converting over most of

Proposed new components for sandbox/tomahawk

2006-01-10 Thread Simon Kitching
Hi All, I've developed a couple of small but useful bits of JSF-related code as part of a project for my current client, Obsidium Ltd. As seen below, Obsidium have kindly allowed this code to be donated to the MyFaces project if it's wanted. I'll create JIRA issues for each of these pieces

dir names and artifact id's

2006-01-10 Thread Bill Dudney
Hi all,Here is a discussion starter to get things going on artifactId's and directory names;TTFN,-bd-myfaces/api/pom.xml = parent pom groupId = org.apache.myfaces artifactiId = myfaces-projectmyfaces/api/api/pom.xml =  child to myfaces/api/pom.xml groupId = org.apache.myfaces artifactiId =

Re: Maven Update - More Questions

2006-01-10 Thread Bill Dudney
Hi Bernd all, On Jan 10, 2006, at 6:38 PM, Bernd Bohmann wrote: Hello Sean, Sean Schofield schrieb: I wanted to update everyone on the work done over the weekend on the new Maven build. First of all, a big Thank You to Bernd and Bruno who put in a lot of time on this. Bernd did a lot of

Re: Maven Update - More Questions

2006-01-10 Thread Wendy Smoak
On 1/10/06, Bill Dudney [EMAIL PROTECTED] wrote: Can we still get reactor type functionality without the pom that is currently in build? That's my question as well. -- Wendy

Re: ADF Source drop is available!

2006-01-10 Thread John Fallows
On 1/10/06, Martin Marinschek [EMAIL PROTECTED] wrote: You might give it out to Jack ;)Ha ha! My 6 month old son, Jack, would undoubtedly love to bash on the keyboard as we put together this proposal. :-)I've started to recover from the flu a bit now, so I'll be available to help out with this.