Page 1 of 1

VL Web Routing

Posted: Mon Sep 02, 2024 4:26 pm
by adrian.bustillo
Hi!

I am working on application that uses VL-Web and using Routing (PRIM_WEB.Router) as a navigation between views.

here is the sample URL of the app
https://domain/<lansa>/<partition>/<web component>/<uri / parameters>

My question is how can we set the development mode in Routing type of navigation? Because before routing, we just set parameter to developer=yes. The application won't use cache memory or get assets from the server.

Does developer=yes still works in Routing? Because every time I add the development parameter, the URL returns to routing. (URL Sample above)

Re: VL Web Routing

Posted: Mon Sep 02, 2024 11:17 pm
by KEC
Yes, you can still specify developer=yes as a query parameter

Karen