[jira] Commented: (MYFACES-736) Number converter not working with Number

2005-11-06 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-736?page=comments#action_12356903 ] Oliver Rossmueller commented on MYFACES-736: As Martin pointed out there was a reason why coercion was removed in ValueBindingImpl.setValue: it is against

Re: [VOTE] Release MyFaces 1.1.1

2005-10-25 Thread Oliver Rossmueller
my +1 -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

Re: Nightly build is broken

2005-10-11 Thread Oliver Rossmueller
, Oliver Rossmueller [EMAIL PROTECTED] wrote: Sean, are the build failure messages sent to the dev list? I'm asking because I've never seen this kind of message on the list and I'm also missing the recent build failure messages you are refering to. Oliver Sean Schofield wrote

Plans for 1.1.1RC3

2005-10-09 Thread Oliver Rossmueller
Are there plans for a 1.1.1 RC3? RC2 was built for Java5 and therefore can't pass the TCK by definition as support for Java 1.4 is required. Oliver -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

[jira] Commented: (MYFACES-623) setValue() method of ValueBindingImpl does not behave properly

2005-10-03 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-623?page=comments#action_12331161 ] Oliver Rossmueller commented on MYFACES-623: Hi Bill, I checked the spec document and there is no word about coercion in the 5.1.4 Set Value Semantics section

[jira] Resolved: (MYFACES-655) RequestMap doesn't implement putAll as it should

2005-10-02 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-655?page=all ] Oliver Rossmueller resolved MYFACES-655: Resolution: Won't Fix It's valid behaviour for a Map not to implement putAll() and clear() but to throw UnsupportedOperationException

[jira] Reopened: (MYFACES-623) setValue() method of ValueBindingImpl does not behave properly

2005-10-02 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-623?page=all ] Oliver Rossmueller reopened MYFACES-623: Assign To: Oliver Rossmueller (was: Bill Dudney) To return null for Map instances in PropertyResolverImpl.getType() is definitely

[jira] Resolved: (MYFACES-623) setValue() method of ValueBindingImpl does not behave properly

2005-10-02 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-623?page=all ] Oliver Rossmueller resolved MYFACES-623: Resolution: Fixed Modifications as described above are in r293105 on the 1.1.1 branch. I did not merge it to the trunk as there might

Re: Another change since 1.0.9 - SessionMap.clear()

2005-10-01 Thread Oliver Rossmueller
implementation. Oliver Martin Marinschek wrote: This was added by Oliver Rossmueller - who is on holidays right now ;) I suppose it was for passing the TCK also, as it was a fairly recent change. Do you have the RI available and can check what they are doing with this method? regards, Martin On 9

Re: [VOTE] Release MyFaces 1.1

2005-09-15 Thread Oliver Rossmueller
+1 Sean Schofield wrote: The release date is scheduled for Monday pending a satisfactory release vote. +1 for me -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

[jira] Closed: (MYFACES-553) NullPointerException in WebXml.getFacesServletMappings

2005-09-12 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-553?page=all ] Oliver Rossmueller closed MYFACES-553: -- Fix Version: Nightly Build Resolution: Fixed Sylvain, as there is no check for FacesServlet anymore some conditions can arise we did

Re: Release decisions

2005-09-09 Thread Oliver Rossmueller
then be addressed in 1.0.10. Last minute requests for fixing specific bugs will be fixed on the trunk but they won't go into 1.0.10. Can I get a few +1's on that? sean -- -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

[jira] Resolved: (MYFACES-536) managed bean: list-entrieshandling does not follow the spec

2005-09-09 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-536?page=all ] Oliver Rossmueller resolved MYFACES-536: Fix Version: Nightly Build Resolution: Fixed r279807 managed bean: list-entrieshandling does not follow the spec

[jira] Resolved: (MYFACES-535) property getter is not called when initializing map property of a managed bean

2005-09-09 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-535?page=all ] Oliver Rossmueller resolved MYFACES-535: Fix Version: Nightly Build Resolution: Fixed r279807 property getter is not called when initializing map property of a managed

[jira] Resolved: (MYFACES-542) JspViewHandlerImpl.getServletMapping

2005-09-09 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-542?page=all ] Oliver Rossmueller resolved MYFACES-542: Fix Version: Nightly Build Resolution: Fixed There was a bug in the getServletMapping method for the case where pathInfo is null

