[jira] Commented: (MYFACES-1338) MyFaces is initialized twice in Portlet

2006-09-13 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1338?page=comments#action_12434530 ] Dave Brondsema commented on MYFACES-1338: - Here's a theoretical question: what happens if you want to have a JSF webapp containing both servlets and

[jira] Commented: (MYFACES-1338) MyFaces is initialized twice in Portlet

2006-08-29 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1338?page=comments#action_12431239 ] Dave Brondsema commented on MYFACES-1338: - Mailing list thread: http://mail-archives.apache.org/mod_mbox/myfaces-users/200606.mbox/[EMAIL PROTECTED]

[jira] Commented: (MYFACES-828) HtmlCheckboxRenderer ignores readonly

2006-05-31 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-828?page=comments#action_12414116 ] Dave Brondsema commented on MYFACES-828: Anyone want to apply this patch? Or do you think it needs some modification? HtmlCheckboxRenderer ignores readonly

[jira] Created: (TOMAHAWK-259) t:messages detailFormat doesn't use an outputLabel's outputText

2006-04-17 Thread Dave Brondsema (JIRA)
t:messages detailFormat doesn't use an outputLabel's outputText --- Key: TOMAHAWK-259 URL: http://issues.apache.org/jira/browse/TOMAHAWK-259 Project: MyFaces Tomahawk Type: Bug Versions: 1.1.2-SNAPSHOT

[jira] Closed: (MYFACES-470) validator messages do not appear in portlets

2006-04-11 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-470?page=all ] Dave Brondsema closed MYFACES-470: -- Resolution: Cannot Reproduce It is no longer a problem for me validator messages do not appear in portlets

[jira] Updated: (MYFACES-828) HtmlCheckboxRenderer ignores readonly

2006-04-06 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-828?page=all ] Dave Brondsema updated MYFACES-828: --- Status: Patch Available (was: Open) HtmlCheckboxRenderer ignores readonly - Key: MYFACES-828

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

2006-03-15 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-434?page=comments#action_12370574 ] Dave Brondsema commented on MYFACES-434: As far as an evaluation of the code, I think it's fairly good. Unfortunately even though the tomahawk filter does not have

[jira] Commented: (TOMAHAWK-58) FileUpload capability does not work in a JSR - 168 portal Environment

2006-02-28 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-58?page=comments#action_12368105 ] Dave Brondsema commented on TOMAHAWK-58: What do you mean the extensions filter should be added appropriately so that the portal/servlet request gets wrapped with

[jira] Commented: (MYFACES-769) configurable IDs used for rendering

2006-02-28 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-769?page=comments#action_12368111 ] Dave Brondsema commented on MYFACES-769: In other words: My h:form is my parent-most naming container. I need its ID to be namespace-encoded since this portlet is

[jira] Commented: (TOMAHAWK-144) DateTime component to wrap separate date and time components

2006-02-24 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-144?page=comments#action_12367723 ] Dave Brondsema commented on TOMAHAWK-144: - That code I provided is buggy. I have a better implementation that works with facelets, I'm still trying to get it to

[jira] Created: (MYFACES-1154) PortletExternalContextImpl#encodeNamespace postfixes the namespace instead of prefixes it

2006-02-24 Thread Dave Brondsema (JIRA)
PortletExternalContextImpl#encodeNamespace postfixes the namespace instead of prefixes it - Key: MYFACES-1154 URL: http://issues.apache.org/jira/browse/MYFACES-1154 Project: MyFaces

[jira] Commented: (MYFACES-769) configurable IDs used for rendering

2006-02-24 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-769?page=comments#action_12367734 ] Dave Brondsema commented on MYFACES-769: Namespaces are definitely the solution to this problem. Sorry I was in left field for a while until I realized this. The

[jira] Created: (MYFACES-1123) h:messages renders styleClass wrong

2006-02-14 Thread Dave Brondsema (JIRA)
h:messages renders styleClass wrong --- Key: MYFACES-1123 URL: http://issues.apache.org/jira/browse/MYFACES-1123 Project: MyFaces Type: Bug Components: Implementation Versions: Nightly Reporter: Dave Brondsema

[jira] Commented: (MYFACES-828) HtmlCheckboxRenderer ignores readonly

2006-01-18 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-828?page=comments#action_12363146 ] Dave Brondsema commented on MYFACES-828: And menus. Best suggestion so far is to use javascript and also check the values after submission to make sure they

