Hi, Max. Thanks for your reply.
I didn't try IE7 or IE8 because Trinidad website lists only IE6
(http://myfaces.apache.org/trinidad/browsers.html). But the problem remains in
Mozilla Firefox 3.5.3.
In web.xml, there used to be a 'context-param' like:
org.apache.myfaces.trinidad.A
Does it work in other browsers including later versions of IE?
Max
?? ?? wrote:
Hi,all:
I've been writing a trinidad application on GlassFish v3, and testing it
with Microsoft IE6.
When I was using a TreeTable, it could be rendered on the page and its data
was shown correctly. But it cou
>> >>e.printStackTrace();
> >> >> }
> >> >>return selectedRowKeys;
> >> >>}
> >> >>
> >> >>public void setSelectedRowKeys(RowKeySet selectedRowKeys) {
> >> >>
= selectedRowKeys;
>> >>}
>> >>
>> >> The TreeTable tag is still the same as in the previous code version.
>> >>
>> >> Can you pls do me a favor to solve this problem, i m really stuck in
>> it
>> >> from
>> >> last 4 days. :
> >> >
> >> > Hi,
> >> >
> >> > I wasn't familiar with tr:tree, but I tried a few scenarios and I came
> >> up
> >> > with this solution:
> >> >
> >> > public RowKeySetTreeImpl getRowKeySet()
> >> &
eySet()
>> > {
>> > if (rowKeySet == null)
>> > {
>> > rowKeySet = new RowKeySetTreeImpl();
>> > rowKeySet.setCollectionModel(getTreeModel());
>> > }
>> >
>> > if (getTreeM
rowKeySet.setCollectionModel(getTreeModel());
> > }
> >
> > if (getTreeModel().getRowKey() != null)
> > {
> > List l = (List) getTreeModel().getRowKey();
> > if (l.size() == 2 && l.get(0) ==
p; l.get(1) == 1)
> {
> rowKeySet.add();
> }
> }
>
> return rowKeySet;
> }
>
> This selects the second child of the first node in the tree. However, I
> don't know if there is an easier way to do this.
>
owKeySet;
}
This selects the second child of the first node in the tree. However, I
don't know if there is an easier way to do this.
Regards,
Jakob Korherr
2009/12/18 omaji7
>
> Hi,
>
> My project is build in JSF, Hibernate and Faclets. i m using trinidad
> treetable tag
Hi,
My project is build in JSF, Hibernate and Faclets. i m using trinidad
treetable tag to build a tree with multiselection nodes. Now i m facing a
problem to initially selection of the nodes when page is loaded at the first
time. i have tried alot to accomplish this task, but still unable to
Hi,
My project is build in JSF, Hibernate and Faclets. i m using trinidad
treetable tag to build a tree with multiselection nodes. Now i m facing a
problem to initially selection of the nodes when page is loaded at the first
time. i have tried alot to accomplish this task, but still unable to
id's of your h:commandLink component's. I
> think all commandLink has the same id's. Try to use the tr:commandLink.
> Then the problem should be away.
>
>
--
View this message in context:
http://www.nabble.com/-Trinidad--TreeTable-fires-actionListener-too-often-tp19218
Hallo,
take a look at the generated id's of your h:commandLink component's. I
think all commandLink has the same id's. Try to use the tr:commandLink.
Then the problem should be away.
Greetings Michael Meierhoff
Christian Poecher schrieb:
Hi there,
I introduced the trinidad components (1
y the slaBean.selectSla method is
called as often as the displayed number of rows. In case of my development
envioronment that is 83 times, in production probably more often. Can
someone enlighten me, what I am doing wrong here?
TIA,
Chris
--
View this message in context:
http://www.nabble.com/-Tri
Hi,
is there any way to get a tr:table detailStamp like behaviour in a
tr:treeTable?
--
Kind regards,
Mathias
Andrew, thanks for your quick response.
I have opened a JIRA issue for this:
https://issues.apache.org/jira/browse/TRINIDAD-1055
To answer your question: No, the behavior is the same if the action
method is moved from the row object to the bean.
Meanwhile I also found out that specifying 'initia
You can probably file a bug.
Out of curiosity, does it work if your action method is on a bean and not a
node?
-Andrew
On Tue, Apr 22, 2008 at 9:58 AM, Dirk Krummacker <[EMAIL PROTECTED]>
wrote:
> I have a simple JSP page with only a commandButton and a treeTable.
> The commandButton is wired t
I have a simple JSP page with only a commandButton and a treeTable.
The commandButton is wired to an action listener method that populates
a list with nodes and places it into page flow scope. This node list
serves as the treeTable's model. There is a column in the treeTable
displaying a commandLin
I decided to write some code to test this issue easily and found that the issue
pops up with surprisingly little data. My test code follows... Please note
that I haven't made sure I have the latest version yet I will do that soon.
testTreeTable.jsp-
I am using the Trinidad Tree component and recently ran into an issue. Once we
began testing with large data sets, the tree's Expand All feature quit working.
At first, I thought that there must be something wrong with my data or
something, but then I found this in the developer guide:
"If t
search the results are shown. Each result is a link with a action. In this
method I set the new focus. But the focus is not set in the treeTable
(getter from my method to set the focusRowKey is not called again).
http://www.nabble.com/-Trinidad--TreeTable-focusRowKey-not-set-tp15372941p15372941.html
Sen
Hi,
i have a strange behaviour with the treeTable and the disclosedRowKeys.
In detail i want to expand specific nodes programaticaly and this should
be the initial state of the treeTable. This works fine for the first
render time. Now the trouble: In the action facet i have a commandLink
that shou
gewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
> For more information on the AMT-SYBEX Group visit http://www.amt-sybex.com
> _
>
>
--
View this message in context:
http://www.nabble.com/-Trinidad--treeTable-colum-type---depending-on-dynamic-data-returned.-tf3983438.html#a13616047
Sent from the MyFaces - Users mailing list archive at Nabble.com.
d Engle [mailto:[EMAIL PROTECTED]
Sent: Monday, October 15, 2007 4:12 PM
To: MyFaces Discussion
Subject: RE: [Trinidad] TreeTable Skinning Options?
Chris,
I found this posting and was able to conditionally set the visibility
for the checkboxes -- it was a great help and only took about 10 minut
Discussion
Subject: RE: [Trinidad] TreeTable Skinning Options?
Chris,
I found this posting and was able to conditionally set the visibility
for the checkboxes -- it was a great help and only took about 10 minutes
to implement:
http://mail-archives.apache.org/mod_mbox/incubator-adffaces-user/200612
Incorrect URL in last post -- here is the correct one:
-Original Message-
From: Todd Engle [mailto:[EMAIL PROTECTED]
Sent: Monday, October 15, 2007 4:12 PM
To: MyFaces Discussion
Subject: RE: [Trinidad] TreeTable Skinning Options?
Chris,
I found this posting and was able to
-
From: Chris Hane [mailto:[EMAIL PROTECTED]
Sent: Friday, October 12, 2007 2:30 AM
To: MyFaces Discussion
Subject: Re: [Trinidad] TreeTable Skinning Options?
Cristi - thanks for the info on setting the "children" property to null
and not just empty. That did the trick for my quest
Chris Hane schrieb:
Cristi - thanks for the info on setting the "children" property to
null and not just empty. That did the trick for my question #3.
1) Can the "Select All | Select None" be turned off and not show in
the table header?
Hi chris!
maybe you could use style.display="none" t
Cristi - thanks for the info on setting the "children" property to null and
not just empty. That did the trick for my question #3.
1) Can the "Select All | Select None" be turned off and not show in
the table header?
> 1. it's probably related to using rowSelection="multiple"
> if you don't
Hi Chris,
1. it's probably related to using rowSelection="multiple"
if you don't specify that, the links will not be rendererd
3. the model it's a tree, so the leafs don't have the expand/collapse icon
rendered
BUT for a node to be a leaf it has to have the 'children' property set to
null (not an
Is it possible to do any of the following with the TreeTable component.
1) Can the "Select All | Select None" be turned off and not show in
the table header?
2) Is it possible to have a "select" checkbox appear for only SOME rows?
I have a list of libraries and each library has a list of d
PROTECTED]
Sent: 17 September 2007 16:59
To: MyFaces Discussion
Subject: Re: [Trinidad] treeTable dynamic rowSelection
Hi Andrew,
I doubt that you can control row selection at row level.
What you can do just add some commandNavigationItem in each row that will call
an action event. On that eve
also.
Now you can control rendering of this commandNavigationItem based on some
condition. The condition can be if getChildren return empty array, it's a
child node.
~Abhishek
On 9/17/07, Andrew Richards <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> I have a Trinidad treeT
Hello all,
I have a Trinidad treeTable with row selection set to single as follows...
I have a hierarchy of nested beans which has a getChildren method to allow me
to show a hierarchy of child rows.
Is there any way I can say row selection is only possible on the child rows? i.e
OTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Matthias Wessendorf
> Sent: 06 September 2007 11:34
> To: MyFaces Discussion
> Subject: Re: [Trinidad] TreeTable - expand all.
>
> ** This Message Originated From The Internet Please Be Aware Of
> Suspicious Attachments And Co
lf Of
Matthias Wessendorf
Sent: 06 September 2007 11:34
To: MyFaces Discussion
Subject: Re: [Trinidad] TreeTable - expand all.
** This Message Originated From The Internet Please Be Aware Of
Suspicious Attachments And Content **
not really sure on this.
Question: have you tried something in
not really sure on this.
Question: have you tried something in this directions?
What are the errors you are seeing ?
thx,
Matthias
On 9/5/07, Darren McEntee <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> Hi all,
>
>
>
> I've a quick question regarding the tr:treeTable component.
>
> What I want too do i
Anyone know about this?
Thanks.
Sent: 05 September 2007 10:31
To: MyFaces Discussion
Subject: [Trinidad] TreeTable - expand all.
Hi all,
I've a quick question regarding the tr:treeTable component.
What I want too do is have the option fo
Hi all,
I've a quick question regarding the tr:treeTable component.
What I want too do is have the option for the treeTable to be expanded
by default on specific pages on initial page loading.
I see in the treeTable has the expandAllEnabled attribute which decides
whether the Expand All & Col
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> and I have this in my css:
>>>
>>> .AFTableCellDataBackgroundColor:alias {
>>> background-color: red !important;
>>> }
>>> .AFTableCellDataBandedBackgroundColor:alias {
>>> background-color: green !important;
>>> }
>>>
>>> yet I am not seeing anything reflected in the page rendering. Is there
>>> short answer to what the heck I'm doing wrong? Let me know if you need
>>> any other information if you can help and thanks in advance.
>>>
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/rowBandingInterval-not-working-with-Trinidad-treeTable-tf4264259.html#a12157092
Sent from the MyFaces - Users mailing list archive at Nabble.com.
gt;>
>>
>>
>>
>>
>>
>> and I have this in my css:
>>
>> .AFTableCellDataBackgroundColor:alias {
>> background-color: red !important;
>> }
>> .AFTableCellDataBandedBackgrou
color: red !important;
> }
> .AFTableCellDataBandedBackgroundColor:alias {
> background-color: green !important;
> }
>
> yet I am not seeing anything reflected in the page rendering. Is there
> short answer to what the heck I'm doing wrong? Let me know if you need
>
other information if you can help and thanks in advance.
--
View this message in context:
http://www.nabble.com/rowBandingInterval-not-working-with-Trinidad-treeTable-tf4264259.html#a12135913
Sent from the MyFaces - Users mailing list archive at Nabble.com.
Hi there,
I'm looking for a way to implement the following in Trinidad.
Using the tr:treeTable component I want to be able to dynamically
specify what columns a will be set, if the data returned
is a date/time result.
For example, I have a treeTable facelet with a columns that return d
Hi,
In the Trinidad component, when using this with rowBanding
enabled and also rowSelection being single, is it possible to get the
selected table row to be highlighted, so that row stands out from the
rested of the records? I don't see this in the docs.
Any info appreciated.
Thanks,
Da
Hi guys,
I'm quite new to Trinidad and experimenting with its functionality. I'm
looking for information on two things really...
(1). I'm trying out the tr:treeTable Trinidad component. I'm interested
in a finding a way to get it to read the structure of an XML file and
display the structur
On 9/16/06, Naresh Bhatia <[EMAIL PROTECTED]> wrote:
Is there a Trinidad users list? I could only find this one at
http://myfaces.apache.org/mail-lists.html.
Trinidad has not yet become part of MyFaces-- it's still in the incubator.
Here's the project website: http://incubator.apache.org/adff
TreeTable
Hi,
do you have already asked this question on the trinidad user list? It
may be a better place to get information on a solution for this kind
of problem.
cheers,
Gerald
On 9/16/06, Naresh Bhatia <[EMAIL PROTECTED]> wrote:
>
>
>
> I am looking for ideas on how to e
Hi,
do you have already asked this question on the trinidad user list? It
may be a better place to get information on a solution for this kind
of problem.
cheers,
Gerald
On 9/16/06, Naresh Bhatia <[EMAIL PROTECTED]> wrote:
I am looking for ideas on how to extend the Trinidad TreeTa
Title: Displaying totals in Trinidad TreeTable
I am looking for ideas on how to extend the Trinidad TreeTable to display totals at various levels of the hierarchy. The "total" rows should look distinct from others, so they need to have different styling. Would such TotalRows be
Title: Trinidad TreeTable
I am trying to learn the Trinidad TreeTable component. I created a standalone JSF application and copied the TreeTable example source from the demo war, along with other necessary infrastructure. I have the TreeTable up and running. The only problem is that the text
51 matches
Mail list logo