Forum Discussion

Lindsay_28673's avatar
Lindsay_28673
Icon for Nimbostratus rankNimbostratus
Mar 19, 2013

listing pool members of a given pool

Could someone give me a few pointers on creating an iapp that in the presentaion section allows me to select a pool from a pool list.. then create a list of that pool's members (ip address)

 

it's a weird example but I am very keen to learn if you can create a number of drop down boxes whose values ( in this case pool members) are dependant of a previously defined selection ( a selected pool). Getting a list pools is easy.. can't see how to get the pool members.

 

 

Many thanks

 

2 Replies

  • Fred_Slater_856's avatar
    Fred_Slater_856
    Historic F5 Account
    I'm afraid this is a bit of a brick wall, and you are not the first to run into it. Each Tcl script in the presentation runs in its own interpreter, and completes before the page is rendered. There is no method for creating dependencies or sending data from one script to the next, and no interative execution that would run the script after your first selection. For example, assuming that you want to choose a pool in your first drop down, APL provides no way to send that pool name to the code that would generate a second drop down, and no way to signal that code to execute again. This architectural challenge has been submitted to the development team, and we hope to see a solution in a future release. Until then, I have a collection of what I think are the most creative uses of the APL "optional"--feel free to contribute. :-)