[jira] Created: (MYFACES-630) StartupServletContextListener should ignore missing web.xml

2005-09-27 Thread Thomas Timbul (JIRA)
StartupServletContextListener should ignore missing web.xml --- Key: MYFACES-630 URL: http://issues.apache.org/jira/browse/MYFACES-630 Project: MyFaces Type: Bug Components: Implementation Versions: 1.1.

[jira] Created: (MYFACES-631) Inaccurate documentation (wiki) "Now, you can ommit the context listener setup"

2005-09-27 Thread Thomas Timbul (JIRA)
Inaccurate documentation (wiki) "Now, you can ommit the context listener setup" --- Key: MYFACES-631 URL: http://issues.apache.org/jira/browse/MYFACES-631 Project: MyFaces Type: Improvement

[jira] Created: (MYFACES-658) UISelect*** only renders in encodeEnd(FacesContext, UIComponent)

2005-10-03 Thread Thomas Timbul (JIRA)
UISelect*** only renders in encodeEnd(FacesContext, UIComponent) Key: MYFACES-658 URL: http://issues.apache.org/jira/browse/MYFACES-658 Project: MyFaces Type: Improvement Components: Implementation

[jira] Created: (MYFACES-659) Most components 'overuse' encodeEnd

2005-10-03 Thread Thomas Timbul (JIRA)
Most components 'overuse' encodeEnd --- Key: MYFACES-659 URL: http://issues.apache.org/jira/browse/MYFACES-659 Project: MyFaces Type: Improvement Components: Implementation Versions: 1.1.0 Reporter: Thomas Timbul Most

[jira] Commented: (MYFACES-658) UISelect*** only renders in encodeEnd(FacesContext, UIComponent)

