component - family, is it nessesayry?

2007-03-30 Thread ArijkA
Hello, I'm new in JSF custom component, and I'm confused by one question. What for component family need? I beg your pardon, if my question is silly. -- View this message in context: http://www.nabble.com/component---family%2C-is-it-nessesayry--tf3490674.html#a9748428 Sent from the My Faces -

sompozite custom component

2007-03-30 Thread ArijkA
Hello, I have question: is it possible to develop composite custom components? For example I have tomahawk and quipukit components, I woud like to develop my own component, witch includes tomahawk, quikupit and my own additions. Could you help me? -- View this message in context:

[jira] Commented: (TOMAHAWK-205) inputCalendar Popup positioned incorrectly in scrollable div

2007-03-30 Thread Dominique Jean-Prost (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485434 ] Dominique Jean-Prost commented on TOMAHAWK-205: --- Hello, I tested your patch too. I extracted

[jira] Commented: (TOMAHAWK-205) inputCalendar Popup positioned incorrectly in scrollable div

2007-03-30 Thread Dominique Jean-Prost (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485436 ] Dominique Jean-Prost commented on TOMAHAWK-205: --- As Martin mentioned, maybe we should have a look at

Re: sompozite custom component

2007-03-30 Thread Cagatay Civici
http://wiki.apache.org/myfaces/Creating_Composite_Components On 3/30/07, ArijkA [EMAIL PROTECTED] wrote: Hello, I have question: is it possible to develop composite custom components? For example I have tomahawk and quipukit components, I woud like to develop my own component, witch includes

[jira] Updated: (TOMAHAWK-947) Content of the popup is not displayed properly with RI 1.2

2007-03-30 Thread Andrzej Jakubowski (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Jakubowski updated TOMAHAWK-947: Status: Patch Available (was: Open) Content of the popup is not displayed

Re: sompozite custom component

2007-03-30 Thread Volker Weber
Hi, if you want to compose existing components in own tags you may look at the sources of the tobago extension tags: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/ Regards, Volker 2007/3/30, ArijkA [EMAIL PROTECTED]: Hello, I

Re: In response to : Request to remove some of the attachments in a specific new component, Jira TOMAHAWK-829

2007-03-30 Thread Gerald Müllan
I had a look at the contribution in one of the first versions and it was really hard to understand the interactions of the huge amount (about 10) of components and the implementation in the view (even in the provided example page). After helping little bit out and giving some hints it looks like

[jira] Created: (TOMAHAWK-950) filterTable not working with h:column

2007-03-30 Thread JIRA
filterTable not working with h:column - Key: TOMAHAWK-950 URL: https://issues.apache.org/jira/browse/TOMAHAWK-950 Project: MyFaces Tomahawk Issue Type: Bug Reporter: Matthias Weßendorf

pprPanelGroup

2007-03-30 Thread Matthias Wessendorf
Hi, I need to show the modalDialog (onclick=dojoDialog.show();) AFTER the pprRequest has been executed any idea ? -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

Re: pprPanelGroup

2007-03-30 Thread Gerald Müllan
Sounds like we need a new attribute for a js callback after returning from ppr request. On 3/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I need to show the modalDialog (onclick=dojoDialog.show();) AFTER the pprRequest has been executed any idea ? -- Matthias Wessendorf

Re: pprPanelGroup

2007-03-30 Thread Matthias Wessendorf
yeah ! volunteering ? On 3/30/07, Gerald Müllan [EMAIL PROTECTED] wrote: Sounds like we need a new attribute for a js callback after returning from ppr request. On 3/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I need to show the modalDialog (onclick=dojoDialog.show();) AFTER

Re: pprPanelGroup

2007-03-30 Thread Gerald Müllan
No :) On 3/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: yeah ! volunteering ? On 3/30/07, Gerald Müllan [EMAIL PROTECTED] wrote: Sounds like we need a new attribute for a js callback after returning from ppr request. On 3/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi,

