Re: Using datapanel to request another resource

2006-02-02 Thread Manfred Geiler
Hassnain, please ask questions of that kind on the users list (users@myfaces.apache.org). Manfred 2006/2/2, Hassnain Badami [EMAIL PROTECTED]: Hi I am using tomahawk paneltabbedpane with panel tabs. My code has the form contents of portfoliosummary.jsp t:panelTabbedPane selectedIndex=0

Re: Making datatable header fixed

2006-02-02 Thread Manfred Geiler
Hassnain, The same goes here. Please ask questions of that kind on the users list (users@myfaces.apache.org). Manfred 2006/2/2, Hassnain Badami [EMAIL PROTECTED]: Hi I am trying to create a JSF DataTable with a Scroll Bar Option (instead of Pagination Control). If i place the datatable in

Re: Bookmarking, History and JSF

2006-01-27 Thread Manfred Geiler
As Ed noted, saving everything into the GET request does not work because of URL size limitations. Old stagers within the MyFaces community might remember the so called minimizing state feature in early MyFaces 0.x versions. The goal was to provide a JSF implementation that works without

[jira] Updated: (MYFACES-1055) add colspan (and header/footer colspan) attributes to tomahawk extended column tag

2006-01-24 Thread Manfred Geiler (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1055?page=all ] Manfred Geiler updated MYFACES-1055: Priority: Minor (was: Major) add colspan (and header/footer colspan) attributes to tomahawk extended column tag

Re: Problems with tomahawk.jar

2006-01-22 Thread Manfred Geiler
Sean, don't be too rigorous. ;-) Rudi's question is actually regarding the codebase. Rudi, without having the time myself at the moment to look at the sources, there is one thing I catched in your mail: setAvtive(boolean avtive) Is this a typo in your mail or is this actually the name of the

Re: [maven] Need help with the nightly builds

2006-01-20 Thread Manfred Geiler
2006/1/20, Bruno Aranda [EMAIL PROTECTED]: I would also avoid the transitive dependencies in the bin assemblies, but not for the examples as I would expect them to be working just deploying them in my application server, Agreed +1 Manfred

Re: Myfaces new site design

2006-01-18 Thread Manfred Geiler
+1 for using the easter island picture as an eye catcher +1 for color scheme C, though my personal feeling is that the background of the top most header is a bit too cyan-ish and should be more blue-ish (i.e. more like in A) +1 for having feather+logo in upper-left corner +1 on making sub-project

Re: In JspStateManagerImpl line 209

2006-01-18 Thread Manfred Geiler
Your version of JspStateManagerImpl appears to be rather old. What MyFaces version are you using? Have you tried with latest (post Maven2 refactoring) sources? Manfred 2006/1/18, Danner, Russ [EMAIL PROTECTED]: In JspStateManagerImpl line 209 Maybe would should check before the cast

Re: [maven] We need to make a decision

2006-01-17 Thread Manfred Geiler
2006/1/17, Sean Schofield [EMAIL PROTECTED]: Hmm..good point. If myfaces-commons is deployed at the container level, but a new version of tomahawk wants a later myfaces-commons that's a problem. It's very bad style to require a container's libs to be upgraded in order to deploy a webapp,

Re: [zones] Anyone want to help setup a continuum server?

2006-01-13 Thread Manfred Geiler
I'm a unix dummy at all. All that comes to my mind: - try another shell? ksh, bash, ... - add . to the PATH Manfred 2006/1/13, Bruno Aranda [EMAIL PROTECTED]: Hi all, Yesterday Sean and I tried to setup the continuum in the myfaces zone without success. We we execute

Re: Proposed new components for sandbox/tomahawk

2006-01-12 Thread Manfred Geiler
, Manfred Geiler [EMAIL PROTECTED] wrote: 2006/1/11, Martin Marinschek [EMAIL PROTECTED]: Hi Simon, it would be best if Obsidium could file a Corporate CLA for such donations, too. http://www.apache.org/licenses/cla-corporate.txt Do you think you could get

Re: Loggers in API Components