2005-10-03 Thread Thomas Timbul (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-658?page=comments#action_12331146 ] Thomas Timbul commented on MYFACES-658: --- see http://issues.apache.org/jira/browse/MYFACES-659 > UISelect*** only renders in encodeEnd(FacesContext, UIComponent) >

[jira] Commented: (MYFACES-659) Most components 'overuse' encodeEnd

2005-10-04 Thread Thomas Timbul (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-659?page=comments#action_12331260 ] Thomas Timbul commented on MYFACES-659: --- I guess thats fine with me too ;) Thanks for pointing this out, I didn't know. Please close this 'issue', I guess I was lookin

[jira] Commented: (MYFACES-630) StartupServletContextListener should ignore missing web.xml

2005-10-05 Thread Thomas Timbul (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-630?page=comments#action_12331359 ] Thomas Timbul commented on MYFACES-630: --- Please note that if only the api jar is placed in the container, the problem does not occur, but it means that myfaces-impl.ja

[jira] Created: (MYFACES-665) StartupServletContextListener crashes if all jars placed in webapp

2005-10-05 Thread Thomas Timbul (JIRA)
StartupServletContextListener crashes if all jars placed in webapp -- Key: MYFACES-665 URL: http://issues.apache.org/jira/browse/MYFACES-665 Project: MyFaces Type: Bug Components: Implementation Env

[jira] Commented: (MYFACES-665) StartupServletContextListener crashes if all jars placed in webapp

2005-10-05 Thread Thomas Timbul (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-665?page=comments#action_12331364 ] Thomas Timbul commented on MYFACES-665: --- Removing Springs variableresolver OR placing spring.jar in the webapp instead of the container fixes the problem. I will post

[jira] Commented: (MYFACES-665) StartupServletContextListener crashes if all jars placed in webapp

2005-10-05 Thread Thomas Timbul (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-665?page=comments#action_12331366 ] Thomas Timbul commented on MYFACES-665: --- please see http://opensource2.atlassian.com/projects/spring/browse/SPR-1348 > StartupServletContextListener crashes if all jar

[jira] Created: (MYFACES-666) generated form action should include existing query string if posting to same view

2005-10-05 Thread Thomas Timbul (JIRA)
generated form action should include existing query string if posting to same view -- Key: MYFACES-666 URL: http://issues.apache.org/jira/browse/MYFACES-666 Project: MyFaces Type: Improv

[jira] Commented: (MYFACES-666) generated form action should include existing query string if posting to same view

2005-10-05 Thread Thomas Timbul (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-666?page=comments#action_12331368 ] Thomas Timbul commented on MYFACES-666: --- please lower the priority. It is possible to circumvent by passing the required parameters as . The developer should know whic

[jira] Created: (MYFACES-674) 'common' accessor prefixes

2005-10-06 Thread Thomas Timbul (JIRA)
'common' accessor prefixes -- Key: MYFACES-674 URL: http://issues.apache.org/jira/browse/MYFACES-674 Project: MyFaces Type: Wish Components: General Reporter: Thomas Timbul Priority: Minor Currently (correct me if wrong) the list

[jira] Commented: (MYFACES-674) 'common' accessor prefixes

2005-10-06 Thread Thomas Timbul (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-674?page=comments#action_12331489 ] Thomas Timbul commented on MYFACES-674: --- Of course, to make EL happy and to make the whole thing more intuitive one could always write a wrapping bean (around the actu

[jira] Commented: (MYFACES-666) generated form action should include existing query string if posting to same view

2005-10-18 Thread Thomas Timbul (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-666?page=comments#action_12332369 ] Thomas Timbul commented on MYFACES-666: --- I found out that the inputHidden thing doesnt actually work. Maybe instead of doing this kind of thing in the view handler, th

[jira] Created: (MYFACES-722) make components cloneable

2005-10-19 Thread Thomas Timbul (JIRA)
make components cloneable - Key: MYFACES-722 URL: http://issues.apache.org/jira/browse/MYFACES-722 Project: MyFaces Type: New Feature Components: Implementation Reporter: Thomas Timbul This may be violating some spec, but I think it

[jira] Commented: (MYFACES-722) make components cloneable

2005-10-19 Thread Thomas Timbul (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-722?page=comments#action_12332474 ] Thomas Timbul commented on MYFACES-722: --- e.g. Object clone() { UIComponent clone = BeanUtils.cloneBean(this); //from commons beanutils clone.setChildren(new _C

[jira] Created: (MYFACES-759) Autoboxing for properties

2005-10-27 Thread Thomas Timbul (JIRA)
Autoboxing for properties - Key: MYFACES-759 URL: http://issues.apache.org/jira/browse/MYFACES-759 Project: MyFaces Type: New Feature Components: Implementation Reporter: Thomas Timbul Priority: Minor I just changed some of my be

[jira] Created: (MYFACES-1033) 'empty' EL keyword

2006-01-17 Thread Thomas Timbul (JIRA)
'empty' EL keyword -- Key: MYFACES-1033 URL: http://issues.apache.org/jira/browse/MYFACES-1033 Project: MyFaces Type: Improvement Versions: 1.1.1 Reporter: Thomas Timbul Priority: Minor This probably violates the spec and may not eve

[jira] Created: (MYFACES-1451) HtmlTableRendererBase.getStyles(UIData) should not be static

2006-10-10 Thread Thomas Timbul (JIRA)
HtmlTableRendererBase.getStyles(UIData) should not be static Key: MYFACES-1451 URL: http://issues.apache.org/jira/browse/MYFACES-1451 Project: MyFaces Core Issue Type: Improvement

[jira] [Commented] (MYFACES-3034) ui:repeat offset and size performs incorrect validation

2014-09-11 Thread Thomas Timbul (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130106#comment-14130106 ] Thomas Timbul commented on MYFACES-3034: I know this is old, but in the original

[jira] [Created] (MYFACES-3941) FaceletCacheImpl#isFaceletCached(URL) always returns false

2014-11-18 Thread Thomas Timbul (JIRA)
Thomas Timbul created MYFACES-3941: -- Summary: FaceletCacheImpl#isFaceletCached(URL) always returns false Key: MYFACES-3941 URL: https://issues.apache.org/jira/browse/MYFACES-3941 Project: MyFaces Core

[jira] [Commented] (MYFACES-3941) FaceletCacheImpl#isFaceletCached(URL) always returns false

2014-11-25 Thread Thomas Timbul (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14224354#comment-14224354 ] Thomas Timbul commented on MYFACES-3941: I think you have misunderstood the issu

[jira] [Created] (MYFACES-4002) Regression? - References to external entities not working with WebXmlParser

2015-06-17 Thread Thomas Timbul (JIRA)
Thomas Timbul created MYFACES-4002: -- Summary: Regression? - References to external entities not working with WebXmlParser Key: MYFACES-4002 URL: https://issues.apache.org/jira/browse/MYFACES-4002 Pro

[jira] [Updated] (MYFACES-4002) Regression? - References to external entities not working with WebXmlParser

2015-06-17 Thread Thomas Timbul (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Timbul updated MYFACES-4002: --- Status: Patch Available (was: Open) > Regression? - References to external entities not wor

[jira] [Comment Edited] (MYFACES-4002) Regression? - References to external entities not working with WebXmlParser

2015-08-21 Thread Thomas Timbul (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14706458#comment-14706458 ] Thomas Timbul edited comment on MYFACES-4002 at 8/21/15 9:28 AM: -

[jira] [Commented] (MYFACES-4002) Regression? - References to external entities not working with WebXmlParser

2015-08-21 Thread Thomas Timbul (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14706458#comment-14706458 ] Thomas Timbul commented on MYFACES-4002: This is what it boils down to (formatti

[jira] [Commented] (MYFACES-4002) Regression? - References to external entities not working with WebXmlParser

2015-08-28 Thread Thomas Timbul (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-4002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14718492#comment-14718492 ] Thomas Timbul commented on MYFACES-4002: I assume you created each of those file