Re: Option for NavigationHandler to support viewIds as outcome

2006-10-30 Thread Mario Ivankovits
Hi! 1) I have a managed-bean action-method which returns overview and this means, I'll go to overview.jsp As long as you placed all your jsps in the root of your webapp this works nicely, you can check if there is a navigation rule and - if not, simply add .jsp and move to this view. But if you

Re: Option for NavigationHandler to support viewIds as outcome

2006-10-31 Thread Mario Ivankovits
Hi! 1.) Seperate NavigationHandlerImpl IMHO, this is a must! I think we should *not* implement stuff which silently changes/enhances the behaviour - especially in myfaces-impl!! The TCK might forbid this change anyway ... 2.) Configurable Option not required, as everyone can configure this NH

Re: Core Release 1.1.5

2006-11-08 Thread Mario Ivankovits
Hi Wendy! If not, Core 1.1.5 can stay at Shared 2.0.4 and can use the same Shared branch as Tomahawk 1.1.4. Hmmm ... but shared will be copied into the core (or tomahawk) distribution - there is no shared.jar, so I see no advantage of *not* upgrading to the latest shared. This should not

Re: svn commit: r478073 - in /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared: renderkit/RendererUtils.java util/_ComponentUtils.java

2006-11-22 Thread Mario Ivankovits
Hi Matze! First step for MYFACES-1496. Making _ComponentUtils deprecated! and modifying RendererUtils. Maybe you can not only deprecate it, but also delegate them to the RendererUtils. That way we do not have to maintain two pieces of code. Ciao, Mario

Re: findNestingForm

2006-11-22 Thread Mario Ivankovits
Hi! _ComponentUtils to RendererUtils ? Also why is the name starting with _ ? I think that was to express the fact that this is an internal utils class. Not for public use. You know, one of the major oddities in java, you can't have package and sub-package private methods. Ciao, Mario

Re: svn commit: r478073 - in /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared: renderkit/RendererUtils.java util/_ComponentUtils.java

2006-11-22 Thread Mario Ivankovits
Hi! see my other comment on that; I didn't got feedback on my first email, so I only started on that. Well, I am fine with what you do, nothing bad :-) Deprecation is good and remove all callers is super, still, delegating the deprecated methods to the supported one is just another wish from my

Re: svn commit: r478073 - in /myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared: renderkit/RendererUtils.java util/_ComponentUtils.java

2006-11-22 Thread Mario Ivankovits
Hi! done for findNestingForm ;) (not getValie... Great! Thanks! I'll drink a beer for your tonight :-D Ciao, Mario

Re: findNestingForm

2006-11-22 Thread Mario Ivankovits
Hi! in myfaces-api we have the same; but nobody outside of myfaces-api uses them ;) so same should be true for shared as well... I think those _ thingies were introduces before the shared comes to live, so thats why we have them all around. If we think this breaks our naming convention we

Re: [VOTE] s:selectItems to tomahawk

2006-11-27 Thread Mario Ivankovits
Hi! I'm planning to promote s:selectItems to tomahawk. Component satisfies all of the requirements needed for promotion. +1 Ciao, Mario

[news] MyFaces and Spring goes conversational

2006-12-19 Thread Mario Ivankovits
Hi! Yesterday we had a meeting with Jürgen Höller and it turned out that it would make very sense to integrate our ConversationTag [1] with Spring [2]. The plan is to create a custom Spring scope which uses our ConversationManager. Together with Spring's powerful bean management facility this

spring conversation start (@manfred)

2006-12-19 Thread Mario Ivankovits
Hi! Our plan was to implicit start a conversation as soon as a conversation been will be created through spring. Well, to know which conversationContext we are currently working in (this context is required for multiple window awareness) we have to add a request parameter to every rendered url.

Re: [news] MyFaces and Spring goes conversational

2006-12-19 Thread Mario Ivankovits
Hi Matthias! The plan is to create a custom Spring scope which uses our ConversationManager. Together with Spring's powerful bean management facility this should now you are using it ? Well, sometimes good things need time ;-). Yes, now I've seen what it can do for us and I can't wait to give

