Dobin, On Sat, Oct 16, 2010 at 8:45 AM, Dobin Rutishauser <rutis...@students.zhaw.ch> wrote: > Hi, > > I want to add a new config option, but i only get the following error > dialog at start and when changing profiles: > > "The optionList object doesn't contain an option with the name: > navigatorSplitVert" > > Removing ~/.w3af didnt help. I cant save configuration. > Any ideas? See attached patch for the changes i made. I oriented myself > on the "demo" config value.
The option name is the first parameter of option().__init__() . Which is 'Split request navigator window vertical' in your code, that one should match the one you use in (2) (1) + o15 = option('Split request navigator window vertical', cf.cf.getData('navigatorSplitVert'), d15, + 'boolean', tabid='Misc settings') (2) optionsMap['navigatorSplitVert'] > Also, it would be nice to have a combobox selection in the configuration > dialog. Is this possible, maybe with comboOption.py? > > regards, Dobin > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > _______________________________________________ > W3af-develop mailing list > W3af-develop@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/w3af-develop > > -- Andrés Riancho Director of Web Security at Rapid7 LLC Founder at Bonsai Information Security Project Leader at w3af ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ W3af-develop mailing list W3af-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/w3af-develop