[jira] Updated: (TRINIDAD-1545) PPR Triggers fail to fire for more than one stamp of the same component

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

Re: MyFaces 2.0 javascript compression + Selenium -- again

2009-08-05 Thread Werner Punz
Ok this plugin expects a webapp centric structure for the javascripts to be compressed, since the source is not reachable I cannot really look into the code. Which means it is no go for now. I probably will stick to the maven javascript plugin but will enforce a version which works until the

[jira] Reopened: (MYFACES-2172) Attach a javascript concatentation and compression part of jsf.js

2009-08-05 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz reopened MYFACES-2172: -- Now it is time to enable the compression. What will be used for now is the official javascript

FYI - Fw: [webbeans-dev] How does JSF deal with managed beans when Web Beans/299 is present?

2009-08-05 Thread Matthias Wessendorf
my friend Mark Struberg pointed me to this interesting thread: = http://markmail.org/thread/ml6l26r7twgab53c -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: Issues with the Facelets implementation

2009-08-05 Thread Mike Kienenberger
For awhile, 2.0 changes for facelets were being committed to the JSF_2_0_0_from_HEAD_20080606_BRANCH facelets branch. I'm not sure if that's still the case or if the branch was forked elsewhere. On Wed, Aug 5, 2009 at 9:11 AM, Matthias Wessendorfmat...@apache.org wrote: On Wed, Aug 5, 2009 at

Re: Issues with the Facelets implementation

2009-08-05 Thread Matthias Wessendorf
On Wed, Aug 5, 2009 at 3:03 PM, Curtiss Howardcurtiss.how...@gmail.com wrote: Hi, I just wanted to let everyone know that with a couple tweaks to the Facelets implementation I've been able to get the Mojarra Guess Number 2.0 custom taglib working, which does some client-side JS validation.  

Re: Issues with the Facelets implementation

2009-08-05 Thread Curtiss Howard
So are we looking at simply updating the existing parser?

[jira] Created: (TOMAHAWK-1440) inputCalendar shows false on the pop up, instead of the calendar, when clicking the image many times.

2009-08-05 Thread German Galvez (JIRA)
inputCalendar shows false on the pop up, instead of the calendar, when clicking the image many times. --- Key: TOMAHAWK-1440 URL:

Re: Issues with the Facelets implementation

2009-08-05 Thread Simon Lessard
Hmm, I used the latest nightly build when I integrated the code. However, that was about 3~4 months ago, so maybe it changed a little since then, or there was another usable branch that I was unaware of. That being said, maybe we should add the required changes by ourselves. Even if Facelets is

Re: FYI - Fw: [webbeans-dev] How does JSF deal with managed beans when Web Beans/299 is present?

2009-08-05 Thread Simon Lessard
Ah, the incredibly messy JSR-299 issue... About everything about it is done badly. JSF 2.0 is going to depend on it to support some of the annotation and conversation scope. While JSR-299 activates conversation only when JSF is present, lovely circular dependency isn't it? Most of the times I

[jira] Reopened: (TOBAGO-776) special character like German 'Umlaut' in Option are broken

2009-08-05 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber reopened TOBAGO-776: - this fix did not work in IE special character like German 'Umlaut' in Option are broken

Re: Issues with the Facelets implementation

2009-08-05 Thread Curtiss Howard
On Wed, Aug 5, 2009 at 9:42 AM, Simon Lessardsimon.lessar...@gmail.com wrote: Hmm, I used the latest nightly build when I integrated the code. However, that was about 3~4 months ago, so maybe it changed a little since then, or there was another usable branch that I was unaware of. That being

Re: Issues with the Facelets implementation

2009-08-05 Thread Matthias Wessendorf
On Wed, Aug 5, 2009 at 3:42 PM, Simon Lessardsimon.lessar...@gmail.com wrote: Hmm, I used the latest nightly build when I integrated the code. However, that was about 3~4 months ago, so maybe it changed a little since then, or there was another usable branch that I was unaware of. That being

[jira] Resolved: (TOBAGO-776) special character like German 'Umlaut' in Option are broken

2009-08-05 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Weber resolved TOBAGO-776. - Resolution: Fixed special character like German 'Umlaut' in Option are broken

[jira] Commented: (TRINIDAD-1543) AccessibilityProfile is not Serializable

2009-08-05 Thread Dave Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739728#action_12739728 ] Dave Robinson commented on TRINIDAD-1543: - Patch changes have been reviewed and

[jira] Commented: (TRINIDAD-1543) AccessibilityProfile is not Serializable

2009-08-05 Thread Dave Robinson (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739726#action_12739726 ] Dave Robinson commented on TRINIDAD-1543: - I've got patches for this, for trunk

Re: Issues with the Facelets implementation

2009-08-05 Thread Leonardo Uribe
Hi I have one question. If facelets is ASL 2.0, can we take all documentation related to ui namespace and include it into our codebase? can we take also the test sources and update them to include into our junit tests? Theorically I think the answer is yes, but better to ask first before commit.