2006-01-11 Thread Manfred Geiler
2006/1/10, Korhonen, Kalle [EMAIL PROTECTED]: -Original Message- From: Harald Ommang [mailto:[EMAIL PROTECTED] Subject: Re: Loggers in API Components On Tue, 10 Jan 2006 14:39:23 +0100 Manfred Geiler [EMAIL PROTECTED] wrote: facesContext.getExternalContext().log

Re: Page reset when changing tabs

2006-01-11 Thread Manfred Geiler
Please repost at users@myfaces.apache.org Dev list is for MyFaces developer discussions. Thanks, Manfred 2006/1/10, Andrew Moores [EMAIL PROTECTED]: Hi I've just started working with MyFaces. I'm using the TabbedPane component and noticed that when I move between tabs any components

Re: Questions regarding client validators

2006-01-11 Thread Manfred Geiler
This is more than just a nice feature - it's architecturally very important that web applications always have client-side validation as a subset of server-side validation (maybe equals, but never ever more); so it's dangerous to let people get in the habit of separately adding client-side

Re: Row count var in dataTable

2006-01-10 Thread Manfred Geiler
You must omit the #{} from your rowCountVar attribute. rowCountVar defines the NAME of the scope variable and is NOT a value reference attribute! see http://myfaces.apache.org/tomahawk/extDataTable.html And: Please use our users list for user questions. Dev list is ment for discussions regarding

Re: Loggers in API Components

2006-01-10 Thread Manfred Geiler
with Manfred on this. Stick with commons logging and don't worry about the dependency. sean On 12/23/05, Manfred Geiler [EMAIL PROTECTED] wrote: Sorry for stepping into this discussion so late. -0.5 on having a hard dependency of jsf-api

Re: tabChangeEvent

2006-01-10 Thread Manfred Geiler
Users list instead of dev list please, see http://myfaces.apache.org/mailinglists.html Thanks, Manfred 2006/1/9, me [EMAIL PROTECTED]: I have just started working with MyFaces and have come across a couple issues with the tabs and events. The first straightforward, the second more

Re: Loggers in API Components

2005-12-23 Thread Manfred Geiler
Sorry for stepping into this discussion so late. -0.5 on having a hard dependency of jsf-api to an external logging api At least Craigs issue must be assured: developers should be able to compile their custom components against jsf-api without having the need for extra libs (commons-logging). Is

Re: OT: Happy Birthday MyFaces

2005-12-20 Thread Manfred Geiler
Wow - really 3 years?! Yeah, one more reason two have a cup of Punsch or Glühwein today :-) Manfred 2005/12/19, Martin van den Bemt [EMAIL PROTECTED]: Congrats.. But I though you guys were drinking gluhwein or something ? ;) Mvgr, Martin Martin Marinschek wrote: Wow - get the champagne

Re: Code generation documentation?

2005-12-18 Thread Manfred Geiler
2005/12/13, Bruno Aranda [EMAIL PROTECTED]: I would not worry about the code generation then. It is only used to create the component at the beginning, but after that it is not useful again. It IS useful later as well. At least that's the idea behind these GENERATED CODE BEGIN sections. ;-)

Re: UIData: does _rowState get serialized with view?

2005-12-01 Thread Manfred Geiler
Yes, as Adam pointed out the value state of a component always MUST be saved as long as the model could not be have been updated with a valid value. Please keep in mind: The values of a component are NOT GUARANTEED to be submitted upon the next request. To give you a practical example, imagine two

Re: [proposal] myfaces-core.jar

2005-11-30 Thread Manfred Geiler
2005/11/30, Sean Schofield [EMAIL PROTECTED]: I wanted to resurrect one of our favorite threads ... Should the shared code be in its own jar? The reason why I bring this up now is that I'm starting to experiment with an M2 build for MyFaces. In addition to some of the arguments made earlier

Re: [tobago] URI Names of the Taglib

2005-11-29 Thread Manfred Geiler
While moving to myfaces I suggest to rename it to: http://myfaces.apache.org/tobago/component http://myfaces.apache.org/tobago/extension +1 Manfred

Re: Fetching model for read-only tables

2005-11-28 Thread Manfred Geiler
The preserveDataModel option of the x:dataTable should solve your problem. It makes the table remember all values between requests. Therefore no data fetching necessary during any phase prior to rendering. HTH, Manfred 2005/11/28, Simon Kitching [EMAIL PROTECTED]: Hi, Currently a UIData's

Re: Removing unused imports

2005-11-28 Thread Manfred Geiler
+1 no objection Manfred 2005/11/28, Mike Kienenberger [EMAIL PROTECTED]: Does anyone have a problem with me going in and removing unused imports? SeverityDescription ResourceIn Folder Location Creation Time 1 The import