[jira] Created: (MYFACES-542) JspViewHandlerImpl.getServletMapping

2005-09-08 Thread Oliver Rossmueller (JIRA)
JspViewHandlerImpl.getServletMapping Key: MYFACES-542 URL: http://issues.apache.org/jira/browse/MYFACES-542 Project: MyFaces Type: Bug Components: JSR-127 Versions: Nightly Build Reporter: Oliver Rossmueller Use

[jira] Updated: (MYFACES-524) It is an error to configure cyclic references between managed beans.

2005-09-07 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-524?page=all ] Oliver Rossmueller updated MYFACES-524: --- Component: JSR-127 It is an error to configure cyclic references between managed beans

[jira] Created: (MYFACES-535) property getter is not called when initializing map property of a managed bean

2005-09-07 Thread Oliver Rossmueller (JIRA)
Components: JSR-127 Versions: Nightly Build Reporter: Oliver Rossmueller From the spec document page 5-12 For map-entries: 1. Call the property getter, if it exists. 2. If the getter returns null or doesn't exist, create a java.util.HashMap, otherwise use the returned java.util.Map. 3

[jira] Created: (MYFACES-536) managed bean: list-entrieshandling does not follow the spec

2005-09-07 Thread Oliver Rossmueller (JIRA)
Build Reporter: Oliver Rossmueller From the spec document page 5-13: For list-entries: 1. Call the property getter, if it exists. 2. If the getter returns null or doesn't exist, create a java.util.ArrayList, otherwise use the returned Object (an array or a java.util.List). 3. If a List

[jira] Commented: (MYFACES-509) StateManager.saveSerializedView must throw an IllegalStateException when View contains duplicate IDs

2005-09-06 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-509?page=comments#action_12322794 ] Oliver Rossmueller commented on MYFACES-509: r279199: Changed the exception thrown by checkForDuplicateIds to IllegalStateException

What is the purpose of _dataModelMap in UIData?

2005-09-04 Thread Oliver Rossmueller
explain this? Oliver -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

[jira] Commented: (MYFACES-464) UIInput.submittedValue is set to empty string even if there is no submitted value in the request

2005-09-02 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-464?page=comments#action_12320886 ] Oliver Rossmueller commented on MYFACES-464: From UIInput javadoc: During the Apply Request Values phase of the request processing lifecycle, the decoded value

Latest HEAD does not build

2005-09-02 Thread Oliver Rossmueller
? Oliver -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

[jira] Resolved: (MYFACES-480) implement enabledClass/disabledClass support in h:select* tags and renderers

2005-09-02 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-480?page=all ] Oliver Rossmueller resolved MYFACES-480: Fix Version: Nightly Build Resolution: Fixed implement enabledClass/disabledClass support in h:select* tags and renderers

Is standard-faces.xml the right place for AutoScrollPhaseListener?

2005-09-02 Thread Oliver Rossmueller
feature it should not be registered using standard-faces.xml. Tomahawk is a better place for things like that I suppose. Oliver -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

[jira] Resolved: (MYFACES-464) UIInput.submittedValue is set to empty string even if there is no submitted value in the request

2005-09-02 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-464?page=all ] Oliver Rossmueller resolved MYFACES-464: Fix Version: Nightly Build Resolution: Fixed The original problem was with UISelectOne which triggered a ValueChangeEvent

[jira] Created: (MYFACES-483) HtmlSelectManyMenu: validate throws ClassCastException

2005-09-02 Thread Oliver Rossmueller (JIRA)
Reporter: Oliver Rossmueller Assigned to: Oliver Rossmueller java.lang.ClassCastException: java.lang.String at javax.faces.component.UISelectMany.validateValue(UISelectMany.java:250) at javax.faces.component.UIInput.validate(UIInput.java:269

[jira] Resolved: (MYFACES-483) HtmlSelectManyMenu: validate throws ClassCastException

2005-09-02 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-483?page=all ] Oliver Rossmueller resolved MYFACES-483: Fix Version: Nightly Build Resolution: Fixed Check convertedValue for Object[] before attempt to cast HtmlSelectManyMenu: validate

[jira] Created: (MYFACES-484) UIForm.saveState must not alter the state of the component

2005-09-02 Thread Oliver Rossmueller (JIRA)
Rossmueller Assigned to: Oliver Rossmueller From UIForm.saveState javadoc: This method must not alter the state of the implementing object. MyFaces implementation resets isSubmitted to false and therefore violates the spec -- This message is automatically generated by JIRA. - If you think

[jira] Resolved: (MYFACES-484) UIForm.saveState must not alter the state of the component

2005-09-02 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-484?page=all ] Oliver Rossmueller resolved MYFACES-484: Fix Version: Nightly Build Resolution: Fixed Fixed in 267345 UIForm.saveState must not alter the state of the component

disabledClass/enabledClass in h:select*

2005-09-01 Thread Oliver Rossmueller
: The enabledClass and disabledClass attributes are now specified for all select* renderers. So the attributes are there, but what do we have to do if a value is assigned to them? Oliver -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

[jira] Created: (MYFACES-480) implement enabledClass/disabledClass support in h:select* tags and renderers

2005-09-01 Thread Oliver Rossmueller (JIRA)
: JSR-127 Versions: Nightly Build Reporter: Oliver Rossmueller Assigned to: Oliver Rossmueller Attributes enabledClass/disabledClass where introduced with JSF 1.1 for all HtmlSelect* components. The components itself already have both the enabledClass and disabledClass field

[jira] Commented: (MYFACES-480) implement enabledClass/disabledClass support in h:select* tags and renderers

2005-09-01 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-480?page=comments#action_12320833 ] Oliver Rossmueller commented on MYFACES-480: Also add disabled/enabledClass to the view state implement enabledClass/disabledClass support in h:select* tags

Re: disabledClass/enabledClass in h:select*

2005-09-01 Thread Oliver Rossmueller
. Oliver Oliver Rossmueller wrote: The JSF tagdoc mentions the attributes disabledClass and enabledClass for all the h:select* component tags. I added the corresponding fields to some of the html components yesterday as they were missing there. disabledClass/enabledClass attributes are also missing

[jira] Resolved: (MYFACES-469) temp jar files not deleted after server startup

2005-08-31 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-469?page=all ] Oliver Rossmueller resolved MYFACES-469: Fix Version: Nightly Build Resolution: Fixed Resolved in 265603 Temp files will be deleted on JVM exit if not done before. temp

[jira] Resolved: (MYFACES-462) UIComponent.processSaveState implementation not correct

2005-08-31 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-462?page=all ] Oliver Rossmueller resolved MYFACES-462: Resolution: Fixed This issue is related to UIComponent.processSaveState and not StateHolder.isTransient or StateHolder.saveState so I

[jira] Resolved: (MYFACES-462) UIComponent.processSaveState implementation not correct

2005-08-30 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-462?page=all ] Oliver Rossmueller resolved MYFACES-462: Fix Version: Nightly Build Resolution: Fixed Fixed in 264896 processSaveState is called for any child no matter what it's transient

[jira] Created: (MYFACES-457) UIComponent.findComponent implementation not correct

2005-08-29 Thread Oliver Rossmueller (JIRA)
Reporter: Oliver Rossmueller Fix For: JSF Compliance from the javadoc of UIComponent.findComponent Throws: java.lang.IllegalArgumentException - if an intermediate identifier in a search expression identifies a UIComponent that is not a NamingContainer That's not the case with the current

[jira] Created: (MYFACES-458) javax.faces.component._ComponentAttributesMap implementation not correct

2005-08-29 Thread Oliver Rossmueller (JIRA)
: Implementation Reporter: Oliver Rossmueller according the UIComponent.getAttributes javadoc the Map implementation returned by this method for any attempt to add a null key or value must throw a NullPointerException The current implementation is correct for null keys but not does not check for null

[jira] Updated: (MYFACES-458) javax.faces.component._ComponentAttributesMap implementation not correct

2005-08-29 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-458?page=all ] Oliver Rossmueller updated MYFACES-458: --- Component: JSR-127 (was: Implementation) javax.faces.component._ComponentAttributesMap implementation not correct

[jira] Created: (MYFACES-462) UIComponent.processSaveState implementation not correct

2005-08-29 Thread Oliver Rossmueller (JIRA)
Reporter: Oliver Rossmueller I think the test for child.isTransient in line 449 of UIComponentBase has to be removed as the javadoc says * Call the processSaveState() method of all facets and children of this UIComponent in the order determined by a call to getFacetsAndChildren

