JSF2.0 Ajax Code

2009-04-09 Thread Werner Punz
Hello I just got the last ICLA confirmation missing, now following. We are still at work, ganesh and alex are working on their codebase, since they do not have committer rights we have to do some workflow adjustment. I would propose following: a) I am working today and tomorrow still on the

[jira] Created: (MYFACES-2186) After using jsp:include, component ids are appended with j_id_1

2009-04-09 Thread Arpit Sakhi (JIRA)
After using jsp:include, component ids are appended with j_id_1 - Key: MYFACES-2186 URL: https://issues.apache.org/jira/browse/MYFACES-2186 Project: MyFaces Core Issue Type:

Re: JSF2.0 Ajax Code

2009-04-09 Thread Werner Punz
Ok I need one exception to this rule. I have done a load of work with our combined codebases offline and also I am doing a full package reorg as we speak. This would mean a) Either push the entire codebase into the jira (a diff is pointless there is almost no file at the same place) or b)

Re: JSF2.0 Ajax Code

2009-04-09 Thread Bruno Aranda
Though it is really cool you are doing all this job, I believe that the way to go is to do it through JIRA. For instance, I have close to no spare time for JSF these days but I really enjoying following the development of the JSF 2.0 implementation through JIRA. I think that offline discussions

Myfaces 2.0 Ajax+ J4Fry Codestructure

2009-04-09 Thread Werner Punz
Hello Ganesh and Alex I am moving this to the list now: There are some things which need to be removed from the J4Fry based xhrCore codebase the next few weeks Array.prototype.contains and other extension constructs need to be worked out reason: This is interfering too much with the language

Re: jsr 303 integration for myfaces extval

2009-04-09 Thread Hazem Saleh
+1 for this document But you know my permanent comment (every english sentence start with CAPS :P). On Thu, Apr 9, 2009 at 1:48 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hello, i created a branch for prototyping a new validation module for myfaces extval. the current goal of

Re: JSF2.0 Ajax Code

2009-04-09 Thread Werner Punz
ok jira is the way to go then even for the initial combined code commit tomorrow... Cheers Werner Bruno Aranda schrieb: Though it is really cool you are doing all this job, I believe that the way to go is to do it through JIRA. For instance, I have close to no spare time for JSF these days

Re: JSF2.0 Ajax Code

2009-04-09 Thread Matthias Wessendorf
On Thu, Apr 9, 2009 at 1:59 PM, Bruno Aranda brunoara...@gmail.com wrote: Though it is really cool you are doing all this job, +1 thanks for doing that, werner! I believe that the way to go is to do it through JIRA. For instance, I have close to no spare time for JSF these days but I really

Re: jsr 303 integration for myfaces extval

2009-04-09 Thread Matthias Wessendorf
good job! PS: do you mind to update this wiki: http://wiki.apache.org/myfaces/April2009Report for the jsr 303 integration ? -Matthias On Thu, Apr 9, 2009 at 1:48 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hello, i created a branch for prototyping a new validation module for

Re: Myfaces 2.0 Ajax+ J4Fry Codestructure

2009-04-09 Thread Werner Punz
Ok here is the deal I am moving the affected funtions over to the _LangUtils class and we can work the affected stuff out over time. Cheers Werner Werner Punz schrieb: Hello Ganesh and Alex I am moving this to the list now: There are some things which need to be removed from the J4Fry

Re: jsr 303 integration for myfaces extval

2009-04-09 Thread Gerhard Petracek
i'll add some information to the report. regards, gerhard 2009/4/9 Matthias Wessendorf mat...@apache.org good job! PS: do you mind to update this wiki: http://wiki.apache.org/myfaces/April2009Report for the jsr 303 integration ? -Matthias On Thu, Apr 9, 2009 at 1:48 PM, Gerhard

Re: Myfaces 2.0 Ajax+ J4Fry Codestructure

2009-04-09 Thread Matthias Wessendorf
On Thu, Apr 9, 2009 at 2:16 PM, Werner Punz werner.p...@gmail.com wrote: Ok here is the deal I am moving the affected funtions over to the _LangUtils class and we can work the affected stuff out over time. +1 Cheers Werner Werner Punz schrieb: Hello Ganesh and Alex I am moving

jsr 303 integration for myfaces extval

2009-04-09 Thread Gerhard Petracek
hello, i created a branch for prototyping a new validation module for myfaces extval. the current goal of this myfaces extval validation-module is to - use bean validation (jsr 303) constraints with all jsf versions (1.x and 2.x) - provide an alternative approach for using jsr 303 with jsf -

[jira] Created: (MYFACES-2185) TODO: create and implement jsf.util.chain

2009-04-09 Thread Werner Punz (JIRA)
TODO: create and implement jsf.util.chain - Key: MYFACES-2185 URL: https://issues.apache.org/jira/browse/MYFACES-2185 Project: MyFaces Core Issue Type: New Feature Components: JSR-314

[jira] Updated: (TRINIDAD-708) NullPointerException with multiple XMLMenuModel beans in one page

2009-04-09 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated TRINIDAD-708: Resolution: Fixed Fix Version/s: 1.2.12-core Assignee: Matthias

