hi, anybody have the idea...

my problem here is i want to retrieve few .txt file from one directory. And
all the content i store in the arraylist in order to display in table
structure. 

The transitional way, once u retrieve the content, normally we will insert
into database and then retrieve from database for displaying in html.

right now i wish to skip for insert into database. Mean once my program scan
the directory to get the .txt file's content and then direct display it as
table view. is taht possible to do in such way ?


for example: 
txt content 

a.txt
-----
title = abc
Ipaddress = 192.122.0.331
user = alex


b.txt
-----
title = 123
Ipaddress = 192.122.0.3313
user = mary

a.txt
-----
title = fgd
Ipaddress = 192.122.0.344
user = kent


table view (html)

filename | title  | Ipaddress        | user
---------------------------------------
 a.txt     | abc  | 192.122.0.331 | alex
 b.txt     | 123  | 192.122.0.333 | mary
 c.txt     | fgd   | 192.122.0.344 | kent





-- 
View this message in context: 
http://www.nabble.com/retrieve-a-text-file%27s-content-from-C-drive-and-display-in-table-listing-tf4521905.html#a12899446
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to