Re: [TRINIDAD] In Internet Explorer, fidgety behaviour of panelFormLayout with inputDate

2008-04-07 Thread Matthias Wessendorf
(X) ... layout stays the same meaning: The page is still looking as it should and the fidgeting has disappeared. Fix helped. at least on a quick test, using IE7 -M Thanks, Carsten Matthias Wessendorf-4 wrote: Hello Carsten, On Fri, Apr 4, 2008 at 8:24 AM, Carsten

tomahawk datatable: custom model

2008-04-07 Thread arne anka
hi, i search over a repository and would like to present the results in a paging datatable. but paging requires to fetch all results at once -- the repository i am searching (fedora) provides its own mechanism to page results, so i think i need to implement my own model. looking in the

Re: Custom renderer for h:outputText - possible?

2008-04-07 Thread Jacek Laskowski
On Sun, Apr 6, 2008 at 9:58 PM, Jesse Alexander (KSFH 323) [EMAIL PROTECTED] wrote: Could be then that somehow MyFaces does not allow to overwrite the standard renderers. Why is so? Is there a page about it in the JSF spec so I could confirm it's right or not? Maybe you should grab the

RE: Custom renderer for h:outputText - possible?

2008-04-07 Thread Jesse Alexander (KSFH 323)
Could be then that somehow MyFaces does not allow to overwrite the standard renderers. Why is so? Is there a page about it in the JSF spec so I could confirm it's right or not? would have to check the spec... but usually it works also for MyFaces... Maybe you should grab the MyFaces

Trinidad rendering problem

2008-04-07 Thread Nuno Sousa
I've tried the to use seam + richfaces + aja4jsf + trinidad. I created a table which is filled by my beans, but the table borders don't appear on the page when rendering, just the values but in the correct positions, the table iis like invisible. Any ideia what is causing this? Thanks -- Ping

Re: Trinidad rendering problem

2008-04-07 Thread Cagatay Civici
Are you using t:document in your page? On Mon, Apr 7, 2008 at 3:07 PM, Nuno Sousa [EMAIL PROTECTED] wrote: I've tried the to use seam + richfaces + aja4jsf + trinidad. I created a table which is filled by my beans, but the table borders don't appear on the page when rendering, just the values

Re: Trinidad rendering problem

2008-04-07 Thread Nuno Sousa
Hmm nop i'm not using it. I forgot to attach my .xhtml page here it goes On Mon, Apr 7, 2008 at 1:09 PM, Cagatay Civici [EMAIL PROTECTED] wrote: Are you using t:document in your page? On Mon, Apr 7, 2008 at 3:07 PM, Nuno Sousa [EMAIL PROTECTED] wrote: I've tried the to use seam +

[tomahawk] clientside tree2 collapsed

2008-04-07 Thread Michael Heinen
Hi all, I have a question regarding good old tree2. Problem is that If I open some nodes on clientside and rerender the area with the t:tree2 tag (with or without ajax) then all nodes are collapsed again! t:tree2 id=treeATItems value=#{MyBean.treeModel}

Re: [tomahawk] clientside tree2 collapsed

2008-04-07 Thread Andrew Robinson
is your tree model in a session bean, or a request bean? The state is stored in the model, not the tree On 4/7/08, Michael Heinen [EMAIL PROTECTED] wrote: Hi all, I have a question regarding good old tree2. Problem is that If I open some nodes on clientside and rerender the area with the

Trinidad rendering problem

2008-04-07 Thread Nuno Sousa
I've tried the to use seam + richfaces + aja4jsf + trinidad. I created a table which is filled by my beans, but the table borders don't appear on the page when rendering, just the values but in the correct positions, the table iis like invisible. Any ideia what is causing this? Thanks -- Ping

RE: [tomahawk] clientside tree2 collapsed

2008-04-07 Thread Michael Heinen
It is a session scoped bean -Original Message- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: Montag, 7. April 2008 15:14 To: MyFaces Discussion Subject: Re: [tomahawk] clientside tree2 collapsed is your tree model in a session bean, or a request bean? The state is stored in the

Re: [Trinidad] Custom collectionmodel

2008-04-07 Thread Henk Vanhoe
Max, I managed to use our own collectionmodel with a solution similar to what you suggested (have a method in my backing bean itself wrap the list). It was a bit complicated because we are using nested tables, so we always have to keep track of the parent table. But in fact that was

Re: Trinidad rendering problem

