Hi,
I have a task, in which I need to prepare a list of files available in the given path. If I select any of the file, I need to show some particular content from the file if available.
I have achieved this task of showing the list of available files in the given path by using DATASOURCE.
I am looking for a solution, "when I select the file from the drop-down I need to have a call to Java class which returns some response and that response will be shown in the same page".
Thanks in advance.