Re: How to show

2009-08-13 Thread Guru Rao
ee > nodes like in Demo > http://www.irian.at/trinidad-demo/faces/components/tree.jspx. How can I > do > this? Now it is rendering triangles right and down. > > Ps: I using Trinidad 1.2.1. > > Thanks, > > -- > Marcos Sousa > www.marcossousa.com Enjoy it! > >

trinidad ppr status: how to show in the window center for both IE and Firefox

2009-07-12 Thread Dave
          we like to show the "Processing..." in the window center for Firefox and IE. What the style ajaxStatus should be?   It is best to disable user input during processing if possible.   Thanks, Dave

RE: How to show

2009-05-26 Thread Knudsen, Joe
: How to show Hi Joe, and thx for the hint. I've tried it: on the one handside it works, on the other it causes a new problem. Refreshing the Context causes my dataTableControll to 'forget' on which page of the paginator it's standing. Sure, this is necessary - but is the

Re: How to show

2009-05-26 Thread Wolfgang Grabow
FacesContext.getCurrentInstance(); > fc.getViewRoot().getChildren().clear(); > > -Original Message- > From: Wolfgang Grabow [mailto:wolfgang_gra...@gmx.net] > Sent: Tuesday, May 26, 2009 7:46 AM > To: MyFaces Discussion > Subject: Re: How to show > > Hi Justinas, >

RE: How to show

2009-05-26 Thread Knudsen, Joe
[mailto:wolfgang_gra...@gmx.net] Sent: Tuesday, May 26, 2009 7:46 AM To: MyFaces Discussion Subject: Re: How to show Hi Justinas, thx for that one - it works. :) Does anyone has an idea about the other issue? >2. Setting the paginatorActiveColumnStyle property of the t:dataTable >I just can'

Re: How to show

2009-05-26 Thread Wolfgang Grabow
Hi Justinas, thx for that one - it works. :) Does anyone has an idea about the other issue? >2. Setting the paginatorActiveColumnStyle property of the t:dataTable >I just can't get this one working. Whatever I set the value >to (e.g. font-size: 40) the component just ignors it. Font bold >works,

Re: How to show

2009-05-24 Thread Justinas
Wolfgang Grabow wrote: Hi everybody, I'm currently developing a JSF-based web application which makes use of various faces tags. Actually I stummbled into two strange issues which I was'nt able so solve by myself and google. ;) So here's what I experience: 1. Using t:dataTable For some reason

Re: How to show

2009-05-21 Thread Wolfgang Grabow
Hi everybody, I'm currently developing a JSF-based web application which makes use of various faces tags. Actually I stummbled into two strange issues which I was'nt able so solve by myself and google. ;) So here's what I experience: 1. Using t:dataTable For some reason data of the datatype dat

Re: How to show

2009-05-20 Thread Matthias Wessendorf
Use 1.2.11 since the new icons were added after the first release. If that is your question. Sent from my iPod. On 20.05.2009, at 22:24, Marcos Sousa wrote: Hello, I'm using trinidad tree component and I want to show images to expand tree nodes like in Demo http://www.irian.at/trinida

How to show

2009-05-20 Thread Marcos Sousa
Hello, I'm using trinidad tree component and I want to show images to expand tree nodes like in Demo http://www.irian.at/trinidad-demo/faces/components/tree.jspx. How can I do this? Now it is rendering triangles right and down. Ps: I using Trinidad 1.2.1. Thanks, -- Marcos Sousa www.marcossou

Re: [TOBAGO] How to show multiple lines with

2008-11-28 Thread Volker Weber
>> Regards, >>>> Volker >>>> >>>> 2008/11/26 Groovie <[EMAIL PROTECTED]>: >>>>> >>>>> Salut M'cs >>>>> >>>>> i would like to know, how to tell the tx:textarea tag, to >>>>> show a b

Re: [TOBAGO] How to show multiple lines with

2008-11-28 Thread Groovie
;> >>> >>> Regards, >>> Volker >>> >>> 2008/11/26 Groovie <[EMAIL PROTECTED]>: >>>> >>>> Salut M'cs >>>> >>>> i would like to know, how to tell the tx:textarea tag, to >>>> show

Re: [TOBAGO] How to show multiple lines with

2008-11-26 Thread Volker Weber
;>> show a box with i.e. 3 lines. I do miss a row(s) attribute, >>> to show a textbox with a couple of viewable textline, >>> quite similar to the . >>> >>> Any help is welcomed! >>> >>> Thanks in advance, >>> Groovy >>> >

Re: [TOBAGO] How to show multiple lines with

2008-11-26 Thread GroovieMan
xtbox with a couple of viewable textline, >> quite similar to the . >> >> Any help is welcomed! >> >> Thanks in advance, >> Groovy >> >> >> -- >> View this message in context: >> http://www.nabble.com/-TOBAGO--H

Re: [TOBAGO] How to show multiple lines with

