cancel
Showing results for 
Search instead for 
Did you mean: 

problem in Table Filter

Former Member
0 Kudos

Hi

I'm using in 2004s sp11

i try to do filter to table

i used in the bolg

/people/peter.vignet/blog/2007/01/03/generic-web-dynpro-java-table-filter

but it's not working

can you help me step by step how can i add filer to table.

10x

Yossi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Yes...

P S

Aviad can you send me your mail

i'll show you ScreenShots

Thanks for your help

Yossi

Former Member
0 Kudos

<hidden>

Former Member
0 Kudos

Hi

Thank you for response

I've Created 3 nodes

and the the filter node cardinality is 1..1

OnActionFilter is:

wdContext.currentContextElement().getTableFilter().filter(wdContext.nodeEmployee(), wdContext.nodeSource(),null);

in wdModifyView is:

if (firstTime) {

IWDTable table = (IWDTable) view.getElement("Table");

wdContext.currentContextElement().setTableSorter(

new TableSorter(table, wdThis.wdGetSortAction(), null));

wdContext.currentContextElement().setTableFilter(

new TableFilter(table, wdThis.wdGetFilterAction(),wdContext.nodeEmploye(),null));

have you another code ?

10x

Yossi

Former Member
0 Kudos

Is "Table" the name of the table UI element?

IWDTable table = (IWDTable) view.getElement("Table");

Did you bind the filter node attributes to all columns?

Former Member
0 Kudos

Hi

Filtering in table isn't generated

I have no probelem with Execeptions

maybe I missing Someting,

i did the blog step by step, but still it's not working

Former Member
0 Kudos

In the context you have 3 nodes? (one filled with full data, one filled with filtered data and one filled with the filter values).

Is the filter node cardinality is 1..1?

Are you displaying the filtered node?

Former Member
0 Kudos

What is the problem?

Nothing happens? exception is generated?