Re: svn commit: r434574 [1/2] - in /myfaces: shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/ shared/trunk/core/src/main/java/org/apache/myfaces/shared/renderkit/html/ tomahawk/tru

2006-08-25 Thread Thomas Spiegl
Sure, I was looking for a jira issue dealing with this problem before my commit last night, but I could not find one. Next time I will open a new one ;) On 8/25/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Also, and I know this isn't always possible, could you commit your code cleanup

Re: Issues using Trinidad, ADF tomahawk

2006-08-25 Thread Werner Punz
Thomas Spiegl schrieb: Problem #2 (needs to be solved) Environment: MyFaces implementation ADF Faces Tomahawk 1.1.5 The hidden parameter jsf-sequence will not be rendered when using an ADF form. Possible solution: A new tomahawk component (myfacesParams), renders all hidden input

[jira] Created: (MYFACES-1392) NullPointerException in SessionMap.setAttribute

2006-08-25 Thread Mads Peter Henderson (JIRA)
NullPointerException in SessionMap.setAttribute --- Key: MYFACES-1392 URL: http://issues.apache.org/jira/browse/MYFACES-1392 Project: MyFaces Core Issue Type: Bug Components: General

Re: svn commit: r436681 - in /myfaces/core/branches/jsf12/api/src/main/java/javax/faces/webapp: ConverterELTag.java UIComponentClassicTagBase.java UIComponentELTag.java ValidatorELTag.java

2006-08-25 Thread Matthias Wessendorf
I don't get this Dennis, you delete the files b/c of JavaDoc? On 8/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: dennisbyrne Date: Thu Aug 24 23:49:52 2006 New Revision: 436681 URL: http://svn.apache.org/viewvc?rev=436681view=rev Log: removing all code committed w/ JSF 1.2 RI

Re: Myfaces Wiki ComponentMaintainers

2006-08-25 Thread Mario Ivankovits
Ok, Mike told me that I was wrong to move this discussion to pmc@ and I should repost it at [EMAIL PROTECTED] Now, I dont want to rewarm this discussion, but when I reread my own post I think there are still valid points within. So - here we go: On 8/22/06, Mario Ivankovits [EMAIL PROTECTED]

[jira] Commented: (TOMAHAWK-503) Capture and restore saveState Beans and messages when using redirect navigation rule

