[jira] Commented: (TRINIDAD-462) Add import support to skinning's css files

2009-08-19 Thread Florian Reiser (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744923#action_12744923 ] Florian Reiser commented on TRINIDAD-462: - Hi Jeanne, I thought of an import

Re: First part of Bean Validation committed

2009-08-19 Thread Werner Punz
Excellent, thanks a lot Jan Werner Jan-Kees van Andel schrieb: Hey, I've just committed the first part of the Bean Validation code. For this, I needed to add the Bean Validation API to the MyFaces API pom. And since it is not yet listed in any central Maven repo, I've also added the

[jira] Commented: (MYFACES-2330) Get basic-ajax 2.0 sample app working

2009-08-19 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745009#action_12745009 ] Curtiss Howard commented on MYFACES-2330: - Second set of fixes for these issues:

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

2009-08-19 Thread Mathias Walter (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745016#action_12745016 ] Mathias Walter commented on TRINIDAD-119: - The bug is not dependent on MyFaces

Status of AJAX integration/f:ajax (attn: Ganesh)

2009-08-19 Thread Curtiss Howard
Hi, Just wondering what the status of the AJAX integration (in particular, f:ajax) was. I've gotten pretty far with the Mojarra samples but some of them use f:ajax and I can't go any further without it. Thanks, Curtiss Howard

[jira] Updated: (TRINIDAD-1557) XMLMenuModel data structures are not fully serializable.

2009-08-19 Thread Abhijit S Ghosh (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhijit S Ghosh updated TRINIDAD-1557: -- Status: Patch Available (was: Open) XMLMenuModel data structures are not fully

[jira] Created: (TRINIDAD-1557) XMLMenuModel data structures are not fully serializable.

2009-08-19 Thread Abhijit S Ghosh (JIRA)
XMLMenuModel data structures are not fully serializable. Key: TRINIDAD-1557 URL: https://issues.apache.org/jira/browse/TRINIDAD-1557 Project: MyFaces Trinidad Issue Type: Bug

[jira] Updated: (TRINIDAD-1557) XMLMenuModel data structures are not fully serializable.

2009-08-19 Thread Abhijit S Ghosh (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhijit S Ghosh updated TRINIDAD-1557: -- Status: Patch Available (was: Open) XMLMenuModel data structures are not fully

[jira] Updated: (TRINIDAD-1557) XMLMenuModel data structures are not fully serializable.

2009-08-19 Thread Abhijit S Ghosh (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhijit S Ghosh updated TRINIDAD-1557: -- Status: Open (was: Patch Available) XMLMenuModel data structures are not fully

[jira] Created: (MYFACES-2334) get ifnavigation sample working

2009-08-19 Thread Michael Concini (JIRA)
get ifnavigation sample working --- Key: MYFACES-2334 URL: https://issues.apache.org/jira/browse/MYFACES-2334 Project: MyFaces Core Issue Type: Task Components: JSR-314 Affects Versions: 2.0.0-alpha

Re: Status of AJAX integration/f:ajax (attn: Ganesh)

2009-08-19 Thread Werner Punz
Curtiss Howard schrieb: Hi, Just wondering what the status of the AJAX integration (in particular, f:ajax) was. I've gotten pretty far with the Mojarra samples but some of them use f:ajax and I can't go any further without it. That would be the thing Ganesh and Alexander are working on.

Re: myfaces groovy bindings now checked in

2009-08-19 Thread Werner Punz
Ok guys I was able to work on the stuff a little bit more. Here is what definitely is working now: a) Scripting of Renderers, Validators, Phase Listeners (should work but only partially tested) b) Scripting of managed beans, here comes the goody. This fully now works. Reloading works on all type

Re: myfaces groovy bindings now checked in

2009-08-19 Thread Matthias Wessendorf
Werner, thanks for all the great stuff. Good job! -Matthias On Wed, Aug 19, 2009 at 4:47 PM, Werner Punzwerner.p...@gmail.com wrote: Ok guys I was able to work on the stuff a little bit more. Here is what definitely is working now: a) Scripting of Renderers, Validators, Phase Listeners

Re: [jira] Created: (TRINIDAD-1557) XMLMenuModel data structures are not fully serializable.

2009-08-19 Thread Blake Sullivan
Abhijit S Ghosh (JIRA) said the following On 8/19/2009 6:32 AM PT: XMLMenuModel data structures are not fully serializable. Key: TRINIDAD-1557 URL: https://issues.apache.org/jira/browse/TRINIDAD-1557

s:pprPanelGroup PhaseListener does not work?

2009-08-19 Thread [MiKe]
Hello, I'm having an issue with the Sandbox pprPanelGroup (1.1.9). If I use the component under MyFaces-Facelets, it works fine. If I use the same component, in the same page, but this time under Spring Webflow 2 (also rendering JsfViews under MyFaces), the AJAX response returned contains the

[jira] Commented: (MYFACES-2330) Get basic-ajax 2.0 sample app working

2009-08-19 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745156#action_12745156 ] Leonardo Uribe commented on MYFACES-2330: - Why _Logger.js and

[jira] Commented: (MYFACES-2330) Get basic-ajax 2.0 sample app working

2009-08-19 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745177#action_12745177 ] Curtiss Howard commented on MYFACES-2330: - I talked to Werner about this. The

[jira] Commented: (MYFACES-2330) Get basic-ajax 2.0 sample app working

2009-08-19 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745179#action_12745179 ] Werner Punz commented on MYFACES-2330: -- I confirm what Curtiss said, the files were

[jira] Created: (PORTLETBRIDGE-95) Trinidad GoLink/Faces CommandLink broken in bridge 2.0 if nav to another Faces view

2009-08-19 Thread Michael Freedman (JIRA)
Trinidad GoLink/Faces CommandLink broken in bridge 2.0 if nav to another Faces view --- Key: PORTLETBRIDGE-95 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-95

[jira] Resolved: (PORTLETBRIDGE-95) Trinidad GoLink/Faces CommandLink broken in bridge 2.0 if nav to another Faces view

2009-08-19 Thread Michael Freedman (JIRA)
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Freedman resolved PORTLETBRIDGE-95. --- Resolution: Fixed Fix Version/s: 2.0.0 Fix in the manner

[jira] Resolved: (MYFACES-2331) Implement Composite Component Attributes ELResolver (jsf 2.0 spec section 5.6.2.2) and add implicit object cc and component

2009-08-19 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2331. - Resolution: Fixed Fix Version/s: 2.0.0-alpha Checked