Hi All,
I'm starting the programming in LuCi/Lua, so my question may be stupid, but:
i use the following code
...
s:taboption("select_menue", DummyValue,"name")
s:taboption("action_menue",DummyValue, "err1")
i=s:taboption("action_menue", MultiValue, "switches", translate("Aviable Switches: "))
i:value("err_1", "err1")
i:value("err_2", "err2")
...
why is the content of Variable "err1" visible in the first case, but not in the second?
Any help is appreciated.
Regards,