Re: Plan for 1.1.2?

2005-11-23 Thread Manfred Geiler
2005/11/23, Sean Schofield [EMAIL PROTECTED]: What if someone reported with affects [Nightly]. If we rename Nightly to 1.1.x on releasing, the issue would now have the property affects 1.1.x, which is wrong. Because the bug was actually FIXED in 1.1.x. Then the issue was found and fixed

[COMMUNITY] Welcome Simon!

2005-11-22 Thread Manfred Geiler
together. Kind regards, Manfred Geiler

Re: Plan for 1.1.2?

2005-11-22 Thread Manfred Geiler
inline-- 2005/11/22, Sean Schofield [EMAIL PROTECTED]: Here is my take ... We all agree on the meaning of the affects version field meaning the version reported against. So there always needs to be a Nightly version to reflect problems with the lastest and greatest source code. The fix

Re: Plan for 1.1.2?

2005-11-21 Thread Manfred Geiler
Well, there is nothing to argue against quicker release cycles. EXCEPT the fact that a new release (not a build!) does not emerge alone, ie. cannot be fully automated. There are things like release candidate voting, testing (!), release notes, homepage updates, announcements. Which takes time.

Re: Plan for 1.1.2?

2005-11-21 Thread Manfred Geiler
at creating a 'road map' for 1.1.2, (if someone can give me any access required). -Original Message- From: Manfred Geiler [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 1:05 AM To: MyFaces Development Subject: Re: Plan for 1.1.2? Well, there is nothing to argue

Re: Codegen, or the lack thereof

2005-11-09 Thread Manfred Geiler
Grant, Thanks for beeing up to doing that job. Actually I found the build file on my disk - see attachements. I could also send you the source code and the velocity file. Please tell me if you where not able to get those from the repo. Some notes: * You can ignore (or eliminate) the inspect-

Re: We need release notes for 1.1.1

2005-10-27 Thread Manfred Geiler
There is already a file in SVN. Sylvain, Thanks! Manfred 2005/10/27, Sean Schofield [EMAIL PROTECTED]: Can someone work up some release notes? sean

Re: How to run Forrest to generate the documentation?

2005-10-27 Thread Manfred Geiler
Did you add the FORREST_HOME\lib\core\xml-commons-resolver-1.1.jar to your ant classpath? Manfred 2005/10/21, sharath reddy [EMAIL PROTECTED]: Hi Mathias, I downloaded forrest-0.6 and followed your instructions. When I ran the Ant task, I got the following error in the 'validate-xdocs'

Re: [VOTE] Release MyFaces 1.1.1

2005-10-25 Thread Manfred Geiler
+1 Manfred 2005/10/25, Sean Schofield [EMAIL PROTECTED]: I think this has dragged on long enough. Apparently there was a bug introduced in one of the Tomahawk components but I don't think its worth another prolonged release candidate cycle to address it. So my proposal is to tag the RC3

Re: RC3: dependency on commons-lang

2005-10-24 Thread Manfred Geiler
Hi all, This thread is a little bit overloaded with issues and suggestions in the meantime. So I do not want to make thinks worse and only pick out the (IMO) most important point, that really has a major impact on future releases: the shared classes repackage issue. Regarding shared classes: One

Re: Support for Pagination on DataTables

2005-10-19 Thread Manfred Geiler
2005/10/19, Mashinter, Tim [EMAIL PROTECTED]: I didn't see anything in the Tomahawk stuff that would allow for pagination support.Did you take a look at the DataScroller component? I needed one so I wrote a new tag. And implemented it, just wondering if it would be something you would

Re: Time for RC3?

2005-10-18 Thread Manfred Geiler
+1 from my side Manfred 2005/10/18, Sean Schofield [EMAIL PROTECTED]: There have been a few more changes to the branch lately.What dopeople think about pushing out an RC3 and then an official releaseshortly thereafter?Should we get the ball rolling on the RC3?I'm+1 as long as there as people have

Re: [tobago] name of the prefix

2005-10-07 Thread Manfred Geiler
Sounds reasonable +1 Manfred 2005/10/7, Udo Schnurpfeil [EMAIL PROTECTED]: Hi all, after renaming the x (extension) prefix default to t (tomahawk), we have a ambiguous prefix t. My suggestion: After splitting the tobago lib into components and extensions we could use tc: for tobago

Re: Coding Standards Reminder

2005-10-05 Thread Manfred Geiler
My 0,02: I prefer the semi-automatic way, i.e. beautify on demand for marked text only. There are always lines, that are better readable if formatted by hand. Although there are editors that are able to format code in a nearly perfect way [ IntelliJ! :-) ], they cannot beat human capabilities. Not

