Hi..
I need to know how to do a while in web dynpro.
I have one node (is a table, cardinality 0..n), with many parameters inside.
I need to navigade, with a while, between this records...
something like:
int intTotal = wdContext.currentDataElement().otherContextElement().getSize() //or something like this...
while(int x=0; x<intTotal; x++){
System.out.println("...asoiajdofjasd");
}
How to do this?!
Thanx!