Re: [Trinidad] Tiles

2010-03-14 Thread omid p
Hi Matthias as you recommend i decide to using facelets and found this confige in web.xml !-- Uncomment the below for use with Facelets -- context-param param-nameorg.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER/param-name

[myfaces][tomahawk]

2010-03-14 Thread Guy Bashan
Hi, I want the sort direction of the t:datatable to start from large to small rather than small to large. I want this behavior to be for every column that is clicked on the table. Does anyone know how this can be done? Thanks, Guy.

Re: [Trinidad] Problem with chooseDate and chart in Opera

2010-03-14 Thread Jozef Dropco
Hello again, I did not mention that, this does not work also in examples on http://test.codebeat.ro/trinidad-components-demo/component-demo/chart-Default. Could somebody say something to it, its a bug? Thanks Jozef On 10.3.2010 13:57, Jozef Dropco wrote: Hello all, I dont know why it doesnt

Re: [myfaces][tomahawk]

2010-03-14 Thread Leonardo Uribe
Hi Did you tried t:commandSortHeader? In tomahawk examples there is a demo for it. regards, Leonardo Uribe 2010/3/14 Guy Bashan guy.bas...@gmail.com Hi, I want the sort direction of the t:datatable to start from large to small rather than small to large. I want this behavior to be for

Re: [myfaces][tomahawk]

2010-03-14 Thread Anton Gavazuk
Hi Guy, I'm using commandSortHeader in such manner tm:commandSortHeader columnName=NAME action=#{customerSearchBean.actionSort} actionListener=#{customerSearchBean.processSortAction} f:facet name=ascending tm:graphicImage

Re: [myfaces][tomahawk]

2010-03-14 Thread Marcus Büttner
Hi, t:dataTable supports this 2 properties: sortColumn=#{customerSearchBean.sort} sortAscending=#{customerSearchBean.ascending} regards, Marcus Anton Gavazuk schrieb: Hi Guy, I'm using commandSortHeader in such manner tm:commandSortHeader columnName=NAME