2008-11-26 Thread Volker Weber
ow a textbox with a couple of viewable textline, > quite similar to the . > > Any help is welcomed! > > Thanks in advance, > Groovy > > > -- > View this message in context: > http://www.nabble.com/-TOBAGO--How-to-show-multiple-lines-with-%3Ctx%3Atextarea%3E-tp20699493p2069

[TOBAGO] How to show multiple lines with

2008-11-26 Thread Groovie
ntext: http://www.nabble.com/-TOBAGO--How-to-show-multiple-lines-with-%3Ctx%3Atextarea%3E-tp20699493p20699493.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [Trinidad] How to show all the rows in a table programmatically

2008-09-06 Thread dushyant agarwal
Rafa, try using setShowAll(true) on the instance of the tr:table component in the BB of the page. Refresh the table by addPartialTarget() if required, Thanks, Dushyant --- On Fri, 5/9/08, Rafa Pérez <[EMAIL PROTECTED]> wrote: From: Rafa Pérez <[EMAIL PROTECTED]> Subject: [Trinidad]

Re: [Trinidad] How to show all the rows in a table programmatically

2008-09-05 Thread Max Starets
Rafa, Why are you trying to avoid setting "rows"? Max Rafa Pérez wrote: Hi all, I need for some reasons to change programmatically the number of rows showed by a tr:table. I have been looking through the docs and have seen that it is possible to configure the first element in the range and th

[Trinidad] How to show all the rows in a table programmatically

2008-09-05 Thread Rafa Pérez
Hi all, I need for some reasons to change programmatically the number of rows showed by a tr:table. I have been looking through the docs and have seen that it is possible to configure the first element in the range and the number of rows to show, but I can not figure out how to make a "Show all" w

Re: [Trinidad] How to show a FacesMessage inside a custom UploadFileProcessor?

2008-01-28 Thread Rafa Pérez
Hi Matthias, I have been trying to override the validate method for a custom component, but I have been facing problems of configuration and trinidad is still using the CoreInputFile. Because of deadlines of the project I am working in, I can not spend more time in this solution. I hope in the fut

Re: [Trinidad] How to show a FacesMessage inside a custom UploadFileProcessor?

2008-01-24 Thread Matthias Wessendorf
I am traveling to the rest of the week; But, I can try to do a "prototype" in Trinidad next week. Like provide a *modified* input-file comp. I haven't really spent time on it, but there is this bug: http://issues.apache.org/jira/browse/TRINIDAD-607 and we are aware of the related issues; -M On

Re: [Trinidad] How to show a FacesMessage inside a custom UploadFileProcessor?

2008-01-24 Thread Rafa Pérez
Thanks for your help Matthias. I will try to override the validate() for the component on Monday On Jan 24, 2008 4:09 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > or better, override the validate() > of the component, to check for a key. > b/c not really a conversion error, more > valida

Re: [Trinidad] How to show a FacesMessage inside a custom UploadFileProcessor?

2008-01-24 Thread Matthias Wessendorf
or better, override the validate() of the component, to check for a key. b/c not really a conversion error, more validation On Jan 24, 2008 6:55 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > I haven't looked into this particular thing, but we already have a bug > for it in our jira. > > Per

Re: [Trinidad] How to show a FacesMessage inside a custom UploadFileProcessor?

2008-01-24 Thread Matthias Wessendorf
I haven't looked into this particular thing, but we already have a bug for it in our jira. Perhaps it is worth to check this: the size-check is done in UploadedFileImpl.load() catch that exception and return null from processFile(). when there is an exception store a "flag" in the requestMap. cu

[Trinidad] How to show a FacesMessage inside a custom UploadFileProcessor?

2008-01-24 Thread Rafa Pérez
Hi all, We are trying to implement a custom UploadFileProcessor to be able to show a message to the user when the file he wants to upload is too large to be handled by Trinidad. By now, Trinidad throws an EOFException, but it can not be handled in anyway, isn't it? How could we show a FacesMessag

Re: how to show param/value on URL and captuer them through backing bean

2006-05-03 Thread Yasushi Okubo
I am using session bean, but some portions of applications have to show param/value in URL field on browser and capture those pairs of param/values through backing bean. Could someone advise me how to show param/value in URL ? If I move to a bean with request scope with statesaving on, then

Re: how to show param/value on URL and captuer them through backing bean

2006-05-02 Thread Mert Çalışkan
rowser and capture those pairs of param/values through backing bean.Could someone advise me how to show param/value in URL ?If I move to a bean with request scope with statesaving on, then couldpairs of param/values automatically be shown on URL ? Since I am using tiles, URL looks always the name

how to show param/value on URL and captuer them through backing bean

2006-05-02 Thread Yasushi Okubo
Hi, experts I am using session bean, but some portions of applications have to show param/value in URL field on browser and capture those pairs of param/values through backing bean. Could someone advise me how to show param/value in URL ? If I move to a bean with request scope with