[jira] Created: (MYFACES-463) javax.faces.component._ComponentAttributesMap misses correct equals() method

2005-08-29 Thread Oliver Rossmueller (JIRA)
: JSR-127 Versions: Nightly Build Reporter: Oliver Rossmueller javax.faces.component._ComponentAttributesMap does not fullfil the Map contract because equals() is not implemented as required for Map: public boolean equals(Object o) Compares the specified object with this map

[jira] Created: (MYFACES-464) UIInput.submittedValue is set to empty string even if there is no submitted value in the request

2005-08-29 Thread Oliver Rossmueller (JIRA)
: MyFaces Type: Bug Components: JSR-127 Versions: Nightly Build Reporter: Oliver Rossmueller UIInput.submittedValue is set to empty string even if there is no submitted value at all. This causes a ValueChangeEvent to be queued for ANY_PHASE although there was no value change

[jira] Created: (MYFACES-465) Implement UISelectOne.validate(FacesContext)

2005-08-29 Thread Oliver Rossmueller (JIRA)
Implement UISelectOne.validate(FacesContext) Key: MYFACES-465 URL: http://issues.apache.org/jira/browse/MYFACES-465 Project: MyFaces Type: Bug Components: JSR-127 Versions: Nightly Build Reporter: Oliver

[jira] Created: (MYFACES-466) ResultDataModel.setWrappedData must not convert the wrapped data

2005-08-29 Thread Oliver Rossmueller (JIRA)
: Nightly Build Reporter: Oliver Rossmueller ResultDataModel.getWrappedData has to return an object equal to the value set using ResultDataModel.setWrappedData. The spec does not require the wrapped result to be converted to a set of rows as it is done in the current implementation

[jira] Created: (MYFACES-455) Implement ResultSetDataModel

2005-08-28 Thread Oliver Rossmueller (JIRA)
Implement ResultSetDataModel Key: MYFACES-455 URL: http://issues.apache.org/jira/browse/MYFACES-455 Project: MyFaces Type: Bug Components: JSF 1.1 Versions: Nightly Build Reporter: Oliver Rossmueller ResultSetDataModel has

Re: Proposal: Elimiante jar files from SVN

2005-06-29 Thread Oliver Rossmueller
Kleinhoefstraat 5 B-2440 Geel Tel: +32 14 57.00.90 Fax: +32 14 58.13.25 http://www.peopleware.be/ http://www.mobileware.be/ -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

[VOTE] Remove jars of required libraries from SVN

2005-06-29 Thread Oliver Rossmueller
Please vote for the proposal to - remove the jars of all required libraries from SVN - provide an ant target to download them from some external location -0 from me. If it makes all of you happy, go for it! Oliver -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany

Re: Proposal: Elimiante jar files from SVN

2005-06-29 Thread Oliver Rossmueller
have my vote there, so go for it. I promise I will not bother you with my stupid opinions and unintelligent reasoning anymore. Live long and prosper, Oliver sean On 6/29/05, Oliver Rossmueller [EMAIL PROTECTED] wrote: Sean, just a formal question: by which way did you get the power to end

Re: Proposal: Elimiante jar files from SVN

2005-06-26 Thread Oliver Rossmueller
work on. Including them in a binary distribution, of course, is a totally different animal. Craig -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

Re: Proposal: Elimiante jar files from SVN

2005-06-24 Thread Oliver Rossmueller
Message - From: Oliver Rossmueller [EMAIL PROTECTED] To: MyFaces Development dev@myfaces.apache.org Sent: Friday, June 24, 2005 6:53 AM Subject: Re: Proposal: Elimiante jar files from SVN Martin Cooper wrote: I would strongly recommend that you not store your dependencies in the SVN

Re: Proposal: Elimiante jar files from SVN

2005-06-24 Thread Oliver Rossmueller
Martin Cooper wrote: On Fri, 24 Jun 2005, Oliver Rossmueller wrote: Martin Cooper wrote: I would strongly recommend that you not store your dependencies in the SVN repo. Consider the consequences if every ASF project did the same thing. There would be many dozens of copies of the exact

Re: JSP expression values in MyFaces tags

2005-06-01 Thread Oliver Rossmueller
. It is reasonable to change this? If so I'll raise a JIRA issue. Thanks, Kevin -- [EMAIL PROTECTED] -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

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

