[Trinidad] Problem in PageflowScope - attribute's value available even after it is removed.

2009-02-26 Thread dushyant agarwal
Hi, (In the following text, I am abbreviating Baccking Bean as BB)  A JSF- Trinidad page (Page1.jsp, BB = Page1BB.java) has to be opened in a dialog. The page contains of a tr:outputText- id=txt, BB binding=txt. In its getter method  we have to set the value of the component  from an

[TRINIDAD] Problem moving from standard MyFaces to Trinidad

2009-02-26 Thread Stefan Fassel
Hello again I have decided to rephrace my Question from before I have a running Application using: JSF 1.1 Tomcat 5.5.23 Java 1.5 Facelets 1.1.14 Now I want to introduce the Trinidad 1.0.10 component framework. There was a partial success since I got Trinidad to render the first xhtml-file.

Re: [COMMUNITY] MyFaces += Jan-Kees van Andel

2009-02-26 Thread Hazem Saleh
Congratulations Jan-kees. On Thu, Feb 26, 2009 at 9:08 AM, Matthias Wessendorf mat...@apache.orgwrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Jan-Kees van Andel as the newest MyFaces committer! Jan-Kees is an active member of the myfaces

[TRINIDAD] Problem moving from standard MyFaces to Trinidad (Addition)

2009-02-26 Thread Stefan Fassel
Here is some addition to my recent posting. org.apache.myfaces.lifecycle.LifecycleImpl logs the following exiting from lifecycle.execute in RESTORE_VIEW(1) because getRenderResponse is true from one of the after listeners although xhtml-file is set to immediate=true. Could this be the core

[TRINIDAD] panelTabbed, complete bar(s) as link

2009-02-26 Thread Elian
Hi, i use a panelTabbed-layout with relative large tab-bars. Unfortunately only the text in the bars is used as navigation-link, not the bar(s) by itself. Is there a way, the complete bar(s) are used for navigation? thanks for the help Elian -- View this message in context:

selectOneRow component issue

2009-02-26 Thread Madhav Bhargava
Hi All, I am using selectOneRow component in a t:datatable. On some occasions I need to disable the group of radio buttons not allowing the user to toggle to any other row in the table. There is a disabled attribute for this component but even if I explicitly set disabled=true for this

Configuring panelTabbed component

2009-02-26 Thread Harry van Rijn
Hi, I want the tr:panelTabbed component have my own style. The standard rendering is not what I want, I like for instance the tabs to be coloured blue, and the text be white within it. Trying to find out myself takes a lot of time. I tried the attributes inlineStyle/styleClass, but all I get is

Re: [TRINIDAD] Problem moving from standard MyFaces to Trinidad

2009-02-26 Thread Steve Horne
Please post your web.xml. “Many men go fishing all of their lives without knowing it is not fish they are after.” - Henry David Thoreau On Thu, Feb 26, 2009 at 3:51 AM, Stefan Fassel d...@elfwyn.net wrote: Hello again I have decided to rephrace my Question from before I have a running

Re: [COMMUNITY] MyFaces += Jan-Kees van Andel

2009-02-26 Thread Simon Lessard
Congratulations, welcome in! ~ Simon On Thu, Feb 26, 2009 at 5:49 AM, Hazem Saleh haz...@apache.org wrote: Congratulations Jan-kees. On Thu, Feb 26, 2009 at 9:08 AM, Matthias Wessendorf mat...@apache.orgwrote: The Myfaces PMC is proud to announce a new addition to our community. Please

Re: [TRINIDAD] Problem moving from standard MyFaces to Trinidad

2009-02-26 Thread Stefan Fassel
Here my current web.xml: ?xml version = '1.0' encoding = 'ISO-8859-1'? web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd;

MyFaces error handler can not turned off

2009-02-26 Thread harald . humml
Hi, I want to use the servlet containers default error-page mechanism in web.xml. I turned off both, MyFaces and Facelets error handling. When I simulate an uncatched exception from a backing bean, I always get the MyFaces error page and not my own. What goes wrong? I'm using MyFaces 1.2.5 and

Re: [TRINIDAD] Problem moving from standard MyFaces to Trinidad