[jira] Created: (MYFACES-968) LifecycleImpl's restoreView throws NPE when viewId is null in a portlet context

2005-12-20 Thread Dave Brondsema (JIRA)
LifecycleImpl's restoreView throws NPE when viewId is null in a portlet context --- Key: MYFACES-968 URL: http://issues.apache.org/jira/browse/MYFACES-968 Project: MyFaces Type: Bug

[jira] Commented: (MYFACES-828) HtmlCheckboxRenderer ignores readonly

2005-12-13 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-828?page=comments#action_12360325 ] Dave Brondsema commented on MYFACES-828: This applies to selectOneRadio also HtmlCheckboxRenderer ignores readonly -

[jira] Commented: (MYFACES-769) configurable IDs used for rendering

2005-12-12 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-769?page=comments#action_12360269 ] Dave Brondsema commented on MYFACES-769: Okay. If my portlet does this: f:subview id=foo !-- all my components -- /f:subview And I use that portlet twice on one

[jira] Commented: (MYFACES-769) configurable IDs used for rendering

2005-12-11 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-769?page=comments#action_12360185 ] Dave Brondsema commented on MYFACES-769: Java code is not used to create the component tree, but that doesn't matter. I don't know if it affects servlet JSF apps.

[jira] Created: (MYFACES-844) DateTime component to wrap separate date and time components

2005-11-18 Thread Dave Brondsema (JIRA)
DateTime component to wrap separate date and time components Key: MYFACES-844 URL: http://issues.apache.org/jira/browse/MYFACES-844 Project: MyFaces Type: New Feature Components: Sandbox Reporter:

[jira] Updated: (MYFACES-844) DateTime component to wrap separate date and time components

2005-11-18 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-844?page=all ] Dave Brondsema updated MYFACES-844: --- Attachment: InputDateTime.patch DateTime component to wrap separate date and time components

[jira] Created: (MYFACES-832) use standard portlet styles as defaults

2005-11-16 Thread Dave Brondsema (JIRA)
use standard portlet styles as defaults --- Key: MYFACES-832 URL: http://issues.apache.org/jira/browse/MYFACES-832 Project: MyFaces Type: New Feature Components: Implementation Reporter: Dave Brondsema JSR-168 (portlets)

[jira] Created: (MYFACES-824) if submittedValue==null, required==true not checked

2005-11-14 Thread Dave Brondsema (JIRA)
if submittedValue==null, required==true not checked --- Key: MYFACES-824 URL: http://issues.apache.org/jira/browse/MYFACES-824 Project: MyFaces Type: Bug Components: JSR-127 Versions: Nightly Reporter:

[jira] Commented: (MYFACES-824) if submittedValue==null, required==true not checked

2005-11-14 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-824?page=comments#action_12357644 ] Dave Brondsema commented on MYFACES-824: I'm working on a custom component that binds to a Date value. It calls setSubmittedValue(myDate) but sometimes myDate is

[jira] Updated: (MYFACES-238) x:inputDate time format

2005-11-10 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-238?page=all ] Dave Brondsema updated MYFACES-238: --- Attachment: inputDate-forrest.patch x:inputDate time format --- Key: MYFACES-238 URL:

[jira] Updated: (MYFACES-238) x:inputDate time format

2005-11-10 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-238?page=all ] Dave Brondsema updated MYFACES-238: --- Attachment: inputdate2.png x:inputDate time format --- Key: MYFACES-238 URL:

[jira] Commented: (MYFACES-775) Exception in inputDate

2005-11-09 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-775?page=comments#action_12357152 ] Dave Brondsema commented on MYFACES-775: inputDate does not validate that the inputs are numbers, nor that the numbers are in the proper range Exception in

[jira] Created: (MYFACES-769) configurable IDs used for rendering

2005-10-31 Thread Dave Brondsema (JIRA)
configurable IDs used for rendering --- Key: MYFACES-769 URL: http://issues.apache.org/jira/browse/MYFACES-769 Project: MyFaces Type: Improvement Reporter: Dave Brondsema If the same code is used ot generated a component tree

[jira] Commented: (MYFACES-714) UISelectMany does not convert multiple items correctly

2005-10-18 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-714?page=comments#action_12332367 ] Dave Brondsema commented on MYFACES-714: My diagnosis was wrong. SelectMany's value must be an object array, not a list, for the converter to work. This does

