cancel
Showing results for 
Search instead for 
Did you mean: 

Select a folder from folder structure

Former Member
0 Kudos

Hello Experts,

In Webdynpro for java I wish to achieve a functionality where there is a input box and a button besides it. On click of this button a popup should come where I can select a folder (from folder structure) and once I close the popup the the folder path is displayed in the input box.

How can I achieve this popup which displays the windows folder structure, where I can browse through the folders and select a particular folder?

Best regards,

Nakul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nakul,

Take FileUpload UI Element to achieve your Requirement.

FileUpload UI Element Exactly matches your Requirement Criteria.

It Contains InputBox and Button. On click of that button a popup should come where you can select a folder (from folder structure) and once you close the popup the folder path is displayed in the input box.

With Regards,

Roop Kumar.

Former Member
0 Kudos

Hi Roop Kumar,

Thanks for your response.

But FileUpload functionality does not solve my purpose. As I mentioned earlier I want to display the folder structure. In FileUpload UI Element I need to select a file. I cannot select just select a folder.

Best regards,

Nakul

Former Member
0 Kudos

Hi,

To create the tree based on the client file system will be tough task as webdynpro does not support java script.

Regards

Ayyapparaj