Re: pprPanelGroup

2007-03-30 Thread Matthias Wessendorf
ok, lemme check the dojo behind ;) On 3/30/07, Gerald Müllan [EMAIL PROTECTED] wrote: No :) On 3/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: yeah ! volunteering ? On 3/30/07, Gerald Müllan [EMAIL PROTECTED] wrote: Sounds like we need a new attribute for a js callback after

[VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Manfred Geiler
Hi all, This is the official vote for MyFaces Tomahawk 1.1.5. (aka The Tomahawk Easter Release 2007 - can you find the egg?) Please note that this vote concerns all of the following parts: 1. Maven artifact group org.apache.myfaces.tomahawk v1.1.5 [1] 2. MyFaces Tomahawk Assembly [2] 3.

javascript usage

2007-03-30 Thread Matthias Wessendorf
Hello, looking at some JS pieces in PPR I am seeing lot's of foo == undefined that isn't really working in some cases... foo === undefined (or foo !== undefined) would be better. Any thoughts ? -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog:

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Dennis Byrne
+1 On 3/30/07, Manfred Geiler [EMAIL PROTECTED] wrote: Hi all, This is the official vote for MyFaces Tomahawk 1.1.5. (aka The Tomahawk Easter Release 2007 - can you find the egg?) Please note that this vote concerns all of the following parts: 1. Maven artifact group

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Martin Marinschek
for now, +0 - please can somebody check thoroughly if impl 1.1.5 and tomahawk 1.1.5 work really well together? regards, Martin On 3/30/07, Dennis Byrne [EMAIL PROTECTED] wrote: +1 On 3/30/07, Manfred Geiler [EMAIL PROTECTED] wrote: Hi all, This is the official vote for MyFaces Tomahawk

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Matthias Wessendorf
are we now deploying the sandbox to ibiblio ? http://people.apache.org/builds/myfaces/m2-staging-repository/org/apache/myfaces/tomahawk/tomahawk-sandbox/1.1.5/ On 3/30/07, Manfred Geiler [EMAIL PROTECTED] wrote: Hi all, This is the official vote for MyFaces Tomahawk 1.1.5. (aka The Tomahawk

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Gerald Müllan
+0.. let`s hunt out and search for the easter-eggs. cheers, Gerald On 3/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: are we now deploying the sandbox to ibiblio ? http://people.apache.org/builds/myfaces/m2-staging-repository/org/apache/myfaces/tomahawk/tomahawk-sandbox/1.1.5/ On

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Manfred Geiler
I don't know. Should we? What counts against deploying the sandbox to ibiblio? --Manfred On 3/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: are we now deploying the sandbox to ibiblio ?

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Matthias Wessendorf
tomahawk-1.1.5.jar: license and notice not in META-INF (same for sandbox) Not sure if that is an issue. But, -tldoc.jar: no license and notice (same for -javadoc.jar) No license and notice in tomahawk-examples-1.1.5-bin.zip Checking more files later (perhaps running RAT) -M On 3/30/07,

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Matthias Wessendorf
It's a sandbox :-) On 3/30/07, Manfred Geiler [EMAIL PROTECTED] wrote: I don't know. Should we? What counts against deploying the sandbox to ibiblio? --Manfred On 3/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: are we now deploying the sandbox to ibiblio ?

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Cagatay Civici
Hi, We've been using core 1.1.5 and latest tomahawk 1.1.5 snapshots for a month and the app doesn't show any strange behavior. So I'll give my +1 (non-binding). Regards, Cagatay

Re: In response to : Request to remove some of the attachments in a specific new component, Jira TOMAHAWK-829

2007-03-30 Thread Jihoon Kim
First I just wanted to say huge thanks to Gerald for all his helps in helping me and guiding me in making the patch, as the original version would have made people go huh? on their first look. But with much of his one on one email helpS I have reduced the number of components to 4 [DynamicTable,

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Matthias Wessendorf
Manfred, there is a maven remote-resource-plugin, that helps to avoid issues like this. -M On 3/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: tomahawk-1.1.5.jar: license and notice not in META-INF (same for sandbox) Not sure if that is an issue. But, -tldoc.jar: no license and notice

[jira] Created: (TOBAGO-342) Default-Command does not invoke progress-bar

2007-03-30 Thread Matthias Wronka (JIRA)
Default-Command does not invoke progress-bar Key: TOBAGO-342 URL: https://issues.apache.org/jira/browse/TOBAGO-342 Project: MyFaces Tobago Issue Type: Improvement Components: Core

Re: [sandbox] autoUpdateDataTable

2007-03-30 Thread Mike Kienenberger
I've also opened an issue where we can track deprecation changes (I updated the web site file for AutoUpdateDataTable.) TOMAHAWK-948 Deprecate AutoUpdateDataTable; Replace with pprPeriodicalUpdate On 3/29/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Sounds great! I've closed the open

Re: [sandbox] autoUpdateDataTable

2007-03-30 Thread Matthias Wessendorf
great! On 3/30/07, Mike Kienenberger [EMAIL PROTECTED] wrote: I've also opened an issue where we can track deprecation changes (I updated the web site file for AutoUpdateDataTable.) TOMAHAWK-948 Deprecate AutoUpdateDataTable; Replace with pprPeriodicalUpdate On 3/29/07, Mike Kienenberger

[jira] Created: (TOMAHAWK-951) ModalDialogRenderer renders a trailing , at createWidged

2007-03-30 Thread Mario Ivankovits (JIRA)
ModalDialogRenderer renders a trailing , at createWidged --- Key: TOMAHAWK-951 URL: https://issues.apache.org/jira/browse/TOMAHAWK-951 Project: MyFaces Tomahawk Issue Type: Bug

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Jeff Bischoff
+1 Tested against MyFaces Core 1.1.5 inside my web application. Thanks Manfred for all the hard work to finally get this release done! Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Manfred Geiler wrote: Hi all, This is the official vote for MyFaces Tomahawk 1.1.5. (aka The

Re: JSP viewhandler: automatic id warning when using masterDetail.jsf

2007-03-30 Thread Jeff Bischoff
Mike, I get that warning message if I use a h:form with no id attribute. In fact, I see this warning on almost every page in the simple Tomahawk example app (and they don't have an id set on the form). Perhaps the warning message could be more clear? To put it another way, if I add an id to

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Mike Kienenberger
+1 contingent on the licensing issues that Matthias Wessendorf pointed out are corrected. -1 otherwise. Tested Tomahawk/Sandbox 1.1.5 against MyFaces Core 1.1.5 inside my web app without any issues.

Re: JSP viewhandler: automatic id warning when using masterDetail.jsf

2007-03-30 Thread Mike Kienenberger
Jeff, Mind opening an issue on this? I don't remember if h:form requires an id, but I don't think it is supposed to. On 3/30/07, Jeff Bischoff [EMAIL PROTECTED] wrote: Mike, I get that warning message if I use a h:form with no id attribute. In fact, I see this warning on almost every page

Re: pprPanelGroup

2007-03-30 Thread Ernst Fastl
Hi, The PPR update is asynchronous, so it should not matter if the Dialog pops up before or after the update. At least this is the way it works for me. regards Ernst On 3/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: ok, lemme check the dojo behind ;) On 3/30/07, Gerald Müllan [EMAIL

Re: pprPanelGroup

2007-03-30 Thread Matthias Wessendorf
h:commandLink id=detailsLink onclick=dojoDialog.show(); t:updateActionListener property=#{table.detailCustomer} value=#{customer} / h:outputText value=view details / /h:commandLink and presenting this inside the modalDialog...

How are snapshot jars getting deployed?

2007-03-30 Thread David Jencks
I've noticed an odd feature of the myfaces snapshot artifacts when used in the geronimo build, namely that you have to do an online build every 24 hours even though the myfaces snapshots haven't changed. I've found this extremely inconvenient for instance if I forget to do an online

Re: pprPanelGroup

2007-03-30 Thread Ernst Fastl
Then wrap whatever u use this value-binding for with a pprPanelGroup with partialTriggers=detaisLink or the clientId if it is elsewhere. On 3/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: h:commandLink id=detailsLink onclick=dojoDialog.show();

Re: javascript usage

2007-03-30 Thread Ernst Fastl
you probably mean typeof foo == undefined vs foo === undefined but to be honest I was never really sure what the difference is. If the latter is the better approach u can go ahead and replace the statements, or I'll do it in the next patch. regards Ernst On 3/30/07, Matthias Wessendorf

Re: java.lang.String.contains (java.lang.String) should be removed [Was: svn commit: r523853]

2007-03-30 Thread Ernst Fastl
sorry for that guys, and thanks for the hint, I'll use a 1.4 JDK the next time I create a patch On 3/30/07, Gerald Müllan [EMAIL PROTECTED] wrote: Thanks Mike for the advice and the quick fix. Looks good to me, cheers, Gerald On 3/30/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Never

Re: JSP viewhandler: automatic id warning when using masterDetail.jsf

2007-03-30 Thread Jeff Bischoff
According the the Sun docs [1], it is not a required attribute. Is that official enough? (There is nothing in the spec itself about attributes of core tags, is there?) So should we remove this warning altogether, or just change it? I would be happy to open the JIRA for it, after lunch. :)

Re: [sandbox] autoUpdateDataTable

2007-03-30 Thread Jeff Bischoff
+1 on fully removing it. Anyone not willing to migrate can stick with an older sandbox. Martin Marinschek wrote: Hi *, there is one more reason, why the component should be removed - it is using prototype under the covers, and we moved to dojo a while ago. regards, Martin On 3/29/07,

[jira] Commented: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-30 Thread Jeff Bischoff (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485541 ] Jeff Bischoff commented on TOMAHAWK-945: Okay Ernst, sorry for asking. I just didn't want somebody else to

[jira] Created: (TOMAHAWK-952) Provide cleaner, consistent sorting for dataTable and selectItems

2007-03-30 Thread Mike Kienenberger (JIRA)
Provide cleaner, consistent sorting for dataTable and selectItems - Key: TOMAHAWK-952 URL: https://issues.apache.org/jira/browse/TOMAHAWK-952 Project: MyFaces Tomahawk Issue

[jira] Commented: (TOMAHAWK-952) Provide cleaner, consistent sorting for dataTable and selectItems

2007-03-30 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485543 ] Mike Kienenberger commented on TOMAHAWK-952: As a first step in this process, I've separated

Re: SortableModel and t:dataTable changes/improvements

2007-03-30 Thread Mike Kienenberger
As a first step in this process, I've separated SortableDataModel into SortableDataModel (current behavior, final, subclass of BaseSortableDataModel) and BaseSortableDataModel (extendable, works on Comparators). I tested all of the simple examples involving dataTable at one point, but it's

Re: [jira] Commented: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-30 Thread Mike Kienenberger
The best way to handle this is to use the In progress status on the JIRA issue (click Start Progress) after you create the issue to indicate that you plan to resolve the issue soon. On 3/30/07, Jeff Bischoff (JIRA) dev@myfaces.apache.org wrote: [

[jira] Commented: (TOMAHAWK-945) Split the PPR Example into smaller easy to understand Examples with explanations

2007-03-30 Thread Ernst Fastl (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485546 ] Ernst Fastl commented on TOMAHAWK-945: -- Good idea, I wouldn't have liked that as well. thanks Jeff Split

[jira] Commented: (MYFACES-1527) Problem with the jsp files in myface-examples simple.war

2007-03-30 Thread Jeff Bischoff (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485550 ] Jeff Bischoff commented on MYFACES-1527: Can we close this issue? It looks to be fixed already in the

[jira] Commented: (TOMAHAWK-728) newspaperColumns attribute ignores EL expression

2007-03-30 Thread Jeff Bischoff (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485554 ] Jeff Bischoff commented on TOMAHAWK-728: You can also take a look at the Wiki page for contributing

[jira] Commented: (TOMAHAWK-952) Provide cleaner, consistent sorting for dataTable and selectItems

2007-03-30 Thread Zdenek Sochor (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485561 ] Zdenek Sochor commented on TOMAHAWK-952: Hi, do u really have to set sort order in JSF (if only

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Zdeněk Sochor
+0.5 Explanation: working well in our apps (couldn't use 1.1.3 anymore - we use 1.1.5 in portlets too), but many Easter-eggs Zdenek Easter eggs in Tomahawk 1.1.5 (Part 1) --- package org.apache.myfaces.component.html.ext HtmlSelectOneRadio no

[jira] Commented: (TOMAHAWK-952) Provide cleaner, consistent sorting for dataTable and selectItems

2007-03-30 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485564 ] Mike Kienenberger commented on TOMAHAWK-952: Do you have to? No. Should you be able to? Yes.

Re: [jira] Commented: (TOMAHAWK-952) Provide cleaner, consistent sorting for dataTable and selectItems

2007-03-30 Thread Mike Kienenberger
If possible, let's talk about the general concept on the existing MyFaces-dev thread. Discussions in JIRA clog up the issue and have a much lower visibility than the dev mailing list. I'd like to keep the JIRA issue focused on the changes (we can add summaries of any discussion points as well

[jira] Resolved: (TOBAGO-342) Default-Command does not invoke progress-bar

2007-03-30 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-342. - Resolution: Duplicate Fix Version/s: 1.0.11 Default-Command does not invoke progress-bar

Re: [jira] Commented: (TOMAHAWK-952) Provide cleaner, consistent sorting for dataTable and selectItems

2007-03-30 Thread Zdeněk Sochor
Not a problem having discussion here, Mike ;) By looking on HtmlDataTable i found weird thing dealing with sorting: setSortProperty method is NOT called with sortColumn property - if (isSortable getSortProperty() != null) fails for table w/o column with defaultSorted [line 877]- NO

JSF 2.0 Public JSR Draft -- PLEASE COMMENT!

2007-03-30 Thread jacob
Ed Burns, co-spec lead for JSF, has posted a blog on ramping up for JSF 2.0 http://weblogs.java.net/blog/edburns/archive/2007/03/prejcpfiled_dra_1.html In hopes of delivering the best possible solution, feel free to comment on the associated wiki for EG consideration in scoping the next

Re: SortableModel and t:dataTable changes/improvements

2007-03-30 Thread Mike Kienenberger
If you're trying to say that the current sorting code is a bit odd, I'd agree :-) I think it needs to be rethought and rewritten. Some of the things I suspect: - You cannot have a sorted display without creating user-clickable sortable headers. - You cannot specify a list of sort criteria, even

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Volker Weber
Hi, i'm against 'releasing' sandbox, it's just the tomahawks playground. If we release the sandbox we also release the api, and then it's hard to promote a component to tomahawk, or just drop it as it's currently in discussion for the autoUpdateDatatable. Regards, Volker 2007/3/30, Manfred

Re: JSF 2.0 Public JSR Draft -- PLEASE COMMENT!

2007-03-30 Thread Mike Kienenberger
Folks, I know I've seen issues where component developers have come up against the problem of not having access to the form submission process. I was never directly involved with any of these issues, so I can't describe it adequately to include in the JSF 2.0 wiki. Maybe someone else can step

Re: [jira] Commented: (TOMAHAWK-952) Provide cleaner, consistent sorting for dataTable and selectItems

2007-03-30 Thread Mike Kienenberger
[Oops -- I forgot to hit send] If you're trying to say that the current sorting code is a bit odd, I'd agree :-) I think it needs to be rethought and rewritten. Some of the things I suspect: - You cannot have a sorted display without creating user-clickable sortable headers. - You cannot

Re: [jira] Commented: (TOMAHAWK-952) Provide cleaner, consistent sorting for dataTable and selectItems

2007-03-30 Thread Zdeněk Sochor
Happens :D I wonder, who came up with this (from TLD): attribute namesortColumn/name requiredfalse/required rtexprvaluefalse/rtexprvalue description Value reference to a model property that gives the current sort column name.

Re: [jira] Commented: (TOMAHAWK-952) Provide cleaner, consistent sorting for dataTable and selectItems

2007-03-30 Thread Mike Kienenberger
Actually, I see now that what I did was start answering on this thread, then I decided it made more sense to move my response back to the SortableModel and t:dataTable changes/improvements thread. So I guess I just posted my partial incomplete answer here. I recommend reading through what I

[jira] Created: (TOMAHAWK-953) Panel Stack example fails with Message: There is more than one JSF tag with id : treePanel for parent component with id : 'stack'

2007-03-30 Thread Jeff Bischoff (JIRA)
Panel Stack example fails with Message: There is more than one JSF tag with id : treePanel for parent component with id : 'stack' - Key: TOMAHAWK-953

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Jeff Bischoff
FYI I have filed a new JIRA issue, TOMAHAWK-953, dealing with a broken examples page. Unforunately, it affects both the release artifacts and the current trunk. :( [5] https://issues.apache.org/jira/browse/TOMAHAWK-953 Manfred Geiler wrote: Hi all, This is the official vote for MyFaces

Re: [VOTE] MyFaces Tomahawk 1.1.5

2007-03-30 Thread Paul Spencer
+1 if the licensing issues that Matthias Wessendorf pointed out are corrected. I suggest adding the following, or something similar, to the release notes: For RI compatibility, and adherence to the spec, itemValues can no longer coerce to the backing bean type. You may get the

[jira] Commented: (TOMAHAWK-953) Panel Stack example fails with Message: There is more than one JSF tag with id : treePanel for parent component with id : 'stack'

2007-03-30 Thread Jeff Bischoff (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485628 ] Jeff Bischoff commented on TOMAHAWK-953: I made the change for suggested solution #2 locally. This

Re: JSP viewhandler: automatic id warning when using masterDetail.jsf

2007-03-30 Thread Jeff Bischoff
Upon further testing, my initial response may have been misleading. Back when I had JSP in my application, assigning explicit form ids is what got rid of this warning message. However in further testing today with the tomahawk examples from the release candidate files, I found this is no

[jira] Commented: (TOMAHAWK-953) Panel Stack example fails with Message: There is more than one JSF tag with id : treePanel for parent component with id : 'stack'

2007-03-30 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485654 ] Mike Kienenberger commented on TOMAHAWK-953: There's a missing converter. I've copied it from

[jira] Resolved: (TOMAHAWK-953) Panel Stack example fails with Message: There is more than one JSF tag with id : treePanel for parent component with id : 'stack'

2007-03-30 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger resolved TOMAHAWK-953. Resolution: Fixed Fix Version/s: 1.1.6-SNAPSHOT Fixed. Thanks. Also

1.1.5 Tomahawk [Was: [VOTE] MyFaces Tomahawk 1.1.5]

2007-03-30 Thread Mike Kienenberger
Can you open jira issues on these? If the problems are somewhat similar, use the same issue. Ie, one on missing attributes, one on missing save/restore, one on missing EL Value Binding support. Even if they don't make it into 1.1.5, we can get these fixed for 1.1.6. On 3/30/07, Zdeněk