[jira] Commented: (MYFACES-148) datalist: problems with modelupdate and verbatim tag

2005-03-29 Thread Alex Mayer (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-148?page=comments#action_61730 ] Alex Mayer commented on MYFACES-148: i tried to embed inputText in dataList too, like that: x:dataList value=#{user.currentApp.fields} var=a layout=unorderedList

Re: crosstable component (x:columns)

2005-03-29 Thread Matthias Wessendorf
Mathias, I tested your patch and it works. (after defining ui_column_attributes in myfaces_ext.tld) Thanks! I submitted that new custom component (and your example web page) to CVS of MyFaces. So every user is able to test the component too ;) Thanks for contributing to MyFaces. Mathias

Re: HTMLEcoder and \n

2005-03-29 Thread Heath Borders
For something like h:outputText / its really not hard to write your own renderer, or to write a custom renderer. We could always apply logic like you're asking to an x:outputText / tag/renderer. On Tue, 29 Mar 2005 08:59:27 +0200, Mathias Broekelmann [EMAIL PROTECTED] wrote: Hi, wouldn´t it

Re: HTMLEcoder and \n

2005-03-29 Thread Sylvain Vieujot
Indeed, as Oliver said, the spec says : all angle brackets should be converted to the ampersand xx semicolon syntax when rendering the value of the value attribute as the value of the component. And doesn't mention anything about \n. This is a bit sad, but that's the situation. I think the

Re: HTMLEcoder and \n

2005-03-29 Thread Manfred Geiler
+0.9 On Tue, 29 Mar 2005 11:28:09 -0400, Sylvain Vieujot [EMAIL PROTECTED] wrote: Indeed, as Oliver said, the spec says : all angle brackets should be converted to the ampersand xx semicolon syntax when rendering the value of the value attribute as the value of the component. And doesn't

Re: HTMLEcoder and \n

2005-03-29 Thread Sylvain Vieujot
A simple case where I think it makes sens (that's when I hit this problem) is when you input text via a text area, and then wants to use the user's text as a comment on a page. Then, the formating is lost. In fact, it's in the source, but that doesn't make much difference to the user. That's

Re: Problem when decoding HtmlTextInput

2005-03-29 Thread Jon Travis
Bouncing this to the dev list, since it seems like more of a dev issue getting no response on user. -- Jon On Mar 28, 2005, at 5:43 PM, Jon Travis wrote: I'm having a little problem which seems to have been recently introduced: I have some text inputs in my app, and it seems that the first time I

Re: Problem when decoding HtmlTextInput

2005-03-29 Thread Heath Borders
Whats happening is correct behavior, if the updateModelValues phase doesn't complete. If you have an immediate action on your page, or you want to force a component to read from the backing bean, you need to manually set its value and submittedValue to null and its localValueSet to false. On

[jira] Commented: (MYFACES-150) JspTilesViewHandlerImpl requires tiles definitions to end in '.tiles'

2005-03-29 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-150?page=comments#action_61767 ] sean schofield commented on MYFACES-150: Index: src/components/org/apache/myfaces/application/jsp/JspTilesViewHandlerImpl.java

Re: [Vote] release candidate2 for Apache MyFaces

2005-03-29 Thread Heath Borders
+1. Even though there's a fix that I still need to commit, but I'm really busy right now (I'm trying to buy a house), so I still haven't gotten to learn how to create a proper patch file yet. On Tue, 29 Mar 2005 23:10:40 +0200, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi folks, after

NavigationMenuItem as ActionSource

2005-03-29 Thread Galen Dunkleberger
I noticed that MYFACES-87 was a request for implementing the x:navigationMenuItem as an ActionSource. I'm relatively new to JSF and have never contributed to open source before so any suggestions are welcomed. While using MyFaces on a project at work I also came upon the need to be able to

Re: [Vote] release candidate2 for Apache MyFaces

2005-03-29 Thread Sylvain Vieujot
+1 On Tue, 2005-03-29 at 23:10 +0200, Matthias Wessendorf wrote: Hi folks, after some changes and fixes, the Apache MyFaces project is proud to be next to provide the first release as a top level project inside of ASF. This would be the 1.0.9-beta. Beta, because we haven't passed the TCK

Re: HTMLEcoder and \n

2005-03-29 Thread Heath Borders
We would still need a separate flag in the component, this would just require more advanced logic in the tag. Again, I'm still afraid that it doesn't really count as encoding, since a br / != '\n' according to the HTML spec. it would have to be something like newline; On Tue, 29 Mar 2005

Re: [Vote] release candidate2 for Apache MyFaces

2005-03-29 Thread Matthias Wessendorf
Hermond, thanks for pointing it out! #1) is easy, the file for HTMLEditor was renamed, but not his navigation rule. I just fixed that. #3) I haven't used the component, but it looks similar like that what I saw as I *visited* that sample page a time a go. #2) setId() of UIComponent has some

RE: [Vote] release candidate2 for Apache MyFaces

2005-03-29 Thread Broekelmann, Mathias
Hi, I´ve already created an issue (including a patch) with the id of tree see: http://issues.apache.org/jira/browse/MYFACES-139 Mathias #2) setId() of UIComponent has some restrictions: * Must not be a zero-length String. * First character must be a letter or an underscore ('_'). *

Re: [Vote] release candidate2 for Apache MyFaces

2005-03-29 Thread Matthias Wessendorf
Thanks Matze ;) I thought, that it was related to the TreeComponent and not to my check rule. Cool, I'll apply it now! -Matze Broekelmann, Mathias wrote: Hi, I´ve already created an issue (including a patch) with the id of tree see: http://issues.apache.org/jira/browse/MYFACES-139 Mathias #2)

RE: [Vote] release candidate2 for Apache MyFaces

2005-03-29 Thread hermod . opstvedt
Hi Just so that there is no misunderstanding, I installed and ran the myfaces-1.0.9-app wars. Hermod -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 9:28 AM To: MyFaces Development Subject: Re: [Vote] release candidate2 for Apache

Re: [Vote] release candidate2 for Apache MyFaces

2005-03-29 Thread Matthias Wessendorf
Yes! :) I am just *uploading* the changed files... You are fine. Please wait about 30 minutes. and then you'll find new, correct files... ;) -Matthias [EMAIL PROTECTED] wrote: Hi Just so that there is no misunderstanding, I installed and ran the myfaces-1.0.9-app wars. Hermod -Original