Re: [VOTE] release for tomahawk 1.1.7

2008-09-04 Thread Jan Nielsen
Well, since you asked :-) I would be delighted if you would apply this patch: https://issues.apache.org/jira/browse/TOMAHAWK-1249 Thanks! -Jan On Wed, Sep 3, 2008 at 10:40 PM, Leonardo Uribe [EMAIL PROTECTED] wrote: On Wed, Sep 3, 2008 at 8:37 PM, Hazem Saleh [EMAIL PROTECTED] wrote:

[jira] Commented: (TOMAHAWK-1249) Component ID j_id_id8:transScrollfirst has already been found in the view.

2008-09-04 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628260#action_12628260 ] Leonardo Uribe commented on TOMAHAWK-1249: -- This part of the patch: +

[jira] Created: (TRINIDAD-1215) org.apache.myfaces.trinidadinternal.menu.MenuNode has a dependency on javax.faces.webapp.UIComponentTag

2008-09-04 Thread Richard Yee (JIRA)
org.apache.myfaces.trinidadinternal.menu.MenuNode has a dependency on javax.faces.webapp.UIComponentTag --- Key: TRINIDAD-1215 URL:

Re: [VOTE] release for tomahawk 1.1.7

2008-09-04 Thread Simon Kitching
Leonardo Uribe schrieb: On Wed, Sep 3, 2008 at 8:37 PM, Hazem Saleh [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: https://issues.apache.org/jira/browse/TOMAHAWK-1323 is solved now. TOMAHAWK-1324 it is fixed right now too. If any developer in the community feels that something is

[jira] Commented: (TOMAHAWK-1249) Component ID j_id_id8:transScrollfirst has already been found in the view.

2008-09-04 Thread Rodrigo Macedo (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628288#action_12628288 ] Rodrigo Macedo commented on TOMAHAWK-1249: -- Hello Leonardo. That's probably

[jira] Commented: (TRINIDAD-909) lightweight dialog/modal panelPopup - skinnable blocked area

2008-09-04 Thread Cristiano (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628299#action_12628299 ] Cristiano commented on TRINIDAD-909: I've applied with success this styling on the

GanttChart Trinidad

2008-09-04 Thread Karl André Dalby
I need a jsf Gantt component that will easily work with Netbeans. Will Trinidad ever get something like the Oracle ADF faces Gantt component? -Karl

MyFaces - Trinidad - Partial Page Rendering [PPR]

2008-09-04 Thread GTrivedi
Hi everyone, Here is the problem I am facing. Below given is the code I am using for PPR. -- tr:table id=tbl0 value=Ajax Example var=radioGroup tr:column tr:selectOneRadio autoSubmit=true

Re: [VOTE] release for tomahawk 1.1.7

2008-09-04 Thread Gertjan van Oosten
As quoted from Leonardo Uribe [EMAIL PROTECTED]: [..] a lot of code now is generated to allow easy migration to 1.2. Facelets support was added too, and required tag handler classes are now inside tomahawk. Too bad the taglib descriptors in the 1.2 versions of the jars are still more or less

Make dev@ private?

2008-09-04 Thread Andrew Robinson
Is it possible to make dev@ a private mailing list, so only commiters and people that PMCs decide should have access to post are allowed to send emails to this list? That way we can reduce the accidental posting to dev@ instead of [EMAIL PROTECTED] -Andrew

Re: Make dev@ private?

2008-09-04 Thread Bruno Aranda
-1 I am totally against this, This is an open community and anyone without exceptions can participate in the development of MyFaces or follow it. Any discussion about the project should remain in the open. Users submitting to dev instead of users are a minority and they can learn to send the mail

Re: Make dev@ private?

2008-09-04 Thread Paul Spencer
Andrew, The dev@ mailing list is described on the Jakarts site[1] as: The Developer lists where you can send questions and comments about the actual software source code and general development types of questions. Making the developer list private is extreme and I would resist this

Re: [TRINIDAD]

2008-09-04 Thread Matt Cooper
There is no single component today that can provide this kind of layout. However, I believe that you can achieve this with 2 consecutive panelFormLayout components, e.g. something like this: tr:panelFormLayout labelWidth=100 tr:inputText .../ /tr:panelFormLayout tr:panelFormLayout

Re: Make dev@ private?

2008-09-04 Thread Simon Lessard
-1 However, it's true that Apache product users often consider themselves developer and thus post on the developer forum even when their question should really be on the user list. We could probably reduce such occurrences a little by adding a clearer explanation of the purpose of each list on

[jira] Commented: (TRINIDAD-1182) When the required attribute is set on tr:inputText components the component alignment shifts

2008-09-04 Thread Veena K. Pandit (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628386#action_12628386 ] Veena K. Pandit commented on TRINIDAD-1182: --- This is related to JIRA issue 992

[jira] Commented: (TOMAHAWK-1183) inputCalendar setfocus not working

2008-09-04 Thread Paul Rivera (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628394#action_12628394 ] Paul Rivera commented on TOMAHAWK-1183: --- I've checked in the svn comments and

Re: Make dev@ private?

2008-09-04 Thread Scott O'Bryan
-1 I agree with both Simon and Paul. Let's try and address the issues and not just fix the symptom. Scott Sent from my iPhone On Sep 4, 2008, at 12:54 PM, Simon Lessard simon.lessard. [EMAIL PROTECTED] wrote: -1 However, it's true that Apache product users often consider themselves

Re: [VOTE] release for tomahawk 1.1.7

2008-09-04 Thread Leonardo Uribe
On Thu, Sep 4, 2008 at 9:53 AM, Simon Kitching [EMAIL PROTECTED] wrote: Gertjan van Oosten schrieb: As quoted from Leonardo Uribe [EMAIL PROTECTED]: [..] a lot of code now is generated to allow easy migration to 1.2. Facelets support was added too, and required tag handler classes are now

Re: [TRINIDAD]

2008-09-04 Thread Leonardo Uribe
On Thu, Sep 4, 2008 at 11:14 AM, Matt Cooper [EMAIL PROTECTED] wrote: There is no single component today that can provide this kind of layout. However, I believe that you can achieve this with 2 consecutive panelFormLayout components, e.g. something like this: tr:panelFormLayout

Re: [TRINIDAD]

2008-09-04 Thread Leonardo Uribe
On Thu, Sep 4, 2008 at 1:47 PM, Leonardo Uribe [EMAIL PROTECTED] wrote: On Thu, Sep 4, 2008 at 11:14 AM, Matt Cooper [EMAIL PROTECTED] wrote: There is no single component today that can provide this kind of layout. However, I believe that you can achieve this with 2 consecutive

Re: Make dev@ private?

2008-09-04 Thread Manfred Geiler
-1 for permissions change for dev@ +1 for a clearer description any native speaker volunteering? --Manfred On Thu, Sep 4, 2008 at 6:54 PM, Simon Lessard [EMAIL PROTECTED] wrote: -1 However, it's true that Apache product users often consider themselves developer and thus post on the

[jira] Commented: (TRINIDAD-1215) org.apache.myfaces.trinidadinternal.menu.MenuNode has a dependency on javax.faces.webapp.UIComponentTag

2008-09-04 Thread Stephen Friedrich (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628445#action_12628445 ] Stephen Friedrich commented on TRINIDAD-1215: - Now that you mentioned it, I

Re: Make dev@ private?

2008-09-04 Thread simon
Ok, I've updated the master pom to make the mailing-list descriptions more verbose. Hope the new wording suits. On Thu, 2008-09-04 at 21:19 +0200, Manfred Geiler wrote: -1 for permissions change for dev@ +1 for a clearer description

Re: Make dev@ private?

2008-09-04 Thread Matthias Wessendorf
hu? Hell, no... I would be against that for several reasons. We (apache) was always an open place. If some do send wrong emails it is up to us... to help them to find the propper list. I sometimes see that JIRA is used for bugs that aren't bugs... those are questions. Making jira private doesn't

Re: Make dev@ private?

2008-09-04 Thread Matthias Wessendorf
On Thu, Sep 4, 2008 at 12:19 PM, Manfred Geiler [EMAIL PROTECTED] wrote: -1 for permissions change for dev@ +1 for a clearer description any native speaker volunteering? Nice move ;-) --Manfred On Thu, Sep 4, 2008 at 6:54 PM, Simon Lessard [EMAIL PROTECTED] wrote: -1 However, it's

Re: Make dev@ private?

2008-09-04 Thread Andrew Robinson
Okay, no problems. Just wanted to make sure the emails got to the right place. I'll just deal with the please post to the users list... It would be good to change the wording though as myfaces users are developers, so it should be clear that the dev@ list is for myfaces development discussions,

Re: [myfaces-builder-plugin] generation of faces-config.xml for myfaces core 1.2

2008-09-04 Thread Leonardo Uribe
On Sun, Aug 31, 2008 at 6:10 PM, Leonardo Uribe [EMAIL PROTECTED] wrote: Hi Checking the way of myfaces-faces-plugin generates the faces-config.xml file for myfaces core 1.2, there are some additional info using component-extensions or property-extensions tags like: component

RE: MyFaces - Trinidad - Partial Page Rendering [PPR]

2008-09-04 Thread GTrivedi
Hi, Thanks for reply. It works now. Actually I am new to JSF, hence I face this issue. Thanks a lot. nperkins wrote: Someone correct me if I'm wrong but I believe your problem is due to the fact that tr:table is a naming container and so you have to use a fully qualified id, in your