Re: [VOTE] Release of myfaces buildtools archetypes 1.0.1

2008-03-25 Thread Matthias Wessendorf
Thanks!! +1 On Wed, Mar 26, 2008 at 12:51 AM, Grant Smith <[EMAIL PROTECTED]> wrote: > +1 !!! > This is very nice indeed. > > On Tue, Mar 25, 2008 at 3:25 PM, Leonardo Uribe <[EMAIL PROTECTED]> wrote: > > +1 > > > > > > > > -- > Grant Smith > -- Matthias Wessendorf further stuff: blog: http:

[jira] Commented: (PORTLETBRIDGE-31) BridgeImpl doesn't check for null Map values

2008-03-25 Thread Kito D. Mann (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582125#action_12582125 ] Kito D. Mann commented on PORTLETBRIDGE-31: --- I see what you're saying. Let

Re: [VOTE] Release of myfaces buildtools archetypes 1.0.1

2008-03-25 Thread Grant Smith
+1 !!! This is very nice indeed. On Tue, Mar 25, 2008 at 3:25 PM, Leonardo Uribe <[EMAIL PROTECTED]> wrote: > +1 > > -- Grant Smith

Re: renderedIfEmpty parameter for t:messages (for message-updates by AJAX requests)

2008-03-25 Thread Ernst Fastl
that would be another advantage of the simple default behavior to render whatever (ul, table, span, ...) the component usually renders also if there are no messages wouldn't it? On Tue, Mar 25, 2008 at 11:51 PM, Andrew Robinson <[EMAIL PROTECTED]> wrote: > I would not recommend forceSpan as an att

Re: [VOTE] Release of myfaces buildtools archetypes 1.0.1

2008-03-25 Thread Leonardo Uribe
+1

Re: [VOTE] Release of myfaces buildtools archetypes 1.0.1

2008-03-25 Thread Scott O'Bryan
+1 I reviewed the portlet bits. Very good work. Leonardo Uribe wrote: Hi, I was running the needed tasks to get the 1.0.1 release of Apache MyFaces Build Tools Archetypes out. This release has fixes using jetty plugins and includes a myfaces-archetype-helloworld-portlets. Please note that

Re: [VOTE] Release of myfaces buildtools archetypes 1.0.1

2008-03-25 Thread Bruno Aranda
+1 Nice work! If you happen to run an old version of the maven archetype plugin (it was my case), just run: mvn archetype:generate -DarchetypeCatalog=http://people.apache.org/~lu4242/m2-archetypes-101 -U And Leonardo, you should vote too to make the second vote ;-) Cheers, Bruno On 25/03/2008

Re: redeploy myfaces website

2008-03-25 Thread Scott O'Bryan
Yeah, I think when generating the site, you generally want to generate from the root. Mostly this is done with continuum, but if you generate the site on a subproject, things get wonkey <-- Yes, that's the technical term :) As an addendum to what I said before, it seems that modules resolve

Re: renderedIfEmpty parameter for t:messages (for message-updates by AJAX requests)

2008-03-25 Thread Andrew Robinson
I would not recommend forceSpan as an attribute as the use of a span is renderer specific, not component specific. The component should not care how the renderer works On Tue, Mar 25, 2008 at 4:41 PM, Ernst Fastl <[EMAIL PROTECTED]> wrote: > Hi, > > I like the idea of making that the default beha

Re: renderedIfEmpty parameter for t:messages (for message-updates by AJAX requests)

2008-03-25 Thread Ernst Fastl
Hi, I like the idea of making that the default behavior. I think for t:messages it should be save to do so. As for h:messages I'm not sure how detailed the spec is there. I'll better check that before touching h:messages. I also don't know what mojarra does, but I would guess that they do the same

[VOTE] Release of myfaces buildtools archetypes 1.0.1

2008-03-25 Thread Leonardo Uribe
Hi, I was running the needed tasks to get the 1.0.1 release of Apache MyFaces Build Tools Archetypes out. This release has fixes using jetty plugins and includes a myfaces-archetype-helloworld-portlets. Please note that this vote concerns all of the following parts: 1. Maven artifact group "org

Re: redeploy myfaces website

2008-03-25 Thread Catalin Kormos
The only question would be IMO, if you keep the logos for example in the root project's site, what happens when you generate the site just for a module of that subproject? will it have the resources copied from the root? no problem there when you move the sites, root and modules, into a common cont

Re: redeploy myfaces website

2008-03-25 Thread Bernd Bohmann
Hello Scott, just checked the generated html of the site. The site plugin creates the correct relative reference to the graphic. Should I remove the portlet bridge logo from the myfaces-site-skin? Regards Bernd Scott O'Bryan schrieb: > I wasn't too clear so let me explain, I have 3 top-level pr

Re: redeploy myfaces website

2008-03-25 Thread Scott O'Bryan
I wasn't too clear so let me explain, I have 3 top-level projects. Each of the core projects (of which there are 2) have 3 modules with the third module (the examples module) containing two more. In EACH core project I have one site.xml file. The graphic in all of the modules of each core pr

Re: redeploy myfaces website

2008-03-25 Thread Scott O'Bryan
Bernd, That isn't entirely true. The bridge has 3 modules (right now) which contribute to the site. The sub-modules just reference the graphic from the main site. In my case I'm even piecing the pieces together amongst a separate "site" project and core projects (the core references the si

Re: redeploy myfaces website

2008-03-25 Thread Bernd Bohmann
Hello Scott, the tobago project has 30 modules. If the tobago logo isn't included in the myfaces-site-skin the tobago logo must be included in 30 resource dirs of the site or I have to create 30 site.xml files to reference the logo. The portlet bridge has 3 site modules now. For every new module

Re: renderedIfEmpty parameter for t:messages (for message-updates by AJAX requests)

2008-03-25 Thread Cagatay Civici
Hi, For t:message and t:messages, there's already a forceSpan attribute, will it work for you Ernst? Cagatay On Tue, Mar 25, 2008 at 11:17 PM, simon <[EMAIL PROTECTED]> wrote: > > On Tue, 2008-03-25 at 21:45 +0100, simon wrote: > > On Tue, 2008-03-25 at 20:50 +0100, Ernst Fastl wrote: > > > Hi,

Re: renderedIfEmpty parameter for t:messages (for message-updates by AJAX requests)

2008-03-25 Thread simon
On Tue, 2008-03-25 at 21:45 +0100, simon wrote: > On Tue, 2008-03-25 at 20:50 +0100, Ernst Fastl wrote: > > Hi, > > > > I would like to add renderedIfEmpty to the t:messages component which > > per default is false (current behaviour) > > The reason for that: To update/append FacesMessages to a >

Re: renderedIfEmpty parameter for t:messages (for message-updates by AJAX requests)

2008-03-25 Thread simon
On Tue, 2008-03-25 at 20:50 +0100, Ernst Fastl wrote: > Hi, > > I would like to add renderedIfEmpty to the t:messages component which > per default is false (current behaviour) > The reason for that: To update/append FacesMessages to a > messages-component after AJAX requests (e.g. PPR) > it has

Re: Is it possible customize

2008-03-25 Thread Ernst Fastl
Hi, I believe the tomahawk component t:message does something similar to what you want. At least it displays the label instead of the id). Maybe you can use that one or just check org.apache.myfaces.renderkit.html.ext.HtmlMessageRenderer and do something similar in a custom renderer. cheers Erns

renderedIfEmpty parameter for t:messages (for message-updates by AJAX requests)

2008-03-25 Thread Ernst Fastl
Hi, I would like to add renderedIfEmpty to the t:messages component which per default is false (current behaviour) The reason for that: To update/append FacesMessages to a messages-component after AJAX requests (e.g. PPR) it has to be possible to locate a DOM element to which this messages can be

[jira] Created: (MYFACES-1842) commandLink with parameters behaves differently in Firefox and IE

2008-03-25 Thread Neil Curzon (JIRA)
commandLink with parameters behaves differently in Firefox and IE - Key: MYFACES-1842 URL: https://issues.apache.org/jira/browse/MYFACES-1842 Project: MyFaces Core Issue Type: B

Re: CAPTCHA component - Enhancement #2 - Removing the dedicated servlet

2008-03-25 Thread Grant Smith
Done. On Mon, Mar 24, 2008 at 4:51 PM, Hazem Saleh <[EMAIL PROTECTED]> wrote: > Hi all, >Please apply this patch if you have sometime. > >Here is the JIRA issue url : >https://issues.apache.org/jira/browse/TOMAHAWK-1216 > >This patch removes the dedicated servlet f

Re: MyFaces PMC += Scott O'Bryan

2008-03-25 Thread Grant Smith
Good job Scott! On Tue, Mar 25, 2008 at 8:05 AM, Simon Lessard <[EMAIL PROTECTED]> wrote: > Congratz! > > > On Tue, Mar 25, 2008 at 11:55 AM, Matt Cooper <[EMAIL PROTECTED]> > wrote: > > > Congratulations Scott! > > > > On Tue, Mar 25, 2008 at 9:50 AM, Matthias Wessendorf <[EMAIL PROTECTED]> > >

[jira] Updated: (TOMAHAWK-1142) Extra TD / LI rendered fpr paginator if using singleTable or singleList layout

2008-03-25 Thread Grant Smith (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Smith updated TOMAHAWK-1142: -- Resolution: Fixed Fix Version/s: 1.1.7-SNAPSHOT Assignee: Grant Smith

Re: MyFaces PMC += Simon Kitching

2008-03-25 Thread Grant Smith
Nice work, Simon. On Tue, Mar 25, 2008 at 8:23 AM, Scott O'Bryan <[EMAIL PROTECTED]> wrote: > Congrats Simon. > > Matt Cooper wrote: > > Congratulations Simon! > > > > On Tue, Mar 25, 2008 at 9:51 AM, Matthias Wessendorf <[EMAIL PROTECTED]> > wrote: > > > >> Dear MyFaces community, > >> > >> ple

Re: MyFaces PMC += Simon Kitching

2008-03-25 Thread Scott O'Bryan
Congrats Simon. Matt Cooper wrote: Congratulations Simon! On Tue, Mar 25, 2008 at 9:51 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: Dear MyFaces community, please welcome our new MyFaces PMC member Simon Kitching. Simon is working on the Apache MyFaces and Orchestra stuff. There

[jira] Updated: (TOMAHAWK-1156) UIColumns component must be a child of a UIData component

2008-03-25 Thread Grant Smith (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Smith updated TOMAHAWK-1156: -- Resolution: Fixed Fix Version/s: 1.1.7-SNAPSHOT Status: Resolved (was: Pat

[jira] Updated: (TOMAHAWK-1169) In simple layout no linebreaks should be added

2008-03-25 Thread Grant Smith (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Smith updated TOMAHAWK-1169: -- Resolution: Fixed Fix Version/s: 1.1.7-SNAPSHOT Status: Resolved (was: Pat

Re: MyFaces PMC += Scott O'Bryan

2008-03-25 Thread Simon Lessard
Congratz! On Tue, Mar 25, 2008 at 11:55 AM, Matt Cooper <[EMAIL PROTECTED]> wrote: > Congratulations Scott! > > On Tue, Mar 25, 2008 at 9:50 AM, Matthias Wessendorf <[EMAIL PROTECTED]> > wrote: > > Dear MyFaces community, > > > > please welcome our new MyFaces PMC member Scott O'Bryan. > > > >

Re: MyFaces PMC += Simon Kitching

2008-03-25 Thread Simon Lessard
Congratulations! On Tue, Mar 25, 2008 at 11:55 AM, Matt Cooper <[EMAIL PROTECTED]> wrote: > Congratulations Simon! > > On Tue, Mar 25, 2008 at 9:51 AM, Matthias Wessendorf <[EMAIL PROTECTED]> > wrote: > > Dear MyFaces community, > > > > please welcome our new MyFaces PMC member Simon Kitching. >

Re: svn commit: r640864 - in /myfaces/tomahawk/trunk/sandbox: core/src/main/java/org/apache/myfaces/custom/captcha/ core/src/main/java/org/apache/myfaces/custom/captcha/util/ core/src/main/java/org/ap

2008-03-25 Thread [EMAIL PROTECTED]
Hi Grant, Could you please avoid combining code changes and reformatting in the same patch? It is just impossible from this patch to determine what *real* changes you have made to ComponentUtils. And I believe the coding convention here is to use spaces, *not* tabs, but you have replaced all spac

[jira] Updated: (TOMAHAWK-1200) Infinite loop when empty table with detailStamp is rendered

2008-03-25 Thread Grant Smith (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Smith updated TOMAHAWK-1200: -- Resolution: Fixed Fix Version/s: 1.1.7-SNAPSHOT Status: Resolved (was: Pat

Re: redeploy myfaces website

2008-03-25 Thread Scott O'Bryan
Another option I was thinking of on my way into work this morning is that I could add a "links" menu off to the side and only have the standard bar across the top. Scott Bernd Bohmann wrote: Hello Simon, I think we should try to standardize the first 2 or 3 links in the top menu bar. For th

Re: MyFaces PMC += Simon Kitching

2008-03-25 Thread Matt Cooper
Congratulations Simon! On Tue, Mar 25, 2008 at 9:51 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Dear MyFaces community, > > please welcome our new MyFaces PMC member Simon Kitching. > > Simon is working on the Apache MyFaces and Orchestra stuff. > > Therefore last week there was a vote

Re: MyFaces PMC += Scott O'Bryan

2008-03-25 Thread Matt Cooper
Congratulations Scott! On Tue, Mar 25, 2008 at 9:50 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Dear MyFaces community, > > please welcome our new MyFaces PMC member Scott O'Bryan. > > Scott is working on the Apache MyFaces and Trinidad stuff. > > Therefore last week there was a vote t

Re: redeploy myfaces website

2008-03-25 Thread Scott O'Bryan
Well that was kind of my point. Why should the bridge logo be in the skin? If it is in the skin then every project gets a copy when it's deployed. IMO the myfaces logo should be in the skin and the project logos should be with the project. That said, I'll certainly abide by what everyone el

MyFaces PMC += Simon Kitching

2008-03-25 Thread Matthias Wessendorf
Dear MyFaces community, please welcome our new MyFaces PMC member Simon Kitching. Simon is working on the Apache MyFaces and Orchestra stuff. Therefore last week there was a vote to invite him to the MyFaces Project Management Committee (PMC) and fortunately he did accept. Simon, Please subscri

MyFaces PMC += Scott O'Bryan

2008-03-25 Thread Matthias Wessendorf
Dear MyFaces community, please welcome our new MyFaces PMC member Scott O'Bryan. Scott is working on the Apache MyFaces and Trinidad stuff. Therefore last week there was a vote to invite him to the MyFaces Project Management Committee (PMC) and fortunately he did accept. Scott, Please subscribe

[jira] Updated: (TOMAHAWK-1216) CAPTCHA component - Enhancement #2 - Removing the dedicated servlet

2008-03-25 Thread Grant Smith (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Smith updated TOMAHAWK-1216: -- Resolution: Fixed Status: Resolved (was: Patch Available) Patch applied. Thanks Haz

Re: redeploy myfaces website

2008-03-25 Thread Bernd Bohmann
Hello Simon, I think we should try to standardize the first 2 or 3 links in the top menu bar. For the myfaces site Apache|MyFaces|Download|Mailing Lists (News archive makes no sense in the top menu) for the subprojects Apache|MyFaces||XXX|Other useful link|YYY Regards Bernd [EMAIL PROTECTE

Re: redeploy myfaces website

2008-03-25 Thread Bernd Bohmann
Hello Scott, I just checked in the logo from the bridge site project to the myfaces-site-skin. The myfaces-site-skin contains already the tobago logo. The tobago logo has the path images/tobagoLogo.png, the bridge logo has the path images/portlet_bridge_logo.png und the myfaces logo has the path i

Re: redeploy myfaces website

2008-03-25 Thread Scott O'Bryan
2 Opinions: 1. We need to be careful about standardizing the top links. I know that the bridge project should reference the JSR it tries to implement as well as the portal project. It may not be as consistent, but it's nice that everything that a Portlet Faces developer needs is in one site. Th

Re: redeploy myfaces website

2008-03-25 Thread Scott O'Bryan
Hey Bernd, Where did you get the logo from? I skinned the portlet bridge graphic yesterday and I had to modify some of the white-space to make it look right. Right now the bridge is using it's own logo, but I can certainly pull that from skin if you want me to. One reason we may NOT want to pul

Re: [Trinidad] implementing tabIndex attributes on select components

2008-03-25 Thread Andy Schwartz
Blake, Andrew - > I preferred to wait until we had a good set > of concrete focus management use cases. This was my main question after reading the Andrew's wiki page - I want to be sure to understand the use cases that we are trying to address before moving forward with a solution. Many use cas

Re: redeploy myfaces website

2008-03-25 Thread [EMAIL PROTECTED]
I've noticed some other inconsistent stuff that needs to be fixed. I think the most important is the issue I raised before: what should the top "menu bar" look like for sub-projects. If you look at the core modules for the moment, those links are all specific to "myfaces as a whole", not to the su

Re: redeploy myfaces website

2008-03-25 Thread Bernd Bohmann
Hello, just added the logo of the portlet bridge to the myfaces-site-skin. Is a trinidad logo available? And I would suggest following header Apache|MyFaces|Core|Trinidad|Tobago|Tomahawk|Orchestra|Portlet Bridge (no Sandbox every project has a sandbox no JSF 1.1-1.2) or Apache|MyFaces|Download

Re: redeploy myfaces website

2008-03-25 Thread Bruno Aranda
Yes, it is really cool :) Thanks! Bruno On 25/03/2008, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > really sexy looking website! > > thanks!!! > -Matthias > > > On Sat, Mar 22, 2008 at 2:05 PM, Gerald Müllan <[EMAIL PROTECTED]> wrote: > > > It is online! > > > > Very well done guys; loo

Re: redeploy myfaces website

2008-03-25 Thread Matthias Wessendorf
really sexy looking website! thanks!!! -Matthias On Sat, Mar 22, 2008 at 2:05 PM, Gerald Müllan <[EMAIL PROTECTED]> wrote: > It is online! > > Very well done guys; looks really great. > > cheers, > > Gerald > > > > On 3/22/08, Catalin Kormos <[EMAIL PROTECTED]> wrote: > > Hi Bernd, > > > >