Re: spring conversation start (@manfred)

2006-12-19 Thread Mario Ivankovits
Hi Jacob! how's JSF 1.2 coming along btw? What do you mean? As far as I can see JSF 1.2. do not introduce any new (flash or conversation) scope. So (IMHO) our solution works with JSF 1.2 too. If you mean how far our (MyFaces) JSF 1.2 implementation is ... well ... then I have to say there

Re: spring conversation start (@manfred)

2006-12-19 Thread Mario Ivankovits
Hi Craig! One of the architectural approaches that MyFaces developers seem to do pretty often, even when they don't have to, is think of everything as needing a component. Hehe, yes indeed. But I'll try to move away from such approaches, the Spring Conversation integration should no longer need

Re: spring conversation start (@manfred)

2006-12-19 Thread Mario Ivankovits
Hi Jacob! I might be biased too from the Seam side, but writing this, even in small steps may grow into a monster :-) Yep, and thats why we have no plans to do so ... and there are numerous implementations out there dealing with it, I don't plan to gather new enemies ;-) I can see

Re: [VOTE] dojo upgrade 0.4.1

2007-01-10 Thread Mario Ivankovits
Hi! +1 to the upgrade Ciao, Mario I just opened an official vote thread since this is an upgrade on the Tomahawk core. I ran some tests to test dojo 0.4.1, and I think we can move the codebase from 0.4.0. to 0.4.1 Since this is a major upgrade on the Tomahawk core. I wanted to open this

Re: MyFaces PMC += (Bernd, Gerald, Volker)

2007-01-17 Thread Mario Ivankovits
Hi! Please welcome our new MyFaces PMC members Bernd Bohmann, Gerald Muellan and Volker Weber! Welcome! Therefore last week there was a vote to invite them to the MyFaces Project Management Committee (PMC) and both have accepted. both? I am curious ... Which of them is a single person with

filtered stylesheets

2007-01-23 Thread Mario Ivankovits
Hi! I have the need to put some background-image styles in one of our stylesheets. Currently I have done this by changing the stylesheet through javascript on load time, but now I have to put a ton of such styles in our stylesheet and don't want to go on with this hack. I though about extending

myfaces resource loader and lastModified time

2007-01-24 Thread Mario Ivankovits
Hi! Now that I am again working around in MyFacesResourceLoader I've had a look at its lastModified stuff. You know, we create a properties file with a date generated during the build process to determine the last modified time we have to send to the browser. There the method states: *

spring conversation scope and ejb

2007-02-01 Thread Mario Ivankovits
Hi! Very much text and technical stuff, sorry for this. The basic spring conversation scope is finished and I started to use it in our project. Though, without persistence for now. do not flame For those of us, directly using hibernate objects in the view layer /do not flame it would be great

Re: MyFaces PMC += Wendy Smoak

2007-02-02 Thread Mario Ivankovits
Hi Wendy! Welcome! Ciao, Mario

Re: [VOTE] MyFaces Core 1.1.5

2007-02-14 Thread Mario Ivankovits
Hi! +1 Hi all, This is the official vote for MyFaces Core 1.1.5. Please note that this vote concerns all of the following parts: 1. Maven artifact group org.apache.myfaces.maven v1.0.5 [1] 2. Maven artifact group org.apache.myfaces.shared v2.0.5 [1] 3. Maven artifact group

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Mario Ivankovits
Hi Volker! for which reason can the normal findComponent fail? When the user do not specify the full id of the for component but only the basename. If its bad habbit to allow this I'll remove it again. I've found it comfortable for s:focus and s:submitOnEnter. Ciao, Mario

Re: svn commit: r507879 - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/custom/calendar/ sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ sandbox/core/src/main/ja

2007-02-15 Thread Mario Ivankovits
Hi Volker! for which reason can the normal findComponent fail? I don't think this approach is a good idea. This supports user in being careless in setting id's. Ok, I think you are right, I've reverted it. Now I've to file a bug for Intellij IDEA as they do not honor NaminContainer and so