2006-08-25 Thread Hendrik Ebel (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-503?page=comments#action_12430461 ] Hendrik Ebel commented on TOMAHAWK-503: --- Thanks for this proposal, it's very useful! But I have found a little bug in the sandbox code: after 10 requests

[jira] Created: (MYFACES-1393) MyFaces state information is rendered by MyFaces Form

2006-08-25 Thread Thomas Spiegl (JIRA)
MyFaces state information is rendered by MyFaces Form - Key: MYFACES-1393 URL: http://issues.apache.org/jira/browse/MYFACES-1393 Project: MyFaces Core Issue Type: Bug Affects Versions:

[jira] Created: (TOMAHAWK-623) RedirectTracker and RedirectTrackerRequestMapWrapper remove implementation

2006-08-25 Thread German de la Cruz (JIRA)
RedirectTracker and RedirectTrackerRequestMapWrapper remove implementation -- Key: TOMAHAWK-623 URL: http://issues.apache.org/jira/browse/TOMAHAWK-623 Project: MyFaces Tomahawk

Re: Issues using Trinidad, ADF tomahawk

2006-08-25 Thread Thomas Spiegl
Thanks for the hint Adam. Moved the rendering of the jsf_sequence field from HtmlFormRendererBase.encodeEnd to JspViewHandlerImpl.writeState(...). Now the hidden input is rendered when using an ADF form. Thomas On 8/25/06, Werner Punz [EMAIL PROTECTED] wrote: Thomas Spiegl schrieb: Problem

[jira] Commented: (MYFACES-1346) exception when using a custom error page and a 404 occurs with an address that matches pattern for FasesServlet

2006-08-25 Thread Jeff Bischoff (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1346?page=comments#action_12430511 ] Jeff Bischoff commented on MYFACES-1346: It says status is patch available... but what patch? There are no files attached, nor Fix Version. exception

[jira] Updated: (MYFACES-1346) exception when using a custom error page and a 404 occurs with an address that matches pattern for FasesServlet

2006-08-25 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1346?page=all ] Martin Marinschek updated MYFACES-1346: --- Status: Open (was: Patch Available) exception when using a custom error page and a 404 occurs with an address that matches pattern for

Re: Proposal Jira (was Re: Partial Page Rendering for tomahawk)

2006-08-25 Thread Mike Kienenberger
On 8/25/06, Wendy Smoak [EMAIL PROTECTED] wrote: I'd be thrilled to have every commit reference a JIRA issue, but that's probably too much to ask all at once. For now I'll be happy with seeing more of them, and maybe we can move closer to 'all' at some point in the future. I am also strongly

Datatable Issue

2006-08-25 Thread Tom Innes
I am trying to debug an issue I created a couple of days ago. https://issues.apache.org/jira/browse/TOMAHAWK-616 Basically auto sorting does not work under Facelets. I have created two projects a JSP project and a Facelets project which have identical backing beans and other than

[jira] Created: (TOMAHAWK-624) Sandbox dojo incompatibility with trinidad

2006-08-25 Thread Werner Punz (JIRA)
Sandbox dojo incompatibility with trinidad -- Key: TOMAHAWK-624 URL: http://issues.apache.org/jira/browse/TOMAHAWK-624 Project: MyFaces Tomahawk Issue Type: Bug Reporter: Werner Punz

[jira] Commented: (MYFACES-943) t:selectManyCheckbox layout bounds

2006-08-25 Thread Carlos Sarmiento
David. Good morning. public int getListNumRows() { float columns = 3.0f;   listNumRows = (int) Math.ceil((float)getTipoEspc().size() / columns);   return listNumRows; } t:selectManyCheckbox id=selone_menu_extras styleClass=selectOneMenu layout=lineDirection

Keeping 1.2 in sync with 1.1 patches?

2006-08-25 Thread Mike Kienenberger
This is just a quick question before I forget to ask it again How are those of you who are working on the 1.2 branch keeping the patches to core1.1 in sync? From the commit messages I've seen, the only changes have been to implement 1.2 specific functionality.

Re: Issues using Trinidad, ADF tomahawk

2006-08-25 Thread Matthias Wessendorf
thomas can you move that to the 114 branch ? On 8/25/06, Thomas Spiegl [EMAIL PROTECTED] wrote: Thanks for the hint Adam. Moved the rendering of the jsf_sequence field from HtmlFormRendererBase.encodeEnd to JspViewHandlerImpl.writeState(...). Now the hidden input is rendered when using an ADF

Re: Issues using Trinidad, ADF tomahawk

2006-08-25 Thread Mike Kienenberger
On 8/25/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: can you move that to the 114 branch ? Yikes! Let's not do anything that might delay the 1.1.4 branch further unless it's a blocker. If it's not a regression, let's leave it for 1.1.5.

[jira] Created: (TOMAHAWK-625) fix the fisheye component

2006-08-25 Thread Werner Punz (JIRA)
fix the fisheye component - Key: TOMAHAWK-625 URL: http://issues.apache.org/jira/browse/TOMAHAWK-625 Project: MyFaces Tomahawk Issue Type: Sub-task Reporter: Werner Punz -- This message is

[jira] Created: (TOMAHAWK-626) fix the ajax autocomplete

2006-08-25 Thread Werner Punz (JIRA)
fix the ajax autocomplete -- Key: TOMAHAWK-626 URL: http://issues.apache.org/jira/browse/TOMAHAWK-626 Project: MyFaces Tomahawk Issue Type: Sub-task Reporter: Werner Punz Assigned To: Gerald

[jira] Created: (TOMAHAWK-627) fix the dojo debug initializer code

2006-08-25 Thread Werner Punz (JIRA)
fix the dojo debug initializer code --- Key: TOMAHAWK-627 URL: http://issues.apache.org/jira/browse/TOMAHAWK-627 Project: MyFaces Tomahawk Issue Type: Sub-task Reporter: Werner Punz -- This

Re: svn commit: r436681 - in /myfaces/core/branches/jsf12/api/src/main/java/javax/faces/webapp: ConverterELTag.java UIComponentClassicTagBase.java UIComponentELTag.java ValidatorELTag.java

2006-08-25 Thread Dennis Byrne
The RI javadocs were in MyFaces logging. I coded every method this way :( I will fix this problem. Dennis Byrne -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 05:08 AM To: 'MyFaces Development' Subject: Re: svn commit: r436681 - in

Re: Keeping 1.2 in sync with 1.1 patches?

2006-08-25 Thread Dennis Byrne
There are only two folks on that branch. It is a good question, and a bad situation. I am open to ideas. Dennis Byrne -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 04:35 PM To: 'MyFaces Dev mailing list' Subject: Keeping 1.2 in sync

Re: Keeping 1.2 in sync with 1.1 patches?

2006-08-25 Thread Martin Marinschek
Afaik, we're supposed to work on both branches, with the hope of merging again sometime down the road. I wonder how this will work though, with all the changes that 1.2 will require with regards to JDK1.5. regards, Martin On 8/25/06, Mike Kienenberger [EMAIL PROTECTED] wrote: This is just a

schedule group feature

2006-08-25 Thread Philippe Cornut
I was wondering if there were people working on a adding a schedule group mode which would make a t:schedule look like group schedules in outlook. If not, would you think it would be pertinent? I would welcome any design tips. WDYT? Philippe Cornut

Re: Keeping 1.2 in sync with 1.1 patches?

2006-08-25 Thread Mike Kienenberger
I'm a novice when it comes to merging, but what about periodically merging changes from 1.1 core to the 1.2 branch? Maybe once a week or something? Is that a possible solution? On 8/25/06, Martin Marinschek [EMAIL PROTECTED] wrote: Afaik, we're supposed to work on both branches, with the hope

Re: Keeping 1.2 in sync with 1.1 patches?

2006-08-25 Thread Martin Marinschek
Well, that might be better. regards, Martin On 8/25/06, Mike Kienenberger [EMAIL PROTECTED] wrote: I'm a novice when it comes to merging, but what about periodically merging changes from 1.1 core to the 1.2 branch? Maybe once a week or something? Is that a possible solution? On 8/25/06,

Good News:Trinidad Tomahawk

2006-08-25 Thread Thomas Spiegl
Good news: MyFaces Trinidad and Tomahawk components can now be used together. Major issues regarding tomahawk links have now been fixed. You wil be able to mix Trinidad and Tomahawk components in the same page, putting them into an ADF form. Version note: Get the current MyFaces version from

Re: Issues using Trinidad, ADF tomahawk

2006-08-25 Thread Thomas Spiegl
Nor wouId I merge it back to 1.1.4 either. Let's test this feature in 1.1.5. Thomas On 8/25/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 8/25/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: can you move that to the 114 branch ? Yikes! Let's not do anything that might delay the 1.1.4

[jira] Resolved: (TOMAHAWK-627) fix the dojo debug initializer code

2006-08-25 Thread Werner Punz (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-627?page=all ] Werner Punz resolved TOMAHAWK-627. -- Resolution: Fixed resolved the dojoutils now utilize the dhtml widget init code as well fix the dojo debug initializer code

Re: Keeping 1.2 in sync with 1.1 patches?

2006-08-25 Thread Dennis Byrne
I can't really take 'ownership' of this one, but I'll give it a shot. If anything, it would be an excellent way for one of us to stay up to task on all the latest core changes. Dennis Byrne -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Friday, August 25,

Re: Keeping 1.2 in sync with 1.1 patches?

2006-08-25 Thread Sean Schofield
What about getting this current version of the core trunk released? If we don't get a decent version of the 1.1.x core out there soon we won't have anybody interested in a 1.2.x version. If we manage to get a stable core release done I think we can just leave the trunk alone. There shouldn't be

Re: Keeping 1.2 in sync with 1.1 patches?

2006-08-25 Thread Wendy Smoak
On 8/25/06, Sean Schofield [EMAIL PROTECTED] wrote: What about getting this current version of the core trunk released? If we don't get a decent version of the 1.1.x core out there soon we won't have anybody interested in a 1.2.x version. If we manage to get a stable core release done I think

[jira] Resolved: (MYFACES-1103) Access to NavigationCases in NavigationHandlerImpl

2006-08-25 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-1103?page=all ] Matthias Weßendorf resolved MYFACES-1103. - Resolution: Fixed added getViewId() Access to NavigationCases in NavigationHandlerImpl

[jira] Commented: (MYFACES-1233) JSR-252 Issue #73: Added a new FacesException - javax.faces.application.ViewExpiredException

2006-08-25 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-1233?page=comments#action_12430694 ] Matthias Weßendorf commented on MYFACES-1233: - class already implemented, but not used ... JSR-252 Issue #73: Added a new FacesException -

[jira] Resolved: (MYFACES-1304) DigesterFacesConfigDispenserImpl shuld respect order of registered renderkits

2006-08-25 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-1304?page=all ] Matthias Weßendorf resolved MYFACES-1304. - Resolution: Fixed fixed in both versions of MyFaces DigesterFacesConfigDispenserImpl shuld respect order of registered renderkits

[jira] Commented: (MYFACES-1348) ExternalContext Maps do not have useful implementation of toString()

2006-08-25 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-1348?page=comments#action_12430699 ] Matthias Weßendorf commented on MYFACES-1348: - lazily extended AbstractMap. No clean up yet. ExternalContext Maps do not have useful