Hello,
Is there anyone here who knows how to create a Directory Chooser in
JSF or on
jsp page?
It is a dialog box where you can select a directory and it will display
on the textfield the selected path.
Example path - > c:\Program Files\Adobe
I searched the internet but I haven't found anything about this Directory Chooser on JSF. There is a JDialogChooser but I think it is not applicable for my application because it is just for
Java Application and not for Web Application. Is anyone here who knows how to implement this thing on web? Thanks.