Re: Coding Standards Reminder

2005-10-05 Thread Manfred Geiler
cents... - Brendan -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 9:20 AM To: MyFaces Development; Manfred Geiler Subject: Re: Coding Standards Reminder But you would agree that we should not have tabs right? If your editor

Re: [proposal] tobago component lib

2005-09-27 Thread Manfred Geiler
+1 subproject 2005/9/27, Mathias Brökelmann [EMAIL PROTECTED]: +1 for subproject 2005/9/27, Bruno Aranda [EMAIL PROTECTED]: Yes, a separate subproject is ok, +1 Bruno 2005/9/27, Thomas Spiegl [EMAIL PROTECTED]: sounds reasonable +1 for separate subproject On

Re: [proosal] Changes to sandbox

2005-09-23 Thread Manfred Geiler
+1 Manfred 2005/9/23, Sean Schofield [EMAIL PROTECTED]: Apparently there is a problem with faces-config.xml in myfaces-all.jar of the current release. All of this confusion seems to be coming from the fact that sandbox is in myfaces-all.jar in the nighlty but not the release. We have the

Re: tags, branches and 'current'

2005-09-23 Thread Manfred Geiler
Hi all, Sorry if I have missed something important, but for lack of time I only could rush through this thread. Just my 0.02 on this issue: - If I got it right, there is only a problem with the myfacse-all.jar, right? - So, as someone proposed earlier we could give a workaround hint (use the

Re: tags, branches and 'current'

2005-09-23 Thread Manfred Geiler
will create another tag (1_1_1 or 1_1_0_1) and that will become the release tag. As I said early in this thread I'd prefer 1.1.1 to 1.1.0.1 too. TTFN, -bd- On Sep 23, 2005, at 1:40 PM, Manfred Geiler wrote: Hi all, Sorry if I have missed something important, but for lack of time I only

Re: Broken Link on Download Page

2005-09-20 Thread Manfred Geiler
Craig, Thanks. Just fixed it in SVN. Sean, can you please update the site (or tell me how I can do it)? Thanks. -Manfred 2005/9/20, Craig McClanahan [EMAIL PROTECTED]: The MD5 link for the new release points at: http://www.apache.org/dist/myfaces/binaries/myfaces-1.1.0.tgz.md5 but

Re: Render null values in table as nbsb

2005-09-20 Thread Manfred Geiler
Jamie, HtmlTableRenderer is definitely not the correct place to apply this change. A table renderer does nothing more than rendering it's children (or let them render themselves) within the td tags. So, more important is to look at what you actually want to render as cells. Are you using

Re: [VOTE] Release MyFaces 1.1

2005-09-16 Thread Manfred Geiler
+1 -Manfred 2005/9/16, Bruno Aranda [EMAIL PROTECTED]: +1 although year selection in calendar is not working (this is the only visible bug I see)... Thanks for all the hard work, Bruno 2005/9/16, Matthias Wessendorf [EMAIL PROTECTED]: in example-config.xml there is now the

Re: FW: Where is http://myfaces.apache.org/dtd/Component.dtd defined?

2005-09-13 Thread Manfred Geiler
What do you mean by compiling xml files? -Manfred 2005/9/12, CONNER, BRENDAN (SBCSI) [EMAIL PROTECTED]: I posted this to the MyFaces discussion group, but maybe it was more appropriate to post it to the MyFaces development group I'm trying to load up the source for the Tomahawk

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

2005-09-12 Thread Manfred Geiler
Yes, you are right, thanks. Did you already change this or should I? -Manfred 2005/9/2, Oliver Rossmueller [EMAIL PROTECTED]: standard-faces.xml contains lifecycle !-- This PhaseListener is only necessary if the autoscroll feature is used --

[ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Manfred Geiler
bugs :), JSF 1.2, JSF 2.0, ... Manfred Geiler

Re: Release decisions

2005-09-09 Thread Manfred Geiler
+1 Thanks Sean, -Manfred 2005/9/9, Sean Schofield [EMAIL PROTECTED]: So are we ok to build a release candidate now? If so, I will try and get one up this weekend. sean On 9/8/05, Manfred Geiler [EMAIL PROTECTED] wrote: +1 2005/9/8, Ron [EMAIL PROTECTED]: +1 On Wed, 2005-09-07

Re: Thread-safety of JSF DataModel / TreeModel

2005-09-07 Thread Manfred Geiler
Sorry for bothering, just saw that Sean already has replied to this mail. -Manfred 2005/9/7, Manfred Geiler [EMAIL PROTECTED]: Any tree expert has an idea about this? Mathias Werlitz, any new perception? -Manfred 2005/8/26, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi, as no one

Re: Errors in MyFaces Documentation

2005-09-07 Thread Manfred Geiler
Marty, Thanks for your feedback. Since everybody seems really busy at the moment. Would you be willing to send us your proposed changes as patch files? Thanks, Manfred 2005/8/31, Marty Hall [EMAIL PROTECTED]: I am currently switching over my JSF tutorial

Re: What is the purpose of _dataModelMap in UIData?

2005-09-06 Thread Manfred Geiler
Mathias, Just became aware that I never congratulated (and thanked) you for refactoring the DataTable. Sorry, if I did scare you with my objections in the beginning. And thanks, that you have not been discouraged. ;-) -Manfred 2005/9/5, Mathias Brökelmann [EMAIL PROTECTED]: Martin is right.