[jira] Commented: (TRINIDAD-708) NullPointerException with multiple XMLMenuModel beans in one page

2009-04-09 Thread Abhijit S Ghosh (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697459#action_12697459 ] Abhijit S Ghosh commented on TRINIDAD-708: -- Please also apply the patch to

Re: JSF2.0 Ajax Code

2009-04-09 Thread Matthias Wessendorf
c) that is *the* way to go. The contributors can upload a patch (visible to everybody that is interested) and a committer is free to take it and move it over to the source code. Also this way allows a much better feedback process... a) and b) imply too much offline work... exchanging patches

Re: jsr 303 integration for myfaces extval

2009-04-09 Thread Gerhard Petracek
you know that i don't use caps for internal documentation and emails :) anyway, you are welcome to update the wiki ;) regards, gerhard 2009/4/9 Hazem Saleh haz...@apache.org +1 for this document But you know my permanent comment (every english sentence start with CAPS :P). On Thu, Apr 9,

Re: jsr 303 integration for myfaces extval

2009-04-09 Thread Gerhard Petracek
done! regards, gerhard 2009/4/9 Gerhard Petracek gerhard.petra...@gmail.com i'll add some information to the report. regards, gerhard 2009/4/9 Matthias Wessendorf mat...@apache.org good job! PS: do you mind to update this wiki: http://wiki.apache.org/myfaces/April2009Report for

Re: Myfaces 2.0 Ajax+ J4Fry Codestructure

2009-04-09 Thread Volker Weber
Rule #1 never mess around with native Class types :-) +1

[jira] Created: (MYFACES-2187) Implement encodeBookmarkableURL and encodeRedirectURL in ExternalContext

2009-04-09 Thread Michael Concini (JIRA)
Implement encodeBookmarkableURL and encodeRedirectURL in ExternalContext Key: MYFACES-2187 URL: https://issues.apache.org/jira/browse/MYFACES-2187 Project: MyFaces Core

[jira] Updated: (MYFACES-2187) Implement encodeBookmarkableURL and encodeRedirectURL in ExternalContext

2009-04-09 Thread Michael Concini (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Concini updated MYFACES-2187: - Status: Patch Available (was: Open) Implement encodeBookmarkableURL and

MyFaces 2.0 status of today (Ganesh / Alex)

2009-04-09 Thread Werner Punz
Sorry for posting all this but Matthias gave me a well deserved smack on the head that I should post everything publicly into the devs list: So to sum up the short info, I want to give Alex and Ganesh a short status update on what has been done, have in mind the affected code will be

[jira] Created: (MYFACES-2188) Merge J4Fry and the MyFaces codebase...

2009-04-09 Thread Werner Punz (JIRA)
Merge J4Fry and the MyFaces codebase... --- Key: MYFACES-2188 URL: https://issues.apache.org/jira/browse/MYFACES-2188 Project: MyFaces Core Issue Type: Sub-task Reporter: Werner Punz --

[jira] Resolved: (MYFACES-2188) Merge J4Fry and the MyFaces codebase...

2009-04-09 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-2188. -- Resolution: Fixed the codebase is now merged into the apache repo the rest has to be done

Trinidad Google AppEngine

2009-04-09 Thread Gregor Sfiligoj
Hello, Yesterday I received activation for Java support in Google AppEngine and I've played around a bit. I have 2 applications in production which are using Trinidad and it can be very interesting if should be possible to deploy them in AppEngine. Yes, I have to do some changes to replace the

Re: Trinidad Google AppEngine

2009-04-09 Thread Matthias Wessendorf
Hi On Thu, Apr 9, 2009 at 6:01 PM, Gregor Sfiligoj gregor.sfili...@gmail.com wrote: Hello, Yesterday I received activation for Java support in Google AppEngine and I've played around a bit. I have 2 applications in production which are using Trinidad and it can be very interesting if should

[jira] Commented: (TRINIDAD-119) InputDate popup crashes when using extension mapping

2009-04-09 Thread Glauco Pimentel Gomes (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697628#action_12697628 ] Glauco Pimentel Gomes commented on TRINIDAD-119: Any progress on this?

[jira] Created: (MYFACES-2189) Implement ApplicationImpl TODO's for Behavior

2009-04-09 Thread Michael Concini (JIRA)
Implement ApplicationImpl TODO's for Behavior - Key: MYFACES-2189 URL: https://issues.apache.org/jira/browse/MYFACES-2189 Project: MyFaces Core Issue Type: Task Components: JSR-314

[jira] Commented: (MYFACES-2189) Implement ApplicationImpl TODO's for Behavior

2009-04-09 Thread Michael Concini (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697650#action_12697650 ] Michael Concini commented on MYFACES-2189: -- working on it. Implement

Re: t:saveState and Mojarra 1.2_12

2009-04-09 Thread Ganesh
Hi Geoff, Which is the tomahawk version you have in use? There is a tomahawk12 branch which is required for your task. I'm doing saveState with tomahawk12_1.1.8 on glassfish v2.1 Best Regards, Ganesh Geoff Longo schrieb: I have an application where I am trying to change the JSF