[jira] Created: (TOMAHAWK-645) Clicking on junctions of the tree structure leading to error

2006-08-31 Thread Sai Shiva Prasad B. (JIRA)
Clicking on junctions of the tree structure leading to error Key: TOMAHAWK-645 URL: http://issues.apache.org/jira/browse/TOMAHAWK-645 Project: MyFaces Tomahawk Issue Type: Bug

HtmlFocusRenderer questions

2006-08-31 Thread Mario Ivankovits
Hi! *) Any reason why the HtmlFocusRenderer imports dojo? DojoUtils.addMainInclude(facesContext, uiComponent, javascriptLocation, new DojoConfig()); DojoUtils.addRequire(facesContext, uiComponent, dojo.event.*); The only thing it do afterwards is something like

[jira] Created: (MYFACES-1395) f:facet with multiple h:outputText which reference beans is not working

2006-08-31 Thread Martin Klewitz (JIRA)
f:facet with multiple h:outputText which reference beans is not working --- Key: MYFACES-1395 URL: http://issues.apache.org/jira/browse/MYFACES-1395 Project: MyFaces Core

[jira] Commented: (MYFACES-1310) IllegalStateException:Strict Servlet api:cannot call getOutputSteam() after getWriter() on Weblogic 8.1 sp 5

2006-08-31 Thread xavier l (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1310?page=comments#action_12431870 ] xavier l commented on MYFACES-1310: --- exactly same problem here. I guess it has something to do with that filter:

[jira] Commented: (MYFACES-1310) IllegalStateException:Strict Servlet api:cannot call getOutputSteam() after getWriter() on Weblogic 8.1 sp 5

2006-08-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1310?page=comments#action_12431871 ] Mario Ivankovits commented on MYFACES-1310: --- sure, and there are good reasons to use the OutputStream at this place, else you cant deliver a binary

Re: HtmlFocusRenderer questions

2006-08-31 Thread Werner Punz
Mario Ivankovits schrieb: Hi! *) Any reason why the HtmlFocusRenderer imports dojo? DojoUtils.addMainInclude(facesContext, uiComponent, javascriptLocation, new DojoConfig()); DojoUtils.addRequire(facesContext, uiComponent, dojo.event.*); The only thing it do

[jira] Created: (MYFACES-1396) Too much escaping

2006-08-31 Thread Tomas Fischer (JIRA)
Too much escaping - Key: MYFACES-1396 URL: http://issues.apache.org/jira/browse/MYFACES-1396 Project: MyFaces Core Issue Type: Bug Components: General Reporter: Tomas Fischer Priority:

[jira] Commented: (MYFACES-1396) Too much escaping

2006-08-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1396?page=comments#action_12431881 ] Mario Ivankovits commented on MYFACES-1396: --- Is it possible to deliver the content as UTF-8? As far as I remember then no escaping of german umlauts

[jira] Created: (TOMAHAWK-646) InputDate ignores locale date format for today's date

2006-08-31 Thread Peter Mahoney (JIRA)
InputDate ignores locale date format for today's date - Key: TOMAHAWK-646 URL: http://issues.apache.org/jira/browse/TOMAHAWK-646 Project: MyFaces Tomahawk Issue Type: Bug

[jira] Commented: (MYFACES-1396) Too much escaping

2006-08-31 Thread Tomas Fischer (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1396?page=comments#action_12431884 ] Tomas Fischer commented on MYFACES-1396: You are right, that the UnicodeEncoder escapes all characters = 0x80 as XML entities #xxx; (however it doesn't

[jira] Commented: (MYFACES-1395) f:facet with multiple h:outputText which reference beans is not working

2006-08-31 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1395?page=comments#action_12431907 ] Dennis Byrne commented on MYFACES-1395: --- Does the problem go away if you explicitly set the id of one of the outputText elements, or put one of them

Zone and release questions

2006-08-31 Thread Wendy Smoak
Sean, do you have a release diary or notes on the Core 1.1.3 release? I can only find http://wiki.apache.org/myfaces/Release_Procedure but I thought I had seen more detailed notes somewhere. The mrmaven account only has Core 1.1.2 checked out in the home directory, yet the 1.1.3 release is in

matzew's r421499 (July 12th) commit broke t:popup on July

2006-08-31 Thread Mike Kienenberger
I had an end-user report that popups weren't working. It took me several hours to track down when it was broken. Two committers have worked on the code and neither of them verified that the simple popup examples were working after making changes. Author: matzew Date: Wed Jul 12 22:19:04 2006

[jira] Created: (TOMAHAWK-647) t:popup no longer pops up if id isn't specified manually.

2006-08-31 Thread Mike Kienenberger (JIRA)
t:popup no longer pops up if id isn't specified manually. - Key: TOMAHAWK-647 URL: http://issues.apache.org/jira/browse/TOMAHAWK-647 Project: MyFaces Tomahawk Issue Type: Bug

Unable to build Tomahawk

2006-08-31 Thread Sean Schofield
I can't seem to do a clean checkout and build of Tomahawk. D:\open-source\myfaces\tomahawk\core\src\main\java\org\apache\myfaces\custom\tre e\renderkit\html\HtmlTreeNodeRenderer.java:[40,16] getHiddenCommandLinkFieldName (java.lang.String) in

[jira] Resolved: (TOMAHAWK-647) t:popup no longer pops up if id isn't specified manually.

2006-08-31 Thread JIRA
[ http://issues.apache.org/jira/browse/TOMAHAWK-647?page=all ] Matthias Weßendorf resolved TOMAHAWK-647. - Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed fixed blocker... t:popup no longer pops up if id isn't specified manually.

Re: Zone and release questions

2006-08-31 Thread Matthias Wessendorf
114 go ahead. i am not able to do anything these days. tomorrow I fly back home. :) On 8/31/06, Wendy Smoak [EMAIL PROTECTED] wrote: Sean, do you have a release diary or notes on the Core 1.1.3 release? I can only find http://wiki.apache.org/myfaces/Release_Procedure but I thought I had seen

[jira] Commented: (MYFACES-1395) f:facet with multiple h:outputText which reference beans is not working

2006-08-31 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1395?page=comments#action_12432060 ] Dennis Byrne commented on MYFACES-1395: --- Hey Mike, I think you have figured this one out, but do note MYFACES-1029 and the fact that Klewitz has sibling

Re: Unable to build Tomahawk

2006-08-31 Thread Dennis Byrne
Can't help you. I just did a clean co and build. My guess is that you and I may have a different jar somewhere in our local repos ... or perhaps it has something to do w/ the fact that you are only building tomahawk, not the whole thing. Hope this helps. Dennis Byrne -Original