Re: svn commit: r507954 - /myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java

2007-02-15 Thread Mario Ivankovits
Hi Martin! --- myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java (original) +++ myfaces/core/trunk/api/src/main/java/javax/faces/context/FacesContext.java Thu Feb 15 07:11:28 2007 @@ -84,6 +84,7 @@ protected static void

MyFaces Fusion

2007-02-22 Thread Mario Ivankovits
Hi! MyFaces Fusion is just a collection of already existing myfaces sandbox components. The main goal of this project is to ease the development of JSF applications especially if they have to deal with an ORM backend. I tried to do so a while back by developing a ConversationTag, which worked

Re: MyFaces Fusion

2007-02-22 Thread Mario Ivankovits
Hi Mike! In the future, please remember that such reviews and conclusions *must* be made on the mailing list. Ok, sorry for this. As to the actual merits of the subproject, I don't understand what value it adds to have this in both the sandbox and in fusion.How do the two subprojects

Re: MyFaces Fusion

2007-02-22 Thread Mario Ivankovits
Hi Matthias! I like the idea, but perhaps in future, please send out an email. I bet that won't hurt. No, wouldn't have hurt, you are right. However, now everyone is able to review real facts. If we do not agree about having it that way in MyFaces land I'll svn rm/svn mv/whatever it. Nothing

Re: What is Fusion? Re: svn commit: r510598 [1/6] - in /myfaces/fusion/trunk: ./ core/ core/src/ core/src/main/ core/src/main/java/ core/src/main/java/org/ core/src/main/java/org/apache/ core/src/main

2007-02-22 Thread Mario Ivankovits
Hi Mike! I did a search of my mailing archives for fusion and I didn't find anything relevent. I'd expect a new subproject to at least be preceded by an email I would have done, but my *!§$!§$%* thunderbird crashed just before I managed to hit send. Just hold on a minute please, I'll

Re: MyFaces Fusion

2007-02-22 Thread Mario Ivankovits
Mike Kienenberger schrieb: Well, the thread started with this statement, so you'll have to forgive me if I thought it was true :-) MyFaces Fusion is just a collection of already existing myfaces sandbox components. Instead of components I should have written code. There are two or three

Re: MyFaces Fusion

2007-02-22 Thread Mario Ivankovits
Hi! There needs to be some kind of discussion before a commit of this type, even if it's a single message. Ok, sorry for being too enthusiastic. I didn't realize that it would be such a mistake. What can I do now? Would it be of any help if I rollback the check-in and we start discussion about

Re: MyFaces Fusion

2007-02-22 Thread Mario Ivankovits
Hi! Other than the conversation tag, what else will be removed from the sandbox? tomahawk-sandbox There is a behind the scenes code called RequestParameterProvider which allows you to add a class which will then be called when a URL will be encoded. This is the central mechanism to ensure that a

Re: MyFaces Fusion

2007-02-23 Thread Mario Ivankovits
Hi Cagatay! I'd really really like to help if you need:) There is plenty of room to help :-) Thanks! Short term todos are: * Demo App * Documentation Regarding the DemoApp, maybe Werner is able to donate one, if not we have to build one. Would be great if you could help there if we have to

Re: MyFaces Fusion

2007-02-23 Thread Mario Ivankovits
Hi Arash! It looks like this fusion lead a more pure MyFaces application. and I am ready to use it, if you provide some minimum guidelines for rest of us. Yep, I am working on it ... should be available soonish. Ciao, Mario

Re: [VOTE] Remove Static loggers from 1.2

2007-02-27 Thread Mario Ivankovits
Hi Matthias! this was discussed near to death in the past. search for simon kitching and logging here in the myfaces list Anyway, just that we really know what we are talking about: We have to remove the static keyword from the logger and add a method getLog() which will lazily get the logger

Re: MyFaces Fusion

