[jira] Resolved: (TOBAGO-283) Provide a simple example theme (howto create a custom theme)

2007-02-15 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann resolved TOBAGO-283. -- Resolution: Fixed Provide a simple example theme (howto create a custom theme)

[jira] Reopened: (TOBAGO-279) InputSuggest did not work

2007-02-15 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernd Bohmann reopened TOBAGO-279: -- InputSuggest did not work - Key: TOBAGO-279

[jira] Commented: (TOBAGO-282) No horizontal scrollbar in tc:sheet

2007-02-15 Thread Helmut Swaczinna (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473349 ] Helmut Swaczinna commented on TOBAGO-282: - The problem is only half solved. When the sheet has data rows

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Volker Weber
Hi mario, for which reason can the normal findComponent fail? I don't think this approach is a good idea. This supports user in being careless in setting id's. Regards, Volker 2007/2/15, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: imario Date: Thu Feb 15 02:36:45 2007 New Revision: 507879

[jira] Commented: (TOBAGO-194) Tooltip in tree and treeListbox

2007-02-15 Thread Guido Dubois (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473366 ] Guido Dubois commented on TOBAGO-194: - How does it works. Have you an example. I use Tobago 1.0.10 snap, the new

[jira] Created: (TOBAGO-286) target and tip attributes for tc:menuitem and tc:tree nodes

2007-02-15 Thread Guido Dubois (JIRA)
target and tip attributes for tc:menuitem and tc:tree nodes --- Key: TOBAGO-286 URL: https://issues.apache.org/jira/browse/TOBAGO-286 Project: MyFaces Tobago Issue Type:

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Mario Ivankovits
Hi Volker! for which reason can the normal findComponent fail? When the user do not specify the full id of the for component but only the basename. If its bad habbit to allow this I'll remove it again. I've found it comfortable for s:focus and s:submitOnEnter. Ciao, Mario

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Mario Ivankovits
Hi Volker! for which reason can the normal findComponent fail? I don't think this approach is a good idea. This supports user in being careless in setting id's. Ok, I think you are right, I've reverted it. Now I've to file a bug for Intellij IDEA as they do not honor NaminContainer and so

[jira] Reopened: (TOBAGO-282) No horizontal scrollbar in tc:sheet

2007-02-15 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil reopened TOBAGO-282: No horizontal scrollbar in tc:sheet ---

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Matthias Wessendorf
the holly IDE has a bug ??? On 2/15/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Volker! for which reason can the normal findComponent fail? I don't think this approach is a good idea. This supports user in being careless in setting id's. Ok, I think you are right, I've reverted it. Now

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Martin Marinschek
no, no, it's not a bug - it's a divine feature ;) regards, Martin On 2/15/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: the holly IDE has a bug ??? On 2/15/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Volker! for which reason can the normal findComponent fail? I don't think

[jira] Resolved: (MYFACES-1535) findComponent slow for a high amount of calls

2007-02-15 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Marinschek resolved MYFACES-1535. Resolution: Fixed findComponent slow for a high amount of calls

[jira] Created: (MYFACES-1535) findComponent slow for a high amount of calls

2007-02-15 Thread Martin Marinschek (JIRA)
findComponent slow for a high amount of calls - Key: MYFACES-1535 URL: https://issues.apache.org/jira/browse/MYFACES-1535 Project: MyFaces Core Issue Type: Improvement Components:

Re: svn commit: r507954 - /myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java

2007-02-15 Thread Mario Ivankovits
Hi Martin! --- myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java (original) +++ myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java Thu Feb 15 07:11:28 2007 @@ -84,6 +84,7 @@ protected static void

Re: svn commit: r507954 - /myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java

2007-02-15 Thread Martin Marinschek
oh no... thanks for the heads up! regards, Martin On 2/15/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Martin! --- myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java (original) +++ myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java Thu

Re: [jira] [VOTE] MyFaces Core 1.1.5

2007-02-15 Thread Greg Reddin
+1 non-binding. I'm using the bits right now in our app that will be deployed to production Friday. Greg

how to transfer artifacts to m2-ibiblio-rsync-repository

2007-02-15 Thread Manfred Geiler
Hi Wendy, I have question: What is the best practice for transfering our release artifacts from /x1/www/people.apache.org/builds/myfaces/m2-staging-repository to the /x1/www/people.apache.org/repo/m2-ibiblio-rsync-repository ? As I learned from some prior discussions it's not as simple as

Re: how to transfer artifacts to m2-ibiblio-rsync-repository

2007-02-15 Thread Wendy Smoak
On 2/15/07, Manfred Geiler [EMAIL PROTECTED] wrote: Hi Wendy, I have question: What is the best practice for transfering our release artifacts from /x1/www/people.apache.org/builds/myfaces/m2-staging-repository to the /x1/www/people.apache.org/repo/m2-ibiblio-rsync-repository ? As I learned

