For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

jrenier_47051's avatar
jrenier_47051
Icon for Nimbostratus rankNimbostratus
Nov 07, 2013
Solved

Iapp : Redefined symbol

Hi, I'm trying to do this in the presentation section : optional ( type_of_deployment.type != "nPath" ) { noyes fastl4noyes } optional ( type_of_deployment.type == "nPath" ) { yesno fastl4n...
  • Fred_Slater_856's avatar
    Nov 07, 2013

    Unfortunately, the default values in APL are not dynamic. It would be nice if they were. As it is, you must declare 2 different variables (e.g. fastl4noyes1 and fastl4noyes2) and track them both through your implementation. I've done this in perhaps 20 iApps. It's painful, but it works.