2005-06-01 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-27?page=comments#action_66811 ] Oliver Rossmueller commented on MYFACES-27: --- One point upfront: JSCookMenu is completely broken in the current trunk, any menu click ends in an 404 error page

[jira] Commented: (MYFACES-228) Sortheader functionality does not work if datatable contains editable components

2005-05-25 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-228?page=comments#action_66311 ] Oliver Rossmueller commented on MYFACES-228: IMO the answer is yes, too. I guess no user would understand the alternative behaviour where some values

HtmlRenderUtils: why is submitted value set to empty string?

2005-05-24 Thread Oliver Rossmueller
submittedValue is set to empty string. IMHO line 86 should be ((EditableValueHolder) component).setSubmittedValue(null); So what am I missing here? Oliver -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

[jira] Commented: (MYFACES-228) Sortheader functionality does not work if datatable contains editable components

2005-05-24 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-228?page=comments#action_66231 ] Oliver Rossmueller commented on MYFACES-228: I found some time to dig a little bit deeper and in fact immediate=true/false is not the problem. Here are my

Re: Need feedback on a bug (MYFACES-228)

2005-05-23 Thread Oliver Rossmueller
fix would affect all of MyFaces. I don't think the proposed fix is the way to go but I'm looking for suggestions. TIA, sean -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

[jira] Commented: (MYFACES-228) Sortheader functionality does not work if datatable contains editable components

2005-05-23 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-228?page=comments#action_66123 ] Oliver Rossmueller commented on MYFACES-228: I suppose the bug is in HtmlCommandSortHeaderTag where attribute 'immediate' is set to 'true' for the sort header

Re: JIRA maintenance

2005-05-19 Thread Oliver Rossmueller
it is possible to rename a version in Jira. If it works that way I'm fine with using the scheme you suggested. But shouldn't we rename Nighly Build to Upcoming release then to avoid any doubts a user might have about the meaning of Fixed in Nightly Build ? Oliver sean -- Oliver Rossmueller Software

Re: Anyone use email with Ant?

2005-05-17 Thread Oliver Rossmueller
. If anyone has any experience with automated emails, logs, etc. from Ant I would apprecitate the suggestions/code. sean -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

Re: RoadMap and ChangeLog in JIRA

2005-05-17 Thread Oliver Rossmueller
development. Best regards, Jesper 1) http://issues.apache.org/jira/browse/MYFACES?report=com.atlassian.jira.plugin.system.project:roadmap-panel 2) http://jira.jboss.com/jira/browse/JBAS?report=com.atlassian.jira.plugin.system.project:roadmap-panel -- Oliver Rossmueller Software Engineer

Re: $Log$ in source files

2005-05-10 Thread Oliver Rossmueller
[EMAIL PROTECTED] wrote: Subversion doesn't support the $Log$ : http://subversion.tigris.org/faq.html#log-in-source As those $Log$ sections will be outdated, I think we should start removing them. Any thoughts ? -- Oliver Rossmueller Software Engineer and IT-Consultant

Re: Cactus tests - HOWTO

2005-04-27 Thread Oliver Rossmueller
Grant, I suppose you miss junit.jar in your $ANT_HOME/lib directory, that's the only jar I had to add. The ant junit task requires junit in the ant classpath, so there is no way to get this done by the build.xml. Oliver Grant Smith wrote: Oliver Rossmueller wrote: Thanks for the info, Oliver. I

Re: HTMLEcoder and \n

2005-03-28 Thread Oliver Rossmueller
(and don't forget to set encode=false for the h:outputText in this case otherwise the br/s will end up on the user's screen). Oliver Sylvain. -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

Re: New committer?

2005-03-20 Thread Oliver Rossmueller
for the hint. Oliver We voted also Stan Silvert and Heath Borders as MyFaces Committers. -Matthias Oliver Rossmueller wrote: If I got it right Sean is a MyFaces committer now. As Sean is contributing a lot of stuff for MyFaces, +1 on that. We had some lively discussions in the past, anyway: Sean

New committer?

2005-03-19 Thread Oliver Rossmueller
the policy to have a vote on topics like that? (I searched the archives so I suppose I did not miss a vote) Oliver -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

Re: Extensions filter performance test