2008-04-07 Thread Nuno Sousa
Any idea ? Thanks On Mon, Apr 7, 2008 at 1:14 PM, Nuno Sousa [EMAIL PROTECTED] wrote: Hmm nop i'm not using it. I forgot to attach my .xhtml page here it goes On Mon, Apr 7, 2008 at 1:09 PM, Cagatay Civici [EMAIL PROTECTED] wrote: Are you using t:document in your page? On Mon,

Re: Trinidad rendering problem

2008-04-07 Thread Nuno Sousa
It works now with tr:document thanks :) On Mon, Apr 7, 2008 at 1:09 PM, Cagatay Civici [EMAIL PROTECTED] wrote: Are you using t:document in your page? On Mon, Apr 7, 2008 at 3:07 PM, Nuno Sousa [EMAIL PROTECTED] wrote: I've tried the to use seam + richfaces + aja4jsf + trinidad. I

[Trinidad] Disable details-link

2008-04-07 Thread Henk Vanhoe
Hi, Another question I was having... In one of our tables we are using the detailStamp facet. When I add a detailStamp there automatically appears an extra column with a Details-link in it. Does anybody know a way to disable this column? (The details should always be visible in the screen we

Re: Trinidad rendering problem

2008-04-07 Thread Cagatay Civici
It works now with tr:document thanks :) Good:) Cagatay On Mon, Apr 7, 2008 at 5:28 PM, Nuno Sousa [EMAIL PROTECTED] wrote: It works now with tr:document thanks :) On Mon, Apr 7, 2008 at 1:09 PM, Cagatay Civici [EMAIL PROTECTED] wrote: Are you using t:document in your page? On

Where can i find ChildPropertyTreeModel, TreeModel, etc?

2008-04-07 Thread Nuno Sousa
I need this classes to create some tree examples, if i use ChildPropertyTreeModel, TreeModel, etc... this classes are not found. I found a website ( http://myfaces.apache.org/trinidad/trinidad-api/xref/org/apache/myfaces/trinidad/model/ChildPropertyTreeModel.html) where i can see the class's but

Re: Where can i find ChildPropertyTreeModel, TreeModel, etc?

2008-04-07 Thread Matthias Wessendorf
On Mon, Apr 7, 2008 at 5:10 PM, Nuno Sousa [EMAIL PROTECTED] wrote: I need this classes to create some tree examples, if i use ChildPropertyTreeModel, TreeModel, etc... this classes are not found. I found a website

[Tranidad]

2008-04-07 Thread Zigc Junk
By default, the control bar of tr:table is placed at the top. Does anyone know how to place the control bar at the bottom? There is nothing in the documentation about this. thanks Bill

TreeTable

2008-04-07 Thread Nuno Sousa
Hi, Any place where i can find some examples of TreeTables Usage? Including JavaCode, i follow the example at the bottom of this page: http://www.mail-archive.com/[EMAIL PROTECTED]/msg31023.html and the only thing i can see is the root element rendered :/ Btw can i make a TreeTable with

Re: trinidad table

2008-04-07 Thread Cristi Toth
currently not, but I already added this feature on my box and I plan to commit it soon so it will be available in the snapshot and in the next released version On Fri, Apr 4, 2008 at 7:16 PM, Zigc Junk [EMAIL PROTECTED] wrote: Is there a way to move the control bar of a tr:table from the top to

Re: TreeTable

2008-04-07 Thread Nuno Sousa
For example, the java + xhtml code from the life demo is avaiable anywhere? :) On Mon, Apr 7, 2008 at 7:34 PM, Nuno Sousa [EMAIL PROTECTED] wrote: Hi, Any place where i can find some examples of TreeTables Usage? Including JavaCode, i follow the example at the bottom of this page:

Re: TreeTable

2008-04-07 Thread Cristi Toth
hi, either checkout the whole trinidad source from svn or just browse through it online this is the root of the trinidad-demo: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/ On Mon, Apr 7, 2008 at 9:06 PM, Nuno Sousa [EMAIL PROTECTED] wrote: For example,

Re: How to Sync the SaveState variables?

2008-04-07 Thread Hazem Saleh
Hi Aly, Please send more details about the code (the JSPs, the faces-config and the managed beans) to clarify the problem. Thanks On Sun, Apr 6, 2008 at 11:23 AM, Ali Abdel-Aziz Ali [EMAIL PROTECTED] wrote: Hello All, I have some variables(properties) saved in savestate as follows

Re: [Trinidad][Facelets] Best-Practise: Different-Template for HTML-printing

2008-04-07 Thread Cristi Toth
Hi Harald, Thanks to your observations I resolved issue TRINIDAD-951 check the following link and the subversion commits tab to see what renderers were fixed http://issues.apache.org/jira/browse/TRINIDAD-951 the changes will be available in the snapshots and in the next release (1.*.8)