Re: Unable to pass Object using FacesContext

2007-08-19 Thread David Delbecq
Not sur what you want, trying to answere anyway. 1) If you wanna put information on an HyperLink and have it set to a bean property, one way is to use a lifeCycle listener. At the begin of life cycle, this listener would look for a series of hardcoded url parameters (like deviceView) and map

Re: dataTable newspaperColumn styleClass

2007-08-19 Thread Dave
I tested it. you are right. Now I am wondering if the following is possible? t:dataTable newspaerColumns=1 value=... t:column t:column /t:dataTable There is only one clumn for the dataTable. So For 5 rows, the result will look like: A B C D

Re: EL in component attribute

2007-08-19 Thread Michał 'Gandalf' Stawicki
Disregard this, just copied code from other component. On 19/08/07, Michał 'Gandalf' Stawicki [EMAIL PROTECTED] wrote: I have modified the s:pickList component so one could set the add / remove button text. It works fine. Now, I would like to be able to put some EL in the attributes. What is

Re: Tree2 - Selecting a node programmatically

2007-08-19 Thread Christopher Cudennec
Hi, no, that's not what I meant. If the method of your actionListener currently points to a backing bean method, that's fine. The approach that I described in my earlier post is a bit more object-centric. The object that is manipulated (i.e. your tree node) knows how to react to an event. My

Re: Readonly + Validator

2007-08-19 Thread Volker Weber
I can't reproduce this behavior. Can you please provide a small example showing this problem? Regards, Volker 2007/8/16, daniel ccss [EMAIL PROTECTED]: I think is a bug, is the only value that becomes 0 when a readonly property is set to true On 8/16/07, Volker Weber [EMAIL

Re: [Tobago] Layout problem with 1.0.12

2007-08-19 Thread Volker Weber
Hi Helmut, Must I specify for every not rendered tag in a gridLayout a layout token for row and column? yes, but in case of just one token (columns=*) you can omit it. I reduced your example to just the box content (only one button), and the problem still exists, even without the popup.

Re: [Tobago] Layout problem with 1.0.12

2007-08-19 Thread Volker Weber
Hi, i just added the jira entry: http://issues.apache.org/jira/browse/TOBAGO-473. I fixed this locally, but svn seems to be down, i can't connect to commit. I try it later. Regards, Volker 2007/8/19, Volker Weber [EMAIL PROTECTED]: Hi Helmut, Must I specify for every not rendered

Re: Tree2 - Selecting a node programmatically

2007-08-19 Thread Christopher Cudennec
Ah, I just had a sudden inspiration about your problem. I just understood why you use an action _and_ an actionListener. The actionListener, i.e. t.setNodeSelected is what has to be done for every one of your nodes, the action, i.e.treeBacker.processFolder is what makes the difference for this

Re: can Trinidad use pagedefintion file?..

2007-08-19 Thread Bill Baggett
Bandaru, No this won't work. The pagedefinition/datacontrols stuff is used for Oracle's ADFm (model). ADFm isn't part of Trinidad, so it won't work. bill Bandaru wrote: Hi, Can i use Pagedefinition file created from DataControls in the project configured with Trinidad. if