Re: JSF 2.0 - resource handling - localePrefix ?

2009-10-21 Thread Udo Schnurpfeil
By the way, Tobago uses also a Resource Management since years, and also uses the good old Java style (with suffix). We have good experience with that way, with properties, images, scripts, styles, etc. Regards Udo Matthias Wessendorf schrieb: Got a response from Ed Burns: ed This is a

[jira] Created: (TRINIDAD-1605) resize lightweight dialogs automatically after PPR and if no fixed with or height is set

2009-10-21 Thread Mathias Walter (JIRA)
resize lightweight dialogs automatically after PPR and if no fixed with or height is set Key: TRINIDAD-1605 URL: https://issues.apache.org/jira/browse/TRINIDAD-1605

[jira] Created: (TOBAGO-807) Allow script tag not only at page level

2009-10-21 Thread Helmut Swaczinna (JIRA)
Allow script tag not only at page level --- Key: TOBAGO-807 URL: https://issues.apache.org/jira/browse/TOBAGO-807 Project: MyFaces Tobago Issue Type: Improvement Components: Facelets Affects

[jira] Updated: (TOBAGO-807) Allow script tag not only at page level

2009-10-21 Thread Helmut Swaczinna (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Helmut Swaczinna updated TOBAGO-807: Status: Patch Available (was: Open) Allow script tag not only at page level

Re: [JSF 2.0] UIInput in MyFaces 2.0

2009-10-21 Thread Martin Marinschek
Yeah, forgotten. We are stumbling over quite a few issues while trying out the spec in reality, hmm? regards, Martin On 10/20/09, Andy Schwartz andy.g.schwa...@gmail.com wrote: Thanks for logging the spec issue Matthias. I agree that this was just overlooked in the spec. Should be easy to

Re: JSF 2.0 - resource handling - localePrefix ?

2009-10-21 Thread Martin Marinschek
Actually, that is a question that I brought up to the EG months ago (it might even have been half a year), following a request of Bernd. But no discussion ever picked up on this. I was - like Bernd and you - also concerned about breaking the normal rule, plus creating scarce directory trees.

Re: [JSF 2.0] JSR 303 support in MyFaces 2.0

2009-10-21 Thread Martin Marinschek
Well, we can definitely not add a public field to the API which is not specified. The question is only if maybe the RI added some public field which was not specified - then this could be a spec bug. regards, Martin On 10/20/09, Matthias Wessendorf mat...@apache.org wrote: I think the question

Re: [JSF 2.0] JSR 303 support in MyFaces 2.0

2009-10-21 Thread Matthias Wessendorf
Nope, I checked the JavaDoc (I am not looking at the code, for a couple of reasons), and there is nothing like that. So, maybe there is need for such an helper, as there are already today - as a matter of practical use - some issues with the current spec. Let me file an ER for this. -Matthias

Re: JSF 2.0 - resource handling - localePrefix ?

2009-10-21 Thread Matthias Wessendorf
Hi Udo, that sounds good. I am pretty sure if the entire process was a little bit more open, perhaps this would have been addressed a bit earlier. Oh well -Matthias On Wed, Oct 21, 2009 at 12:24 AM, Udo Schnurpfeil u...@schnurpfeil.de wrote: By the way, Tobago uses also a Resource Management

Re: JSF 2.0 - resource handling - localePrefix ?

2009-10-21 Thread Matthias Wessendorf
Hi, do you know if there is already a bug for that ? If not, let me create one. -Matthias On Wed, Oct 21, 2009 at 6:09 AM, Martin Marinschek mmarinsc...@apache.org wrote: Actually, that is a question that I brought up to the EG months ago (it might even have been half a year), following a

Re: [JSF 2.0] UIInput in MyFaces 2.0

2009-10-21 Thread Matthias Wessendorf
On Wed, Oct 21, 2009 at 5:21 AM, Martin Marinschek mmarinsc...@apache.org wrote: Yeah, forgotten. We are stumbling over quite a few issues while trying out the spec in reality, hmm? I think trying out - for applications - is different than moving a complex and highly customized framework to a

[jira] Created: (MYFACES-2384) @FacesBehavior not handled correctly

2009-10-21 Thread Curtiss Howard (JIRA)
@FacesBehavior not handled correctly Key: MYFACES-2384 URL: https://issues.apache.org/jira/browse/MYFACES-2384 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions:

Re: [Trinidad] [API] Making XhtmlConstants (from IMPL module) a public API

2009-10-21 Thread Matthias Wessendorf
On Mon, Oct 19, 2009 at 7:25 AM, Simon Lessard simon.lessar...@gmail.com wrote: Hi all, Personally, I would prefer to see that class divided in more specialized classes like : XhtmlElements {     public static final String DIV = div; (or could be DIVISION)     public static final String

[Trinidad2] Rewrite dialog to VDL

2009-10-21 Thread Martin Kočí
Hi, I've created https://issues.apache.org/jira/browse/TRINIDAD-1598 Problem described there was introduced with JSF 2.0 - specification cleary says that exactly two types of VLD are supported with implementation : JSP and Facelets. Trinidad dialog uses a java code for component tree creation

[jira] Resolved: (TRINIDAD-1606) Making XhtmlConstants (from IMPL module) a public API

2009-10-21 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-1606. -- Resolution: Fixed Fix Version/s: 1.2.13-core Making XhtmlConstants

Re: [JSF 2.0] JSR 303 support in MyFaces 2.0

2009-10-21 Thread Jan-Kees van Andel
I've added those constants. Can't remember why I made them public. I assume because they are used by the BeanValidator class. The reason to make them static final with the static initializer block was because it made them easy to use and also because it's very efficient (performance wise). Maybe

[jira] Created: (TRINIDAD-1606) Making XhtmlConstants (from IMPL module) a public API

2009-10-21 Thread JIRA
Making XhtmlConstants (from IMPL module) a public API - Key: TRINIDAD-1606 URL: https://issues.apache.org/jira/browse/TRINIDAD-1606 Project: MyFaces Trinidad Issue Type: Improvement

[jira] Issue Comment Edited: (TRINIDAD-1600) Trinidad2 - Dialog navigation clears View Scope

2009-10-21 Thread Martin Koci (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767915#action_12767915 ] Martin Koci edited comment on TRINIDAD-1600 at 10/21/09 5:35 PM:

Re: [JSF 2.0] Need help - restore state not working properly in facelets

2009-10-21 Thread Leonardo Uribe
Hi 2009/10/20 Michael Concini mconc...@gmail.com All, I've run into what appears to be a bug in the new state saving/restoring code for facelets. I've got a simple xhtml page with a one field form and a value change listener attached. The listener simply outputs the old value and the new

Re: [JSF 2.0] JSR 303 support in MyFaces 2.0

2009-10-21 Thread Matthias Wessendorf
On Wed, Oct 21, 2009 at 9:36 AM, Jan-Kees van Andel jankeesvanan...@gmail.com wrote: I've added those constants. Can't remember why I made them public. I assume because they are used by the BeanValidator class. The reason to make them static final with the static initializer block was because

Re: [JSF 2.0] JSR 303 support in MyFaces 2.0

2009-10-21 Thread Jan-Kees van Andel
2009/10/21 Matthias Wessendorf mat...@apache.org: On Wed, Oct 21, 2009 at 9:36 AM, Jan-Kees van Andel jankeesvanan...@gmail.com wrote: I've added those constants. Can't remember why I made them public. I assume because they are used by the BeanValidator class. The reason to make them static

Re: [JSF 2.0] Need help - restore state not working properly in facelets

2009-10-21 Thread Michael Concini
Leonardo, I disabled partial state saving, and everything works as expected. I had also previously tried using the same snippet in a JSP and it worked ok there as well. So the problem is definitely only occurring with partial state saving enabled. I'm not sure I follow how the binding

[jira] Created: (PORTLETBRIDGE-98) Wrapper for ExternalContext that only implements jsf 1.1methods does not work in portlet case

2009-10-21 Thread Leonardo Uribe (JIRA)
Wrapper for ExternalContext that only implements jsf 1.1methods does not work in portlet case - Key: PORTLETBRIDGE-98 URL:

Re: [JSF 2.0] Need help - restore state not working properly in facelets

2009-10-21 Thread Leonardo Uribe
2009/10/21 Michael Concini mconc...@gmail.com Leonardo, I disabled partial state saving, and everything works as expected. I had also previously tried using the same snippet in a JSP and it worked ok there as well. So the problem is definitely only occurring with partial state saving

Re: [JSF 2.0] Need help - restore state not working properly in facelets

2009-10-21 Thread Michael Concini
Thanks Leonardo. I'll get an issue opened tomorrow morning and attach a sample war to recreate. Leonardo Uribe wrote: 2009/10/21 Michael Concini mconc...@gmail.com mailto:mconc...@gmail.com Leonardo, I disabled partial state saving, and everything works as expected. I had