[jira] Updated: (MYFACES-446) inputFileUpload field state is not restored if validation fails

2005-08-31 Thread Manfred Geiler (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-446?page=all ] Manfred Geiler updated MYFACES-446: --- Priority: Minor (was: Blocker) inputFileUpload field state is not restored if validation fails

[jira] Resolved: (MYFACES-446) inputFileUpload field state is not restored if validation fails

2005-08-31 Thread Manfred Geiler (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-446?page=all ] Manfred Geiler resolved MYFACES-446: Resolution: Won't Fix Any more comments on this? inputFileUpload field state is not restored if validation fails

[jira] Resolved: (MYFACES-472) Cannot configure RenderKitFactory through META-INF/services

2005-08-31 Thread Manfred Geiler (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-472?page=all ] Manfred Geiler resolved MYFACES-472: Resolution: Fixed Cannot configure RenderKitFactory through META-INF/services

Re: t:saveState description

2005-08-23 Thread Manfred Geiler
ok, applied your description to forrest and tld -Manfred 2005/8/12, Mike Kienenberger [EMAIL PROTECTED]: I think the t:saveState description starts off too technical. My opinion is that it'd be better to say what a user would use it for first. Maybe something along the lines of:

Re: [PROPOSAL] New mailing-list announce@myfaces.apache.org

2005-08-22 Thread Manfred Geiler
+1 Good idea. -Manfred 2005/8/21, Martin Marinschek [EMAIL PROTECTED]: Hi *, I'd like to propose a new mailing-list for Apache MyFaces: [EMAIL PROTECTED] Due to the heavy traffic on our development and user list many users of our technology refrain from subscribing to this list; it is a

Re: [proposal] Volunteers Needed Wiki

2005-08-12 Thread Manfred Geiler
+1 for both Thanks once more, Sean, for another deliberate initiative. -Manfred 2005/8/11, Stan Silvert [EMAIL PROTECTED]: OK. Carry on. +1 Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED]

Re: Moderator mailbox overflow

2005-08-10 Thread Manfred Geiler
these spammers and do them bodily harm ;) regards, Martin On 8/9/05, Manfred Geiler [EMAIL PROTECTED] wrote: 2005/8/9, Craig McClanahan [EMAIL PROTECTED]: Two other scenarios I have seen for moderator queue messages: * People who subscribe on one address and post occasionally

Re: Bug fixes

2005-08-09 Thread Manfred Geiler
of the next weeks. Please watch the dev list for infos. We are highly motivated to claim myfaces compatibility. Thanks for using MyFaces, Manfred Geiler

Re: Myfaces disallows custom String (and Object) converters?

2005-08-09 Thread Manfred Geiler
As far as I can remember, these two if statements where a fix for making MyFaces more RI compatible, but I'm not fully sure. Can you please examine the RI behaviour? Although there is nothing in the spec, these things might me necessary to keep compatibilty. -Manfred 2005/8/8, Mike Kienenberger

