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) setId() of UIComponent has some restrictions:
* Must not be a zero-length String.
* First character must be a letter or an underscore ('_').
* Subsequent characters must be a letter, a digit, an underscore ('_'), or a dash ('-').


(see http://tinyurl.com/5ckg2)


that means, you can't have something like id="a:b"

This check rule was added by me between RC1 and RC2


But ":" is a *valid* character in JSF, it is the separater for NamingContainers.


For instance

<h:form id="form"...>
  <h:inputText id="text" ... >
...

for the inputText there will be a *rendered* ID like form:text
but that should be ok...

the page (treeTable.jsp) looks ok to me,

So I'll look what is happening here.


Thanks, Matthias


[EMAIL PROTECTED] wrote:

Hi

I ran the new examples on the latest (rc2), and got errors

(running on

Tomcat 5.0.30) :

HTMLEditor does not work (have not been able find any

errormessages on

that.

Tree Table does not work - The following error message :
javax.servlet.ServletException: Subsequent characters of component
identifier must be a letter, a digit, an underscore ('_'), or a dash
('-')! But component identifier contains ":"
SwapImage just renders a square

Hermod


-----Original Message----- From: Sylvain Vieujot [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 4:14 AM To: MyFaces-Dev Subject: Re: [Vote] release candidate2 for Apache MyFaces


+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 yet.



However the files for the RC2 are

visible here: http://cvs.apache.org/dist/myfaces/builds/1.0.9/rc2/
<http://cvs.apache.org/dist/myfaces/builds/1.0.9/rc2/>


(includes: bin, src and some apps (now only one archive for that))



please download them and test it inside of your projects

and vote:

----------------------------------------------------

[ ] +1 - Yes, Release the current code as 1.0.9-beta

[ ] +0 - Can't see why not

[ ] -1 - Please don't. Here's why:.....

----------------------------------------------------





Thanks,

Matthias







* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

* * * * * * * *

This email with attachments is solely for the use of the

individual or

entity to whom it is addressed. Please also be aware that

the DnB NOR Group

cannot accept any payment orders or other legally binding

correspondence with

customers as a part of an email.

This email message has been virus checked by the virus programs used
in the DnB NOR Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

* * * * * * * *




-- Matthias Weßendorf Aechterhoek 18 DE-48282 Emsdetten Germany phone: +49-2572-9170275 cell phone: +49-179-1118979 email: matzew AT apache DOT org url: http://www.wessendorf.net callto://mwessendorf (Skype) icq: 47016183

Reply via email to