Only noticed this now and can't find an explanation anywhere,
In the same platform, in a traditional web application, the screen parameters are not case sensitive
and in a reactive application, they are.
I'm curious as to why
Best regards,
Filipe Silva
Hi Filipe,
In what way are they case sensitive, are you talking about when you type the parameter names, or when using there values in an if statement?
Regards,
Daniel
Sorry did not specify that, when using in the url
Example: page with ClientId as input parameter, if I put in the browser clientid it did not work.
Hi again,
I did a quick test with an reactive application and traditional web application, and was able to reproduce the behavior you noticed.
I will try and get an answer from OutSystems Reactive Web product team for you.
Thanks