2009-02-26 Thread Steve Horne
Add this context param: context-param param-namejavax.faces.DEFAULT_SUFFIX/param-name param-value.xhtml/param-value /context-param HTH “Many men go fishing all of their lives without knowing it is not fish they are after.” - Henry David Thoreau On Thu, Feb 26, 2009 at 10:15 AM, Stefan

Re: [COMMUNITY] MyFaces += Jan-Kees van Andel

2009-02-26 Thread Grant Smith
Hi Jan-Kees, Congratulations and welcome ! On Thu, Feb 26, 2009 at 8:14 AM, Simon Lessard simon.lessar...@gmail.comwrote: Congratulations, welcome in! ~ Simon On Thu, Feb 26, 2009 at 5:49 AM, Hazem Saleh haz...@apache.org wrote: Congratulations Jan-kees. On Thu, Feb 26, 2009 at 9:08

Re: Configuring panelTabbed component

2009-02-26 Thread Andrew Robinson
Have a look at the trinidad developer skinning guide on the myfaces website. -Andrew On Thu, Feb 26, 2009 at 8:28 AM, Harry van Rijn ha...@raceeend-2.demon.nlwrote: Hi, I want the tr:panelTabbed component have my own style. The standard rendering is not what I want, I like for instance the

Re: [TRINIDAD] Problem moving from standard MyFaces to Trinidad

2009-02-26 Thread Steve Horne
Oh, sorry, I missed seeing that you already had that specified. Everything seems OK to me. “Many men go fishing all of their lives without knowing it is not fish they are after.” - Henry David Thoreau On Thu, Feb 26, 2009 at 10:52 AM, Steve Horne steveho...@gmail.com wrote: Add this context

Re: [TRINIDAD] Problem moving from standard MyFaces to Trinidad

2009-02-26 Thread Steve Horne
I'm not sure, but I think I have read about problems using that servlet mapping. I am using trinidad and facelets, and I have the following servlet mappings: servlet-mapping servlet-namefaces/servlet-name url-pattern/faces/*/url-pattern /servlet-mapping servlet-mapping

[Announce] Release of Apache MyFaces Trinidad 1.2.11

2009-02-26 Thread Matthias Wessendorf
The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.2.11. Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library. Trinidad Core 1.2.11 is available in both binary and source distributions: *

Re: [COMMUNITY] MyFaces += Jan-Kees van Andel

2009-02-26 Thread Jan-Kees van Andel
Thanks guys and also thanks to the rest of the MyFaces team for the trust. The first thing I'm gonna try to implement is the annotation based configuration code. I think that's a fair amount of work for now. We'll see what to do after that. I'm sure there's plenty of work when that's done /JK

[Trinidad] What resets the pageFlowScope ?

2009-02-26 Thread Walter Mourão
Hi folks, in a specific commandAction the pageFlowScope is reseting ( I see the change in the _afPfm token ). What is the rule that makes the pageFlowScope continue the same instance between pages ? Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br

Re: [COMMUNITY] MyFaces += Jan-Kees van Andel

2009-02-26 Thread Curtiss Howard
Hi JK, Out of curiosity, what are your plans for implementing the annotation configuration code (I assume you're talking about @ManagedBean and the like)? Mike Concini and I are both going to be doing a good bit of work on MyFaces and one spot in particular that we'd like to (try to) have input

faces+mysql+tomcat and error in codification

2009-02-26 Thread Victor H De la Luz
Hi! I have a problem very funny: I get my data from h:inputText value=#{blogBean.blogPage.title} / I have in the header of my .xhtml like: ?xml version=1.0 encoding=utf-8? Now, I have Mysql 5.0.51a with Server characterset:utf8 Db characterset:utf8 Client characterset:utf8

AW: faces+mysql+tomcat and error in codification

2009-02-26 Thread Andrej Konkow
Hi Victor, this is no special JSF issue. But anyway. I had the same problem. You have to set the correct encoding before the first character is read from the stream. My solution was writing a filter which is put as the very first instance to handle the request. Example: public class

Subform with InputText: InputText is not updated after a page submit

2009-02-26 Thread Stefan.Friedrich
Hi. We are currently facing and interesting problem: We have a page that contains one form element with a couple of input elements and one subform element, the backing bean is session scoped: tr:form ... tr.commandLink text=New .../ (-- sets backing bean property that lets the subform be