2007-02-27 Thread Mario Ivankovits
Hi Arash! how can I see the result of this work? I don't know if Werner is able to put his work into public, though, I am working on an example showing the same patterns. It took some time to setup the examples framework, though, yesterday I managed to bring it up and can start now to implement

MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Hi! Ok, I'll start the naming question now. My personal favorit for the new library still is MyFaces Fusion, for what I have seen on the Internet and the United States Patent and Trademark Office there is already a oracle product called Oracle Fusion, though, they trademarked the whole phrase.

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Hi Matthias! So from MY legal point of view MyFaces Fusion is safe as long as we assure that the official name of the library contains the name MyFaces too. quick note, that is should be Apache MyFaces Fusion instead of just MyFaces Fusion Right, thanks for the pointer! Ciao, Mario

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Now a serious one Apache MyFaces Salida I like the spanish style - one more: Apache MyFaces Defender In Spanish its something like to hold/to know etc Even in English we can argue we defend against detached objects ;-) Ciao, Mario

Re: MyFaces Fusion

2007-02-27 Thread Mario Ivankovits
I thought you were simply playing around with the fusion framework, not trying to use it for real work :-) He is really enthusiastic and an adventurer ;-) Kudos to Werner! Ciao, Mario

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Hi Manfred! What about Apache MyFaces Seamless ?! I don't think its a good idea to use anything which sounds like Seam. Seam aims to be much more than I have in mind for Fusion now. See, they integrated stuff to create PDFs lately. I don't wont to suggest - by using nearly the same name - that

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
What about something completely different: Apache MyFaces Aurora Positive thing, no? Seriously. Ciao, Mario

Re: MyFaces Fusion

2007-02-27 Thread Mario Ivankovits
Hi Arash! nice demo, hehe, dont lie ;-) dose any documentation exist any where to start? (other than this example) Unfortunately no, not yet. But I'll start one soon. Ciao, Mario

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Mike, It's up to you, but I'd think using a wiki page would be far easier to manage. You can propose names, and then group them as they're added: I thought that too, and I'll do so tomorrow, for now letz use the jira just to collect the names without any bias. I'll close the jira (maybe

Re: MyFaces Fusion Naming

2007-02-27 Thread Mario Ivankovits
Hey, let's collect these names in a jira task. here we go: https://issues.apache.org/jira/browse/MYFACES-1546 Ciao, Mario

Re: MyFaces Fusion

2007-02-27 Thread Mario Ivankovits
Hi Arash! just give me some hints if possible I have two more days to finish this part of the book I am writing and I am interested to replace the seam framework I used in my example with fusion (or what ever it will be called in future) I have used only seam for integration with JPA, and it

Re: MyFaces Fusion Naming

2007-02-28 Thread Mario Ivankovits
Hey, I wonder how Kleber sounds for English native speakers? I bet it sounds horrible . I hope so :-) Ciao, Mario

[POLL] Sort out of MyFaces Fusion Naming candidates

2007-02-28 Thread Mario Ivankovits
Hi! Ok, here we go. This is a poll where I hope that we can sort out the most of the names below (shouldn't be that hard ;-), afterwards I hope we are stripped down to max 4 names where we can start a vote then. Thanks for your time! Just remove the names you don't like, I'll try to sum up

Re: [POLL] Sort out of MyFaces Fusion Naming candidates

2007-02-28 Thread Mario Ivankovits
My favorites. * Apache MyFaces Connections * Apache MyFaces Mergence * Apache MyFaces Aurora * Apache MyFaces Concerto * Apache MyFaces ease * Apache MyFaces Snug * Apache MyFaces Custos * Apache MyFaces Simplex * Apache MyFaces Memento * Apache MyFaces Alta * Apache MyFaces

Re: [POLL] Sort out of MyFaces Fusion Naming candidates

2007-02-28 Thread Mario Ivankovits
Hi Paul! Please include a description of Fusion on the wiki page [1]. With out a good understanding on what the product is, it is hard to name it. Done, I hope I managed to express things sufficient. Ciao, Mario [1] http://wiki.apache.org/myfaces/ApacheMyFacesFusion

Re: MyFaces Fusion Naming

2007-02-28 Thread Mario Ivankovits
Mike Kienenberger schrieb: It probably sounds like Clever. Hmmm I start to like it :-)

Re: [BUG] javascript error on mozilla when click()

2007-02-28 Thread Mario Ivankovits
Hi! Hello I use javascript to simulate button click and send a postback to the server. Here is the java script: document.getElementById('myId').click(); If possible have a look at our sandbox component s:submitOnEvent [1] It solves many of the problems you might have when you try to do it

Re: [BUG] javascript error on mozilla when click()

2007-02-28 Thread Mario Ivankovits
Hi! document.getElementById('myId').click(); the button defenition in JSF id classic : h:commandButton id=myId actionListener=#{myListener} Are you really using just the same id for getElementById and the id defined for the commandButton? Its very unlikely that this works, though, should

MyFaces Fusion Documentation

2007-02-28 Thread Mario Ivankovits
Hi! I've started the documentation by creating two xdoc files in myfaces/fusion/core/src/site, now when I run mvn site from within myfaces/fusion it creates a site, but only a handful of pages in core/target/site and they do not use our stylesheet. Now: *) Shall I put the documentation into the

Re: MyFaces Fusion Naming

2007-02-28 Thread Mario Ivankovits
Hi Jeff! Apache Myfaces Spider I like it, though the first hit in google with software spider results in http://www.spider-software.de/ Ciao, Mario

Re: MyFaces Fusion Naming

2007-03-01 Thread Mario Ivankovits
Hi ! Just out of curiosity, why is this part of MyFaces as opposed to Shale. It sounds more like something that belongs there... We developed it under the MyFaces umbrella during the last months, we started with a tag base way until we reached the spring based solution we have now. So, thats

Re: MyFaces Fusion Naming

2007-03-02 Thread Mario Ivankovits
Hi Craig! One thing I've wondered as I've watched the fusion stuff go by ... in an architecture that is so heavily based on Spring 2 already, why wasn't Spring Web Flow used? Don't know much about SWF, but we had a meeting with Jürgen Höller from interface21 where he helped designing the

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mario Ivankovits
Hi Mike! SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id. If 'id=choiceInput' is removed from the example code below, no submit occurs. Strange thing, I tested it now with the following thing h:selectOneMenu

Re: MyFaces Fusion Naming

2007-03-02 Thread Mario Ivankovits
Hi Craig! That's where I don't understand Fusion enough to comment ... it originally appeared to me that the key value add was allocating the entity manager on the way in (when you created the conversation), and cleaning up afterwards when the conversation ended. Yes, this is one of the things

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mario Ivankovits
Hi Mike! Yes, it looked reasonable to me as well. I'm using firefox 1.5.0.10. Let me see if I get any errors. Nope. no javascript errors. Trying in IE 6. Yep. works here. So it's a firefox compatiblity issue. Does that help?:-) Unhappily no, as I use firefox 95% the day, so I

Re: SubmitOnEvent doesn't work as child of h:selectOneMenu without explicit id

2007-03-02 Thread Mario Ivankovits
Hi! Ok, its getting hot now, there is a difference between your two html snippets: not working select size=1 name=masterForm:connectPageForm:chooseMemberForm:_id48 working select size=1 name=masterForm:connectPageForm:chooseMemberForm:memberInput

Re: variable default for event used by submitOnEvent?

2007-03-02 Thread Mario Ivankovits
Hi Mike! Is there any chance we can have intelligent default event values? Yea, this is a great idea, should work. Could you please open a jira for it. Ciao, Mario

MyFaces Fusion Name Poll App

2007-03-03 Thread Mario Ivankovits
Hi! Using Apache MyFaces Fusion I've created a new example app: Ballot A tool to help make what I call dynamic votes. BTW: Even if there would have such a tool already there, I wanted to create another example for fusion. It is not meant to replace the voting on the ML, its just to distill those

