[jira] Updated: (MYFACES-663) Myfaces-all.jar contains two copies of all /share resources

2005-10-13 Thread Keijo Nurmes (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-663?page=all ] Keijo Nurmes updated MYFACES-663: - Attachment: build_duplicateShared_111.patch build_duplicateShared_current.patch This patch removes duplicates from myfaces_all.jar. I tested

[jira] Closed: (MYFACES-677) HtmlSelectOneMenu conversion error with SelectItemGroup

2005-10-13 Thread Mathias Broekelmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-677?page=all ] Mathias Broekelmann closed MYFACES-677: --- Fix Version: Nightly 1.1.1 Resolution: Fixed fixed in trunk and branch for 1.1.1 release > HtmlSelectOneMenu conversi

[jira] Closed: (MYFACES-476) commandButton doesn't renders well the application-dependent image urls

2005-10-13 Thread Mathias Broekelmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-476?page=all ] Mathias Broekelmann closed MYFACES-476: --- Fix Version: Nightly 1.1.1 Resolution: Fixed fixed in trunk and 1.1.1 branch > commandButton doesn't renders well the

[jira] Updated: (MYFACES-543) Problems handling simultaneous request from the same session

2005-10-13 Thread Marcus Schiesser (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-543?page=all ] Marcus Schiesser updated MYFACES-543: - Attachment: semaphore.patch this faces the problem of the bug. a semaphore has been included so that only one thread could access the same session.

[jira] Updated: (MYFACES-688) displayValueOnly property on HtmlSelectBooleanCheckbox throws ClassCastException during rendering, second approach

2005-10-13 Thread Stefan Betermieux (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-688?page=all ] Stefan Betermieux updated MYFACES-688: -- Attachment: HtmlRendererUtils.java.patch I have fixed the bug in HtmlRendererUtils in my local copy. Maybe someone can include this in the svn tre

[jira] Commented: (MYFACES-434) MyFaces's Portlet enhancement

2005-10-13 Thread Shinsuke SUGAYA (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-434?page=comments#action_12331982 ] Shinsuke SUGAYA commented on MYFACES-434: - Hi Werner, If you want to use it on Liferay, you have to implement HeaderResource for Liferay to support tags in . Please

Server Side Tab Switching in panelTabbedPane

2005-10-13 Thread Swarn Dhaliwal
We have code which was working with an earlier version of the MyFaces distribution. This distribution used serverSide tab switching in a panelTabbedPane. The tab switching behaviour in MyFaces-1.1.0 have been changed to client side and there is no configurable way to switch it back to the se

[jira] Commented: (MYFACES-704) Misleading error message: "a context listener is not setup in your web.xml"

2005-10-13 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-704?page=comments#action_12332011 ] Mike Kienenberger commented on MYFACES-704: --- Actually, the message is still needed, because some containers (like Jetty) don't support registering listeners from a

Re: Server Side Tab Switching in panelTabbedPane

2005-10-13 Thread Mike Kienenberger
I think that's a great idea, and Sylvain and I talked about this missing functionality when the changeover occurred. Can you open a JIRA issue on this and provide your patches? I think you'll need to have the switch enabled as an attribute on each component, though. Maybe "tabswitching=client|

Re: [tobago] label + accessKey simplification

2005-10-13 Thread Bernd Bohmann
Hello Adam, i didn't found this in the spec. If it's belongs to the HTML_BASIC Renderkit, it doesn't impact tobabo because it has a different renderkitId. Bernd Adam Winer schrieb: Another disadvantage: code that merely needs to get at the label (which is, for instance, used to build up the

Re: [tobago] label + accessKey simplification

2005-10-13 Thread Adam Winer
It'd better be in the 1.2 spec somewhere, 'cause it's in the 1.2 RI code, API side. It's not RenderKit specific. Check the getLabel() function in MessageFactory. http://tinyurl.com/dpted -- Adam On 10/13/05, Bernd Bohmann <[EMAIL PROTECTED]> wrote: > Hello Adam, > > i didn't found this in the

[jira] Updated: (MYFACES-27) JSCookmenu cannot be used for storing data

2005-10-13 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-27?page=all ] Neal Haggard updated MYFACES-27: Attachment: jscookFormPatch.txt I've attached a patch which will walk up the parent of the JSCookMenu Navigation Item and look for the first UIForm component i

[jira] Updated: (MYFACES-663) Myfaces-all.jar contains two copies of all /share resources

2005-10-13 Thread Keijo Nurmes (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-663?page=all ] Keijo Nurmes updated MYFACES-663: - Attachment: separate_share_props.diff separate_share_build.diff build.properties I had a couple of spare hours and tried to d

[jira] Commented: (MYFACES-700) incompatible change to jscookMenu

2005-10-13 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-700?page=comments#action_12332057 ] Simon Kitching commented on MYFACES-700: Interestingly, the code also has: if (themeName != null) { ... } else { ... } However the tomahawk.tld file specifies that