Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] WidgetClick to open a popup

$
0
0

José Costa wrote:

Hi Agno,

The submit type of the Popup button must be set to navigation. But when using navigation you are doing a HTTP GET request. And in this case you can not send data from input fields. To send data from input fields you have to use the Submit method (HTTP POST).

Thus, to do what you want to do you have to:

  • Create a Local Variable in your screen
  • In the Device List (input parameter for the PopUp) set the Local Variable
  • In the PrioritizeSelectedDocument assign to that Local Variable the values that you want to send to the PopUp.

This way, the input value of the Popup do not come directly from the input widgets. 

Let me know if that works.

Cheers,

José


Http post will use the body to send the information. The get will send that info in the URL with some limitations in terms of size. But you can send information in both strategies 


Regards


Viewing all articles
Browse latest Browse all 1476385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>