Re: MyFaces Fusion Name Poll App

2007-03-03 Thread Mario Ivankovits
Btw, this poll will not be anonymous, so that everyone can be sure that I don't manipulate the data. A (to be create) page will allow you to have a look at the vote of each voter. If you don't mind Hi! Using Apache MyFaces Fusion I've created a new example app: Ballot A tool to help make

Re: MyFaces Fusion Name Poll App

2007-03-03 Thread Mario Ivankovits
Another question is, if I should allow you to vote for each name, or if I should force you to cast your vote for e.g. 5 names only. Then changing the available vote selections should be 0 1 2 3 4 5, no? Hi! Using Apache MyFaces Fusion I've created a new example app: Ballot A tool to help make

[POLL] Fusion Naming

2007-03-04 Thread Mario Ivankovits
Hi! Ok, I've setup a little application which should help finding a name out of the tons we have. For the next few days you can reach it at [1]. First you have to register, this works by simply clicking on Register and enter your e-mail address and name. You'll receive a URL which you have to

Re: [POLL] Fusion Naming

2007-03-04 Thread Mario Ivankovits
btw you have to choose exactly 5 names for a valid vote. You'll receive a email if everything vent fine. Else a message will be shown, though at the end of the page if you voted too much/less names. The UI can be enhanced ;-) Mario -Original Message- From: Mario Ivankovits [EMAIL

Re: Tomahawk 1.1.5 branch created to eartly?

2007-03-07 Thread Mario Ivankovits
Hi! Depends whether we want the Tomahawk code to be pre-Fusion or not. Of course Fusion is a separate subproject, so it really only affects the (deleted) Sandbox components, right? Yes, Fusion affects the sandbox only (if at all). I think Fusion should not be the reason to hold back a Tomahawk

Re: [POLL] Fusion Naming

