Fetch Data into dropdown field via servlet and display on page.
Hi All,
Details as below :
1] The repository structure is as below
/etc
/x
/y
/First
/sfghfh
/fhfghf and so on.
/Second
/sgngg
/dfgoe and so on.
/Third
/egkeg
/sddgg and so on.
2] I need to retrieve nodes at the level , where[First,Second, Third] are present and return these in a drop down on the page.
3] Trying to make use of a servlet here.
Any thoughts/pointers on this will be helpful.