Re: svn commit: r225327 - /myfaces/api/trunk/src/java/javax/faces/component/UIComponentBase.java

2005-08-09 Thread Manfred Geiler
. By the way, it's not exactly clear for me why we need to have a special treatment for StateHolders. Could you clarify this for me please ? Thanks, Sylvain. On Wed, 2005-07-27 at 21:48 +0200, Manfred Geiler wrote: Sylvain, This change does not make much sense IMHO

Re: dummyForm

2005-08-09 Thread Manfred Geiler
not without buffering the whole page - which is already done by the extension filter AFAIK. HTH, Manfred 2005/8/2, [EMAIL PROTECTED] [EMAIL PROTECTED]: hi everyone. i would like to render the dummyForm right at the beginning of an html page. the reason is the following. i have a javscript

Re: [proposal] TLD changes

2005-08-09 Thread Manfred Geiler
+1 for sbx And what about thk or tmhk for tomahawk? Having 2, 3 or 4 character namespaces is * Bad news for vi addicts - so sorry about that ;-) * no problem for IDE users with IntelliSense or WYSIWYG Editor users My 0.2 -Manfred 2005/8/2, Sean Schofield [EMAIL PROTECTED]: 'sbx' is

Re: svn commit: r225327 - /myfaces/api/trunk/src/java/javax/faces/component/UIComponentBase.java

2005-08-09 Thread Manfred Geiler
I think I get it now. Sorry for that. But the x:saveState should still return the same object (value classes) as the given one. So, the right solution would be to override the UISaveState.saveAttachedState to just serialize the given bean. Do you agree with this solution ? Yes,

Re: svn commit: r225327 - /myfaces/api/trunk/src/java/javax/faces/component/UIComponentBase.java

2005-08-09 Thread Manfred Geiler
: UIComponentBase.saveAttachedState is static. Do you think we can make it non-static to allow the overridden method to work ? On Tue, 2005-08-09 at 14:35 +0200, Manfred Geiler wrote: I think I get it now. Sorry for that. But the x:saveState should still return the same object (value classes

Re: Moderator mailbox overflow

2005-08-09 Thread Manfred Geiler
2005/8/9, Craig McClanahan [EMAIL PROTECTED]: Two other scenarios I have seen for moderator queue messages: * People who subscribe on one address and post occasionally on another. (The moderator can deal with this issue once by specifically allowing postings from the alternate address,

Re: Generating a facelets myfaces.taglib.xml file

2005-07-29 Thread Manfred Geiler
It's rather simple and still useful IMO. You just define the path of your (new) component in the according build.properties (now called codegen.properties) and run one of the targets generate-single-api-component, generate-single-impl-component or generate-single-components-component depending on

[jira] Resolved: (MYFACES-359) JspViewHandlerImpl.createView doesn't play nice with decorators

2005-07-28 Thread Manfred Geiler (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-359?page=all ] Manfred Geiler resolved MYFACES-359: Fix Version: Nightly Build Resolution: Fixed patch applied JspViewHandlerImpl.createView doesn't play nice with decorators

Re: [proposal] Add some meaningful 'component' entries to JIRA

2005-07-25 Thread Manfred Geiler
+1 if nobody is against this I will add the proposed components tomorrow. -Manfred 2005/7/25, Sean Schofield [EMAIL PROTECTED]: JIRA has a field for the relevant component(s) for a bug. Currently the list of choices is empty and we're not making use of this field. I suggest we use the

Re: [proposal] use EasyMock for mocking

2005-07-21 Thread Manfred Geiler
+1 dependencies for test compiling are ok, as long as there is no need to add them to our bin-releases! :-))) -Manfred 2005/7/21, Bill Dudney [EMAIL PROTECTED]: Hi All, I've got the first of the EasyMock (http://www.easymock.org) tests in place. I have not commited the changes because I

Re: [proposal] JavaDoc from the spec?

2005-07-21 Thread Manfred Geiler
Hello, any lawyer listening that *really* understands the Sun.CfcsSpec.license.11.14.2003? Is it allowed to copy and (re)use text from the spec. Would that be kind of reproduction, which is only allowed for private use according to the spec license? I don't know. -Manfred 2005/7/21, Bill

Re: [proposal] use EasyMock for mocking

2005-07-21 Thread Manfred Geiler
2005/7/21, Bill Dudney [EMAIL PROTECTED]: The dependency will only be at development time. Yes, of course. I was just kidding... :-) -Manfred