2007-03-08 Thread Mario Ivankovits
Hi Manfred! Cool application! Thanks! Sad that there are so few votes yet... :-( Yeah, anyway, I'll close the vote today and will come up (as it looks like now) with the top three names. Ciao, Mario

Re: [POLL] Fusion Naming

2007-03-08 Thread Mario Ivankovits
Hi Jesse! will you provide the source for these apps? It is part of the examples module for Fusion (how I'll miss this name :-( ). So yes, everyone will have access to it :-) grats on a cool new way to vote... Thanks! Ciao, Mario

[RESULT][POLL] Fusion Naming

2007-03-08 Thread Mario Ivankovits
Hi! The result for this poll is We had 12 voters and they voted (where the number is the number of +1 votes for this name): Apache MyFaces Orchestra7 Apache MyFaces Aurora 6 Apache MyFaces Connections 4 Apache MyFaces Edge 3 Apache MyFaces Kleber 3

[VOTE] New Apache MyFaces Fusion Name

2007-03-08 Thread Mario Ivankovits
Hi! Based on the previous poll it should be possible now to vote on a new name. Please choose one of the three names (adding new ones can't be honored from now on). The one with the most votes should make it then. [ ] Apache MyFaces Orchestra [ ] Apache MyFaces Aurora [ ] Apache MyFaces

Re: [VOTE] New Apache MyFaces Fusion Name

2007-03-08 Thread Mario Ivankovits
[X] Apache MyFaces Orchestra [ ] Apache MyFaces Aurora [ ] Apache MyFaces Connections

Client Side Validation i18n aware?

2007-03-11 Thread Mario Ivankovits
Hi Cagatay! + var doubleRegExp = /^(\+|-)?\d*\.?\d*([eE]\d+)?[dD]?$/; I haven't had a look at all your validation code, though, do it deal with i18n? Means, the regexp above allows to have a . - I guess as fraction delimiter. But then, this depends on language

Re: Client Side Validation i18n aware?

2007-03-12 Thread Mario Ivankovits
Hi Cagatay! Good catch, I was thinking about localization before but I left it for later for now. Because it seems like the server side converters like javax.faces.FloatConverter or javax.faces.DoubleConverter do not handle i18n too. I'm trying to make the client side validation be %100

Re: [Proposal] RCF, a rich component library for JSF

2007-03-15 Thread Mario Ivankovits
Hi Martin! I've already mentioned that with this addition, I see Trinidad as a Top Level project rather than a sub-level project of MyFaces. What do you think about that? What about combining our efforts providing a modern component library? Creating a myfaces commons and a cleaned-up

Re: [Vote] Sponsoring Entity of RCF (was Re: [Proposal] RCF, a rich component library for JSF)

2007-03-19 Thread Mario Ivankovits
Matthias Wessendorf schrieb: +1 for MyFaces being the sponsoring entity for RCF +1 Ciao, Mario

[RESULT][VOTE] New Apache MyFaces Fusion Name

2007-03-19 Thread Mario Ivankovits
Hi! The vote for the new name for the Apache MyFaces Fusion name is finished now. The result: Apache MyFaces Orchestra 10 votes Apache MyFaces Aurora 2 votes Apache MyFaces Connections nothing Please find the voting thread here [1] From now on the new name is Apache MyFaces Orchestra.

Ochestra Site

2007-03-25 Thread Mario Ivankovits
Hi! I saw some xdocs files are included in Ochestra; anyone volunteering to get it added to the site build? I managed to make orchestra/core build a site, though, I had to apply the following patch to the master-pom: Index: master-pom/pom.xml

FacesServlet and preconfigured FacesContext

2007-03-28 Thread Mario Ivankovits
Hi! I create my own FacesContext in an ServletFilter (in the end around the FacesServlet). The FacesServlet itself too creates a FacesContext. In the end I have some problems with this setup as the Faces Messages added to my FacesContext are never shown as the JSF system will use the

Re: Ochestra Site

2007-03-28 Thread Mario Ivankovits
Hi Matthias! any news? I still do not know how to build the whole MyFaces Web-Site ... Without anyone volunteering - or at least give some pointers/logins/scripts I have no chance to move on. :-( Ciao, Mario

Re: FacesServlet and preconfigured FacesContext

2007-03-28 Thread Mario Ivankovits
Hi! perhaps the FacesCtxFactory should check that ? Ok, It turned out to be a little bit a complicated problem. First my use case: * A custom filter which creates a custom facesContext * A custom servlet which forwards to the FacesServlet

Re: FacesServlet and preconfigured FacesContext

2007-03-28 Thread Mario Ivankovits
Just for the records: http://wiki.apache.org/myfaces/NestedFacesContext wiki sounds fine!

Re: Ochestra Site

2007-03-28 Thread Mario Ivankovits
Hi Wendy! Thanks for your infos, I'll try to move on ... This page has a section for publishing the MyFaces site, but it's old. Cn you please update it? http://wiki.apache.org/myfaces/Building_With_Maven Hehe ... sure ... once I know what to do :-) For example, the directory stated to change

Re: Ochestra Site

2007-03-28 Thread Mario Ivankovits
Hi! If you got the Orchestra site to build (with mvn site?) Works ... for what I can say locally. Looks not that bad. then try mvn site-deploy to publish it. I do not have enough permissions to create a directory in /www/myfaces.apache.org at minotaur. What to do next? Could someone please

Re: Ochestra Site

2007-03-28 Thread Mario Ivankovits
Hi Manfred! Try a id -Gn on the command line. Does it print the group myfaces? No, it doesn't. Ciao, Mario

Re: Ochestra Site

2007-03-29 Thread Mario Ivankovits
Hi Manfred! group addition requested. please stay tuned... Ok - thanks. If you don't mind I'll tune to Slay Radio in the meanwhile only interesting if you owned a C64 ;-) Ciao, Mario

Re: Ochestra Site

2007-03-29 Thread Mario Ivankovits
Hi! group addition requested. please stay tuned... Thanks! It works now Ciao, Mario

Re: [Vote] accepting Trinidad as a subproject

2007-04-16 Thread Mario Ivankovits
%40incubator.apache.org/msg02417.html -- mfg Mario Ivankovits - OPS EDV Vertriebsges.m.b.H. Software Engineering Michael-Bernhard-Gasse 10, A-1120 Wien Tel.: +43-1-8938810 Fax: +43-1-8938810/3700 E-Mail: [EMAIL PROTECTED] Skype: mario_ivankovits

latest AjaxChildComboBox and IE

2007-04-16 Thread Mario Ivankovits
Hi! Could someone please confirm that the AjaxChildComboBox component (latest sandbox) is broken on Internet Explorer. If so, we should open a jira ticket ... OR ... deprecate this component and propose pprPanelGroup for this use case which makes handling a little bit easer (once setup) as you

Re: MyFaces and HTML 4.01

2007-04-20 Thread Mario Ivankovits
Hi! Belen, Marco wrote: In order 'choose' an unique prefix, why not re-use a common way to create unique names in Java: Use a package-structure. There for until it can be configured in the web.xml how about using org_apache_myfaces_ as the clientID-prefix. My first reaction on this was:

ppr and javascript response

2007-04-26 Thread Mario Ivankovits
Hi! As far as I know its not yet possible to process the javascript within the response, is it? Hmm ... a naive question, would it be really that easy if we just get all script tags and eval() their content? This would not work with referenced javascript files, but with embedded script code, no?

Re: ppr and javascript response

2007-04-27 Thread Mario Ivankovits
Hi Ernst! that is exactly the solution we had in mind for that problem. Ah - great! :-) Unfortunately I didn't have time to implement that so far because there have always been more pressing issues. No hurry! I hope I'll be able to do so next week during ApacheCon. Have fun there. Ciao,

Re: MyFaces community BOF at J1

2007-04-28 Thread Mario Ivankovits
Hi! Great idea! I'll try to send something by Monday. Ciao, Mario Hi *, we (Manfred and me, but get in contact with us if you are at J1, we'll share the stage!) have been accepted for a MyFaces community BOF at J1, and as the community is the most important asset in this project, we'd

Re: [PROPOSAL] Create a notifications mailing list

2007-05-14 Thread Mario Ivankovits
Hi! I am -0 on placing Continuum messages on a different mailing list because I like seeing the commit message(s) followed by a Continuum success/failure message. The Continuum message is a nice confirmation that the commit(s) did or did not break the build. Email clients can be configured

Re: [PROPOSAL] Create a notifications mailing list

2007-05-15 Thread Mario Ivankovits
Hi! People who want to see commits and notifications right next to each other should absolutely have that option. And you will, just filter both lists into the same folder (or give them the same tag.) And active developers should certainly be watching both commits and notifications. You can

datatable and groupBy enhancements

2007-05-21 Thread Mario Ivankovits
Hi! I'd like to make the following two enhancements to the tomahawk datatable/column: 1) add a new attribute groupByValue to the column This allows to configure a valueBinding to be used as value to check if there is a group change instead of scanning the children. The old behavior still works,

Re: datatable and groupBy enhancements

2007-05-21 Thread Mario Ivankovits
Hi! Sugesstion 1 has disadvatage: if you change one property of children in group, which is not defined as groupByValue or taken in account when computing value of checking value, you don't get whole group as changed. Notice, this change is backward compatible, so if you do NOT use

Re: What is nightly builds ?

2007-05-22 Thread Mario Ivankovits
Volker Weber wrote: the nightly builds are here: http://people.apache.org/builds/myfaces/nightly/ Hmmm ... wer are on 1.1.6 for tomahawk, no? I can't find them in the nightly directory. Anyone knows whats wrong? Ciao, Mario

subform and model changes

2007-05-24 Thread Mario Ivankovits
Hi! It looks like model changes are not reflected in subforms not subject of the current request. So if you have stuff like: h:form h:commandInput / h:commandButton id=btn1 / s:subForm h:selectOneMenu / h:commandButton id=btn2 / /s:subForm

<    1   2   3   4   5   6   7   8   9   10   >