Link to home
Start Free TrialLog in
Avatar of rarunk
rarunk

asked on

loading folders name in a combo box.

hi,
In a jsp page i am storing a value in a varaible name month ie,
String month = request.getParameter("MONTH");
here i'm getting the value like jan,feb...dec.
In some path eg: e:/reports ... I'm having a bunch of reports with folder strutures  like
e:/reports/20030705/121212/index.html
e:/reports/20030705/151212/index.html
e:/reports/20030715/101215/index.html
e:/reports/20030723/211213/index.html
e:/reports/20030805/121212/index.html
e:/reports/20030805/121212/index.html
 here 20030705 is year month date .. 2003 is year 07  is month and last one 05 is date..
 like that 121212 is hour min sec...
What i have to do is...
After i get jul(for july) in a month variable , i have to get all the folders name which is created on july (only 4 in the above 6) and load it in a combo box so that after submit for a particulat date ...say 20030705 .. i have to load the time (here we have two time folder for that date ) in a combo box and ask the user to select the particular time folder .

Can any one help me ...
Thanks in advance..
regards Arunkumar


ASKER CERTIFIED SOLUTION
Avatar of Kuldeepchaturvedi
Kuldeepchaturvedi
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rarunk
rarunk

ASKER

hi Kuldeepchaturvedi
 It's more than enough for me..
 It's exact what i want...Thanks a lot..
Glad to be any of help to you....:-)
enjoy