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!
>
>
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
: 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
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,
>
[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'
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,
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
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
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
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
>> 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
;>
>>>
>>> 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
;>> 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
>>>
>
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
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
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.
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]
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
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
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
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
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
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
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
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
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
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
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
28 matches
Mail list logo