cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
karveajit
Level 3

how to make use of data from user Input panel?

Hello,

I have a User Input Panel through which I'm getting a directory.I want to make use of that directory in a copy file bean. How I can specify that? dirTest is the name of directory input control, I'm using on User Input panel.

Thanks,
Ajit
Labels (1)
0 Kudos
(1) Reply
aruizf
Level 3

In principle, you should be able to do this by checking the Variable name you use for that directory input control (say DIR_TEST), and use it in the "Copy Files" bean as "$V(DIR_TEST)".

You can read the Swing events sections of the Destination dialog for more info.
0 Kudos