Re: source code formatting

2005-07-21 Thread Manfred Geiler
Mathias, perhaps this can help: http://wiki.apache.org/general/WikiFrequentlyAskedQuestions -Manfred 2005/7/21, Mathias Broekelmann [EMAIL PROTECTED]: I didn´t found a way to add a file to WIKI so I have attached it to this mail. If you know a way to add the content to WIKI please do it ;-)

Re: source code formatting

2005-07-21 Thread Manfred Geiler
Yes, that's close to what we prescribed in the developer-notes.txt file, fine! ;-) -Manfred 2005/7/21, Mathias Broekelmann [EMAIL PROTECTED]: Not every one is using eclipse so in addition to the eclipse export I would like to write down the rules I use: Rules for source code formatting are

Re: forrest problem... trying to get it to run in eclipse

2005-07-16 Thread Manfred Geiler
Perhaps you must replace eclipse's default XML-Parser Crimson by Xerces. Can you set the CLASSPATH to be used by Ant when ran from within eclipse? If yes, try to put forrest's XercesImpl to this path. And if that helps please add a line to the wiki, thanks. ;-) -Manfred 2005/7/16, Werner Punz

Re: [BEER] And another one: MyFaces meeting at the ApacheCon Europe

2005-07-16 Thread Manfred Geiler
as for the location for our meeting at the JavaOne: does anybody know ApacheCon? Or JavaOne next year? :-) -Manfred

Welcome our new committers Mathias and Bruno!

2005-07-15 Thread Manfred Geiler
, Bruno, welcome on board. Looking forward to working together with you. Manfred Geiler

[OT] Pictures from the JavaOne

2005-07-12 Thread Manfred Geiler
Have a look at the latest news at http://myfaces.apache.org Regards, Manfred

Re: Problems with new documentation

2005-07-10 Thread Manfred Geiler
Thanks, Martin. BTW, I would like to add some pictures from the JavaOne to the homepage. Can you please inform me when everything is fixed? Thanks, Manfred 2005/7/10, Martin Marinschek [EMAIL PROTECTED]: I will do that. regards, Martin On 7/10/05, Sean Schofield [EMAIL PROTECTED] wrote:

Re: Homepage build works again

2005-07-10 Thread Manfred Geiler
FYI: Just added some wiki stuff to describe necessary steps to build homepage with forrest. -Manfred 2005/7/10, Martin Marinschek [EMAIL PROTECTED]: I have finished fixing the problems. It's quite interesting that forrest doesn't tell the line numbers of the problem if it is an unknown

[OT] [was: Re: build.default.properties]

2005-07-08 Thread Manfred Geiler
OT reason=justforfun I would propose that anyone committing a change that causes a test to fail be put in a small interrogation room with the Manfred Geiler Bad Cop. Be very afraid. :-) Harhr! Who dares? BTW, for serious interrogation we also need a Good Cop. Any volunteer? -Manfred

Re: proposal: consolodate examples/standard examples/simple

2005-07-08 Thread Manfred Geiler
+1 2005/7/8, Grant Smith [EMAIL PROTECTED]: +1 for consolidation, yet with separate areas for non-jsCookMenu-cluttered stuff. Sean Schofield wrote: Can we get a few more +1's for this? sean On 7/7/05, Bill Dudney [EMAIL PROTECTED] wrote: yes now the cobwebs are

Re: JavaOne, ICEfaces AJAX

2005-07-07 Thread Manfred Geiler
Thanks Bill, sounds cool. -Manfred 2005/7/7, Bill Dudney [EMAIL PROTECTED]: Hi All, I was really impressed with the ICEfaces demo at JavaOne and since it worked on the RI I wanted to check it out with MyFaces. Turns out they have a dependency on an RI Class. I've let them know about the

Re: Why is immediate=true default for HtmlCommandSortHeader

2005-07-07 Thread Manfred Geiler
Hmm, quite a long time ago... One thing I have in mind is this: For simple tables (without input components) the validation, model update and so on is not necessary. And even for complex tables it is the question if it is desireable by default to do those things and display error messages if the

Re: Why is immediate=true default for HtmlCommandSortHeader

