Hi,

I was just answering quick but Tracy had a point about repeaters. There all
valid, I come more from a framework component development standpoint,
repeaters are from the design aspect.

As far as your current code;

singleConfig:SingleConfig = new SingleConfig();

The above is incorrect as statement;

try;

singleConfig = new SingleConfig();

You already defined the type in the var assignment.

Mike



-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.

Reply via email to