cancel
Showing results for 
Search instead for 
Did you mean: 

Pass Triggering Event

nikhil_bose
Active Contributor
0 Kudos

Experts!!

How can I pass a triggered event to another UI Element?

Is it possible?

I am thinking of poping up FileChooser of FileUPLoadUIElement to be triggered on OnAction of Button or the like.

tell me if it is a false idea

nike

Edited by: Nikhil Bos on Jun 20, 2008 11:32 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

nikhil_bose
Active Contributor
0 Kudos

[Thread which posted just after me about the same got replies|;.

Former Member
0 Kudos

Hi Nikhil,

It is possible to trigger an event for a UI element dynamically, provided that UI Element should have an event binded to it in webdynpro. In the replies link that you have attached they were using some UI elements like Button and DatePicker, which is binded to events like Action. So it is possible in that case

Whereas your requirement is to trigger the FileUpload UI element which has no event binded to it in webdynpro. Browsing a file is an inbuilt functionality of the FileUpload UI element. So it is possible to upload a file in webdynpro only by using FileUpload UI element.

Regards,

TFG - Aparna .P