2005-03-16 Thread Oliver Rossmueller
no such filter (and no compression filter either), the user might be able to see the beginning of the page, before the server has finished to render the page. But still, the overall page rendering time would be very similar. Sylvain. -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg

Re: Tree2

2005-03-13 Thread Oliver Rossmueller
. Is that correct? sean On Sat, 12 Mar 2005 14:22:55 +0100, Oliver Rossmueller [EMAIL PROTECTED] wrote: Sean Schofield wrote: snip Yes you are repeating yourself over and over on this point. I do not see how tree2 has changed the basic requirments of the user. You keep saying that I am against

Split (or kill) Extensions filter

2005-03-13 Thread Oliver Rossmueller
of filter at hand. We could create a myfaces-resources.jar instead where we place all the image and javascript resources so it's easy to add all the resources to your war file by just adding a zipfileset tag to your build file. Comments? Objections? Oliver -- Oliver Rossmueller Software

Re: Tree2

2005-03-12 Thread Oliver Rossmueller
on the inteface issue. Oliver sean -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

Re: Tree2

2005-03-06 Thread Oliver Rossmueller
there are some but if the component can be improved by understanding your scenario then I'd like to know. Both you and Heath have thrown some intersesting scenarios my way in the past and I think I have adressed them (and the component is better for it.) Oliver sean -- Oliver Rossmueller Software

Re: Tree2

2005-03-06 Thread Oliver Rossmueller
(and the component is better for it.) Oliver sean -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

Re: examples webapp test cases webapp

2005-03-06 Thread Oliver Rossmueller
them as a reference when we track some bugs. Granted we could use cactus instead, but I think cactus is a more heavy weight approach, and isn't as convenient when the goal is just to test a behavior. Any thoughts ? Thanks, Sylvain. -- Oliver Rossmueller Software Engineer and IT-Consultant

Re: Tree2

2005-03-06 Thread Oliver Rossmueller
I brought on the table. Otherwise we end up with two tree implementations which have something in common but miss some feature the other implementation has and vice versa. This can not be the goal if you ask me. Oliver Oliver sean -- Oliver Rossmueller Software Engineer

Re: Can someone please commit this patch?

2005-02-27 Thread Oliver Rossmueller
libraries was stored in the wrong case and broke the tree2 example. Since CVS can be a pain when replacing files with the same name, I decided to just change my code to match the new filename. TIA, sean -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http

Re: Is anyone available for check-in today?

2005-02-25 Thread Oliver Rossmueller
, sean -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

[jira] Created: (MYFACES-103) HtmlTreetreeStructureChanged causes exception

2005-02-06 Thread Oliver Rossmueller (JIRA)
HtmlTreetreeStructureChanged causes exception --- Key: MYFACES-103 URL: http://issues.apache.org/jira/browse/MYFACES-103 Project: MyFaces Type: Bug Versions: 1.0.8 beta Reporter: Oliver Rossmueller Assigned

[jira] Commented: (MYFACES-103) HtmlTreetreeStructureChanged causes exception

2005-02-06 Thread Oliver Rossmueller (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-103?page=comments#action_58643 ] Oliver Rossmueller commented on MYFACES-103: I assume the exception thrown because the node selected in the tree was removed from the model

Re: Roadmap for massively revised tree component (possible branch needed)

2005-02-06 Thread Oliver Rossmueller
to be helping me can see it. Making the changes on the trunk is probably the easiest option but please be aware that files will need to be dropped (they can always be restored obviously.) Regards, sean -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http

Re: SV: Javascript Hell

2004-12-01 Thread Oliver Rossmueller
good performance, I think it's an acceptable solution. Any thoughts on this approach ? Cool solution, yes of course! Manfred -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com

Re: Status of sf bugs

2004-11-30 Thread Oliver Rossmueller
it the same way for the issues I'm not able to resolve within the next week or so. Oliver Thanks, Manfred Oliver Rossmueller wrote: Hi, I was looking through the bug list on sf.net and there are six issues assigned to a developer, so can you guys please have a quick look at them. If an issue

Status of sf bugs

2004-11-26 Thread Oliver Rossmueller
of the remaining issues as possible and then move the rest to Jira so we can close the sf tracker. Oliver -- Oliver Rossmueller Software Engineer and IT-Consultant Hamburg, Germany http://www.rossmueller.com