[jira] Commented: (MYFACES-422) [ s:inputSuggest ] Bad values when back to the model

2005-10-17 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-422?page=comments#action_12332236 ] Dave Brondsema commented on MYFACES-422: Also, it returns a value of -1 if the user types something in instead of selecting a choice [ s:inputSuggest ] Bad values

[jira] Created: (MYFACES-713) wrong component type for InputSuggest prevents disabling

2005-10-17 Thread Dave Brondsema (JIRA)
wrong component type for InputSuggest prevents disabling Key: MYFACES-713 URL: http://issues.apache.org/jira/browse/MYFACES-713 Project: MyFaces Type: Bug Components: Sandbox Versions: Nightly

[jira] Updated: (MYFACES-713) wrong component type for InputSuggest prevents disabling

2005-10-17 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-713?page=all ] Dave Brondsema updated MYFACES-713: --- Attachment: InputSuggestTag.fixComponentType.patch patch to resolve issue wrong component type for InputSuggest prevents disabling

[jira] Commented: (MYFACES-583) Error during model data update using selectManyCheckbox

2005-10-17 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-583?page=comments#action_12332294 ] Dave Brondsema commented on MYFACES-583: Yes I think MYFACES-154 can be closed. Error during model data update using selectManyCheckbox

[jira] Created: (MYFACES-714) UISelectMany does not convert multiple items correctly

2005-10-17 Thread Dave Brondsema (JIRA)
UISelectMany does not convert multiple items correctly -- Key: MYFACES-714 URL: http://issues.apache.org/jira/browse/MYFACES-714 Project: MyFaces Type: Bug Components: Implementation Versions: 1.1.0,

[jira] Created: (MYFACES-639) wrong renderer for HtmlCommandSortHeader

2005-09-28 Thread Dave Brondsema (JIRA)
wrong renderer for HtmlCommandSortHeader Key: MYFACES-639 URL: http://issues.apache.org/jira/browse/MYFACES-639 Project: MyFaces Type: Bug Components: Tomahawk Versions: 1.1.0, Nightly Reporter: Dave Brondsema

[jira] Closed: (MYFACES-530) MyFacesGenericPortlet assumes a content-type

2005-09-08 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-530?page=all ] Dave Brondsema closed MYFACES-530: -- MyFacesGenericPortlet assumes a content-type Key: MYFACES-530 URL:

[jira] Created: (MYFACES-530) MyFacesGenericPortlet assumes a content-type

2005-09-07 Thread Dave Brondsema (JIRA)
MyFacesGenericPortlet assumes a content-type Key: MYFACES-530 URL: http://issues.apache.org/jira/browse/MYFACES-530 Project: MyFaces Type: Bug Versions: Nightly Build Reporter: Dave Brondsema Priority:

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

2005-09-01 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-434?page=comments#action_12320807 ] Dave Brondsema commented on MYFACES-434: Is it allowed to have full functionality if both project's classes are available, but limited functionality if they are

[jira] Created: (MYFACES-470) validator messages do not appear in portlets

2005-08-30 Thread Dave Brondsema (JIRA)
validator messages do not appear in portlets Key: MYFACES-470 URL: http://issues.apache.org/jira/browse/MYFACES-470 Project: MyFaces Type: Bug Versions: Nightly Build Environment: tomcat 5.5.9, uPortal 2.5.0

[jira] Commented: (MYFACES-452) inputCalendar broken in IE

2005-08-29 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-452?page=comments#action_12320427 ] Dave Brondsema commented on MYFACES-452: No, I don't have or want nested forms. The error was because I had the same portlet on the page twice. So id's were not

[jira] Created: (MYFACES-452) inputCalendar broken in IE

2005-08-26 Thread Dave Brondsema (JIRA)
inputCalendar broken in IE -- Key: MYFACES-452 URL: http://issues.apache.org/jira/browse/MYFACES-452 Project: MyFaces Type: Bug Components: Tomahawk Versions: 1.0.9 beta Environment: myfaces 1.0.9; tomcat 5.5.9; windows xp; IE 6

[jira] Commented: (MYFACES-449) new type for t:inputDate and change of behaviour for existing typu

2005-08-26 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-449?page=comments#action_12320176 ] Dave Brondsema commented on MYFACES-449: When type=time I would like to remove the seconds also. new type for t:inputDate and change of behaviour for existing typu