2005-07-07 Thread Manfred Geiler
To make it backward compatible we should create a x:commandSortHeader2 component. Mathias -Original Message- From: Manfred Geiler [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 2:52 PM To: MyFaces Development Subject: Re: Why is immediate=true default

Re: Why is immediate=true default for HtmlCommandSortHeader

2005-07-07 Thread Manfred Geiler
) but won't the submitted value be lost when you change the values of the inputs after the sort? sean On 7/7/05, Manfred Geiler [EMAIL PROTECTED] wrote: There is a tradeoff here but in the end its an easy one. One the one hand, as Manfred points out, you will get potential validation

Important Topic Reminder [was: Re: MYFACES-228: preserveDataModel=true and x:dataTable fixed?]

2005-07-06 Thread Manfred Geiler
Just a reminder for everyone: Please discuss serious and important issues like this on the dev list, not on the user list! Keep in mind the different Topics: users@myfaces.apache.org -- MyFaces users help users dev@myfaces.apache.org -- MyFaces developers and committers discussions It makes

Re: Proposal: Make tomahawk stuff 100% RI compliant

2005-07-06 Thread Manfred Geiler
+1 for making tomahawk 100% RI compliant BUT -1 for removing Tiles support - definitely! Reason: * Tiles support is one of the key features of MyFaces * Tiles support should not (and is not AFAIK) RI incompatible Where does it use MyFaces impl stuff? The special JspTilesViewHandlerImpl does

Re: Outstanding webapp issues

2005-07-06 Thread Manfred Geiler
. sean On 7/6/05, Manfred Geiler [EMAIL PROTECTED] wrote: Ok, looks like I have to jump into the bad cop role now. :-( DataTable is a very very delicate component. I know there were some long outstanding issues, that need to be fixed. BUT, DataTable supported some important things

Re: Proposal: Remove website from SVN

2005-07-06 Thread Manfred Geiler
If there is an automated way without svn, of course +1 from me Thanks, -Manfred 2005/7/6, Grant Smith [EMAIL PROTECTED]: +1 Sean Schofield wrote: I know you are probably tired of my proposals by now ;-) ... but there is more work to be done. We should remove the stuff from

Re: Problem with TLD in new App Distro

2005-07-02 Thread Manfred Geiler
So, this is also the right place to congratulate and thank Stan for his brilliant Portlet/MyFaces Session at the JavaOne. For those who where not there: The Yerba Buena Theatre was full to bursting - must have been 500-1000 people - wow! -Manfred 2005/7/1, Bruno Aranda [EMAIL PROTECTED]: I

Re: Subproject name

2005-07-02 Thread Manfred Geiler
One last proposal from my side for a catchy name for the new components and extensions sub project. (Devised by a good friend of mine) Apache Obsidian Obsidian = a stone that can have many colors and serve different purposes: decoration, arrow head, pendulum, ... And there is a nice connection:

Re: Remove jars of required libraries from SVN

2005-06-30 Thread Manfred Geiler
+1 for kicking out the jars from svn -Manfred On 6/29/05, Oliver Rossmueller [EMAIL PROTECTED] wrote: 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

Re: Should we include javdoc in binary distro?

2005-06-28 Thread Manfred Geiler
+1 it was always included and that's what everybody expects, at least for the custom components code and taglib - it's the place where much of the documention is now, and where people also expect it most for an open source product -Manfred 2005/6/28, Sean Schofield [EMAIL PROTECTED]: What do

Re: Eclipse .project .classpath files

2005-06-24 Thread Manfred Geiler
Sounds good. What about the IntelliJ hackers? Anyone out there who has a similar thing for it? (workspace and project files) Thanks, Manfred 2005/6/24, Bill Dudney [EMAIL PROTECTED]: Hi All, i'd like to supply an Eclipse configuration for the projects that Sean is currently working to

Re: Proposal: Elimiante jar files from SVN

2005-06-22 Thread Manfred Geiler
yes, looks good +1 for automatic download of jars -Manfred 2005/6/21, Sean Schofield [EMAIL PROTECTED]: First off, thanks to James Mitchell (of the Struts team) who has been teaching me the wonders of svn:externals. I hope my SVN reorg will make him proud. :-) While James and I were

Re: SVN Reorg

2005-06-22 Thread Manfred Geiler
Sean, thanks for the hard work. Unfortunately at the moment I'm under great preasure at my company and fear that I cannot be of much help. I will try of course. On Saturday morning I will be on the plane to SF for JavaOne. Of course we will stay in contact next week, but I cannot promise that I

<    1   2   3   4   5   6   7   >