I could possibly write a servlet to extract and then filter the data, but
I think that would defeat the purpose of having Turbine in the first
place.

I tried:

 String test = ((Object)docs.elementAt(1)).elementAt(1);
 return test;

the compiler did not complain, but Velocity rejected it. Really running
out of ideas. Any suggestion would be appreciated.

cheers
michael



> I have a db Table consisting of 10 (say col_A, col_B, col_C, col_D, ...
> col_J) columns.  After accessing these data using a PullTool (as
> suggested by Scott and Peter), I stored them in a Vector/List. Before I
> display them in my .vm file, I want to perform some filtering, e.g.
> select col_A = "some_Text".
>
> The question is:
>
> I can extract what is in the Vector as Objects which has all ten columns
> in it, it returns a certain address. But How do I get data in col_A out
> and perform the filtering I intended to do?
>
> best wishes
> michael
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]> For additional
> commands, e-mail: <mailto:[EMAIL PROTECTED]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to