MD5 and SHA1 for assembly archives?

2007-02-15 Thread Manfred Geiler
Next question from a release manager newbie: What is the easiest way to get the md5 and sha1 files created for the archives in the /x1/www/people.apache.org/builds/myfaces/core-1.1.5 dir? Could this be automated in the assembly pom.xml? Thanks, Manfred

Re: how to transfer artifacts to m2-ibiblio-rsync-repository

2007-02-15 Thread Manfred Geiler
Ummm, I do not feel brave today... ;-) Can you please ask Jason to do this job for us? Thanks very much, Manfred On 2/15/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 2/15/07, Manfred Geiler [EMAIL PROTECTED] wrote: Hi Wendy, I have question: What is the best practice for transfering our

Re: [jira] [VOTE] MyFaces Core 1.1.5

2007-02-15 Thread Sean Schofield
+1 Thanks to all the new (and old) faces putting this release together. Sean On 2/15/07, Greg Reddin [EMAIL PROTECTED] wrote: +1 non-binding. I'm using the bits right now in our app that will be deployed to production Friday. Greg

ApacheCon Europe

2007-02-15 Thread Sean Schofield
Any MyFaces developers going to be at ApacheCon in Amsterdam? I know Matthias and I will be there? Who else? Looking forward to meeting some of my Europen counterparts... also to catch up on the MyFaces world since I've been a bit out of touch lately. Sean

[jira] Commented: (TOMAHAWK-872) t:collapsiblePanel fails to toggle

2007-02-15 Thread Dennis Gesker (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473508 ] Dennis Gesker commented on TOMAHAWK-872: Same behavior on JDK1.6.0 / glassfish-v2-b33d (Glassfish V2 Beta

[jira] Updated: (TOMAHAWK-73) dataTable error messages incorrect

2007-02-15 Thread Nicolas Thomassin (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Thomassin updated TOMAHAWK-73: -- Status: Patch Available (was: Open) dataTable error messages incorrect

Re: MD5 and SHA1 for assembly archives?

2007-02-15 Thread Manfred Geiler
Ok, I found it out myself. Created a script that does the magic: #!/usr/local/bin/bash for i in $(ls); do openssl md5 $i $i.md5 openssl sha1 $i $i.sha1 done However, it would be nice if maven could do this job for me. Any idea? --Manfred On 2/15/07, Manfred Geiler [EMAIL PROTECTED]

Re: MD5 and SHA1 for assembly archives?

2007-02-15 Thread Jacek Laskowski
On 2/15/07, Manfred Geiler [EMAIL PROTECTED] wrote: However, it would be nice if maven could do this job for me. Any idea? Can Maven GPG Plugin help here? http://maven.apache.org/plugins/maven-gpg-plugin/index.html Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl

Re: [jira] [VOTE] MyFaces Core 1.1.5

2007-02-15 Thread Manfred Geiler
Thanks everybody. Seems like there are enough (binding) positive votes. ;-) I hereby close this vote and start the release distribution. --Manfred On 2/15/07, Sean Schofield [EMAIL PROTECTED] wrote: +1 Thanks to all the new (and old) faces putting this release together. Sean On 2/15/07,

Re: MD5 and SHA1 for assembly archives?

2007-02-15 Thread Manfred Geiler
GPG Plugin signs artifacts (ie creates the *.asc files) which works fine for artifacts and assemblies as well. But AFAIK it does not support md5 or sha1 hashing, does it? When maven deploys to a remote repo it automatically generates those hashfiles. But since an assembly file is not deployed

Re: [jira] [VOTE] MyFaces Core 1.1.5

2007-02-15 Thread Jeff Bischoff
Woohoo! Manfred Geiler wrote: Thanks everybody. Seems like there are enough (binding) positive votes. ;-) I hereby close this vote and start the release distribution. --Manfred

Re: ApacheCon Europe

2007-02-15 Thread Gerald Müllan
Hi Sean, a san-diego revival would be great! It`s not 100% sure, but i think you can count me in. cheers, Gerald On 2/15/07, Sean Schofield [EMAIL PROTECTED] wrote: Any MyFaces developers going to be at ApacheCon in Amsterdam? I know Matthias and I will be there? Who else? Looking

Re: current12 build errors

2007-02-15 Thread Tim McConnell
Wonderful. Thanks, Tim McConnell Mathias Brökelmann wrote: Hi Tim, I tried building current12 and got the same error. I found out that changing the version for the two el dependencies from 1.2 to 1.0 for the test-webapp module fixed that problem. I changed that in svn. 2007/1/31, Tim