Cannot create clientId. No id is assigned for component to create an id and UIViewRoot is not defined

2010-02-01 Thread Matthias Leis
Hello, I am developing a webapplication using Spring, Spring Webflow, Spring MVC and myfaces 1.2.8. Now I want to use myfaces 2.0.0 and get the following error: 10:49:16,406 DEBUG [DispatcherServlet] Could not complete request org.springframework.webflow.execution.FlowExecutionException:

Re: [Trinidad] tr:treeTable PPR not refreshing with facelets

2010-02-01 Thread Max Starets
C J, I believe you should be able to get it to work with Facelets. Have you inspected the response when the row disclosure icon is pressed (just use FireBug or HHTP Analyzer). Are there any error messages there? Max C J wrote: Thanks for the suggestions, but they didn't resolve the issue for

[ANNOUNCE] MyFaces Core v2.0.0-beta Release

2010-02-01 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.0.0-beta. MyFaces Core is a JavaServer(tm) Faces 2.0 implementation as specified by JSR-314. MyFaces Core 2.0.0-beta is available in both binary and source distributions. *

[Trinidad] tr:treeTable PPR not refreshing with facelets

2010-02-01 Thread C J
Thanks Max. It is a double heading, but it wasn't listed as an error. The problem was with Spring Web Flow and Trinidad. I found the solution for this at the following link: http://forum.springsource.org/showthread.php?t=74388highlight=trinidad

SelectOneRadio selectitem label

2010-02-01 Thread Kunle Ola
Hi, I am developing a JSF application for a medical organization, the radio options require long descriptions, and the text is folding under the radio button , which makes the page look unsightly. What I need is to make the text break into multiple lines next to the radio button, I was wondering

ANNOUNCE: Daniel Hinojosa talks about Pitfalls and Testing with JBoss Seam

2010-02-01 Thread Kito Mann
Hello, In this podcast, JSFCentral editor-in-chief Kito D. Mann talks with Daniel Hinojosa about testing JBoss Seam applications from the bottom up, and Seam pitfalls. This interview was recorded in September of 2008 at the JSF Summit, formerly called JSFOne, in Vienna, Virginia. Here is an

Re: SelectOneRadio selectitem label

2010-02-01 Thread C J
Trinidad provides this with tr:table: (http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_table.html).   If you use trinidad, also read the following: (http://forum.springsource.org/showthread.php?t=74388highlight=trinidad) . --- On Mon, 2/1/10, Kunle Ola kunle...@gmail.com wrote: