[jira] [Commented] (MYFACES-3410) Method parameters only work on 'top-level' managed beans

2011-11-28 Thread Werner Punz (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158280#comment-13158280 ] Werner Punz commented on MYFACES-3410: -- Just a comment from a bystander, this also

[jira] [Resolved] (TOBAGO-990) Refactor Tobago configuration

2011-11-28 Thread Udo Schnurpfeil (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-990. Resolution: Fixed Fix Version/s: 1.5.0 > Refactor Tobago configuration > ---

[jira] [Commented] (MYFACES-3410) Method parameters only work on 'top-level' managed beans

2011-11-28 Thread Kennard Consulting (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158305#comment-13158305 ] Kennard Consulting commented on MYFACES-3410: - Werner, It's a good point. I

[jira] [Created] (TOBAGO-1054) Wait animation in transition to the next page is broken in Firefox and WebKit

2011-11-28 Thread Udo Schnurpfeil (Created) (JIRA)
Wait animation in transition to the next page is broken in Firefox and WebKit - Key: TOBAGO-1054 URL: https://issues.apache.org/jira/browse/TOBAGO-1054 Project: MyFaces Tobago

Re: [VOTE] Release Tobago 1.5.0

2011-11-28 Thread Mark Struberg
+1 LieGrue, strub - Original Message - > From: Bernd Bohmann > To: MyFaces Development > Cc: > Sent: Friday, November 25, 2011 11:09 PM > Subject: [VOTE] Release Tobago 1.5.0 > > Hello, > > I would like to release Tobago 1.5.0. > > For a detail list please consult the release note

Question about converter with attribute and keeping 'state' (JSF 2.0)

2011-11-28 Thread Rudy De Busscher
Hi all, For my application, I need a converter that can format financial values. But at some locations, I need 2 digits after the comma and somewhere else I need 4 digits. So I created a converter and defined a tag with Facelets so that I can set the 4 digits when needed. But the number of digit

JSF 2.1.3: default Myfaces error handling cannot deal with a null component.getValueExpression(name)

2011-11-28 Thread Mike Kienenberger
I'm debugging a JSF application which is being upgraded from JSF 1.2+Richfaces 3.3 to JSF 2.1+Richfaces4.1. When it hits an error, I get sent to the default MyFaces error handling. I'm noticing that the default error handling is hitting an NPE in org.apache.myfaces.renderkit.ErrorPageWriter:line 1

[jira] [Created] (MYFACES-3411) archetype myfaces-archetype-helloworld20 is broken

2011-11-28 Thread Mark Struberg (Created) (JIRA)
archetype myfaces-archetype-helloworld20 is broken -- Key: MYFACES-3411 URL: https://issues.apache.org/jira/browse/MYFACES-3411 Project: MyFaces Core Issue Type: Bug Components: Arche

[jira] [Created] (TOBAGO-1055) tc:gridLayoutConstraint doesn't work inside of tx:in or any other tx: tag

2011-11-28 Thread Udo Schnurpfeil (Created) (JIRA)
tc:gridLayoutConstraint doesn't work inside of tx:in or any other tx: tag - Key: TOBAGO-1055 URL: https://issues.apache.org/jira/browse/TOBAGO-1055 Project: MyFaces Tobago

[jira] [Created] (MYFACES-3412) updated AJAX values sometimes delete other elements

2011-11-28 Thread Mark Struberg (Created) (JIRA)
updated AJAX values sometimes delete other elements --- Key: MYFACES-3412 URL: https://issues.apache.org/jira/browse/MYFACES-3412 Project: MyFaces Core Issue Type: Bug Affects Versions: 2.1

[jira] [Issue Comment Edited] (MYFACES-3412) updated AJAX values sometimes delete other elements

2011-11-28 Thread Werner Punz (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158617#comment-13158617 ] Werner Punz edited comment on MYFACES-3412 at 11/28/11 6:35 PM: --

[jira] [Commented] (MYFACES-3412) updated AJAX values sometimes delete other elements

2011-11-28 Thread Werner Punz (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158617#comment-13158617 ] Werner Punz commented on MYFACES-3412: -- Hi Mark, I fixed on the weekend a lifecycle

Finding a checkstyle error

2011-11-28 Thread Mike Kienenberger
So how do I find the actual checkstyle error when building trunk 2.1? [INFO] --- maven-checkstyle-plugin:2.7:check (verify-style) @ myfaces-impl --- [INFO] [INFO] There are 1 checkstyle errors. [INFO] [INFO] Reactor Summary:

[jira] [Commented] (MYFACES-3412) updated AJAX values sometimes delete other elements

2011-11-28 Thread Mark Struberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158644#comment-13158644 ] Mark Struberg commented on MYFACES-3412: Hi Werner! Did this already. Also happe

Re: Finding a checkstyle error

2011-11-28 Thread Mark Struberg
just start maven with -Pcheckstyle $> mvn clean install -Pcheckstyle LieGrue, strub - Original Message - > From: Mike Kienenberger > To: MyFaces Development > Cc: > Sent: Monday, November 28, 2011 7:58 PM > Subject: Finding a checkstyle error > > So how do I find the actual checks

Re: Finding a checkstyle error

2011-11-28 Thread Mike Kienenberger
"mvn clean install -Pcheckstyle" didn't help. Although it now says 3 errors on api instead of 1 on impl. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.7:check (verify-style) on project myfaces-api: You have 3 Checkstyle violations. -> [Help 1] I only made a si

Re: Finding a checkstyle error

2011-11-28 Thread Mark Struberg
skipping tests wont help with checkstyle errors ;) The checkstyle tests are not unit tests but is a plugin report which runs afterwards. I think we still have a few left, and the maven reactor stops after the first failed project. We need to clean this up, and I hope to find some time again i

Re: Finding a checkstyle error

2011-11-28 Thread Mike Kienenberger
Skipping the tests was done to reduce the amount of output since I'm guessing that these checkstyle errors are being obscured by everything else going on. Are you saying that the errors don't appear on the console, but are in a report? I couldn't find anything in a file under "targets" On Mon, N

Re: Finding a checkstyle error

2011-11-28 Thread Mark Struberg
hi, yes, the output is in target/checkstyle-result.xml LieGrue, strub - Original Message - > From: Mike Kienenberger > To: MyFaces Development ; Mark Struberg > > Cc: > Sent: Monday, November 28, 2011 8:44 PM > Subject: Re: Finding a checkstyle error > > Skipping the tests was done

Re: Finding a checkstyle error

2011-11-28 Thread Mike Kienenberger
Thanks! I looked in that file before, but it seemed as if it were just a huge list of lines. However, after filtering all of them out, I finally found the tags. So the impl style errors are ones I introduced. I'll fix them before I commit the changes. On Mon, Nov 28, 2011 at 2:50 PM, Mark

[jira] [Created] (MYFACES-3413) Default MyFaces Error handling throws NullPointerException during component tree when javax.el.Expression.getExpressionString() is null

2011-11-28 Thread Mike Kienenberger (Created) (JIRA)
Default MyFaces Error handling throws NullPointerException during component tree when javax.el.Expression.getExpressionString() is null --- Key: MYF

[jira] [Commented] (MYFACES-3412) updated AJAX values sometimes delete other elements

2011-11-28 Thread Werner Punz (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158758#comment-13158758 ] Werner Punz commented on MYFACES-3412: -- That should be no problem, the CDATA is esc

[jira] [Issue Comment Edited] (MYFACES-3412) updated AJAX values sometimes delete other elements

2011-11-28 Thread Werner Punz (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158758#comment-13158758 ] Werner Punz edited comment on MYFACES-3412 at 11/28/11 8:59 PM: --

[jira] [Resolved] (MYFACES-3413) Default MyFaces Error handling throws NullPointerException during component tree when javax.el.Expression.getExpressionString() is null

2011-11-28 Thread Mike Kienenberger (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger resolved MYFACES-3413. Resolution: Fixed Fix Version/s: 2.1.5-SNAPSHOT Leave value as empty strin

[jira] [Commented] (MYFACES-3412) updated AJAX values sometimes delete other elements

2011-11-28 Thread Leonardo Uribe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159071#comment-13159071 ] Leonardo Uribe commented on MYFACES-3412: - I checked the response and it is corr

[jira] [Commented] (MYFACES-3411) archetype myfaces-archetype-helloworld20 is broken

2011-11-28 Thread Leonardo Uribe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159073#comment-13159073 ] Leonardo Uribe commented on MYFACES-3411: - The solution I had in mind for this p

Re: JSF 2.1.3: default Myfaces error handling cannot deal with a null component.getValueExpression(name)

2011-11-28 Thread Leonardo Uribe
Hi Any option is ok. Most of the times it returns something, so just output the attribute with empty string seems good. regards, Leonardo 2011/11/28 Mike Kienenberger : > I'm debugging a JSF application which is being upgraded from JSF > 1.2+Richfaces 3.3 to JSF 2.1+Richfaces4.1. > When it hits

Re: [VOTE] Release Tobago 1.5.0

2011-11-28 Thread Bernd Bohmann
Here is my +1 Regards Bernd On Mon, Nov 28, 2011 at 11:20 AM, Mark Struberg wrote: > +1 > > LieGrue, > strub > > > > - Original Message - >> From: Bernd Bohmann >> To: MyFaces Development >> Cc: >> Sent: Friday, November 25, 2011 11:09 PM >> Subject: [VOTE] Release Tobago 1.5.0 >> >>

[RESULT] [VOTE] Release Tobago 1.5.0

2011-11-28 Thread Bernd Bohmann
The vote has passed with the following results: +1 weber (binding) werpu (binding) lofwyr (binding) struberg (binding) bommel (binding) I will proceed with the next steps. Regards Bernd On Tue, Nov 29, 2011 at 7:10 AM, Bernd Bohmann wrote: > Here is my +1 > > Regards > > Bernd > > On Mon, Nov

[codi] first steps for the next release

2011-11-28 Thread Gerhard Petracek
hi @ all, if there are no objections, i'll start with the first steps for the next release (review,...). it would be great to start with the release procedure by the end of the week. regards, gerhard http://www.irian.at Your JSF/JEE powerhouse - JEE Consulting, Development and Courses in Englis