<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
If there any way to access a site's user inputted configuration values from a subclass of WASystemConfiguration ?<BR>
<BR>
What I am trying to do is present the site administrator with a series of questions in the config biased on&nbsp; answers that were given in the config. <BR>
<BR>
For example <BR>
<BR>
In this application there might be 3 components. The administrator would put the number 3 for a config value than save the config. <BR>
<BR>
The config might than ask for the 3 component classes and there names. <BR>
<BR>
I have only been able to retrieve the default values for a SystemConfiguration using.<BR>
<BR>
self localConfiguration valueAt: #numberOfContainers. <BR>
<BR>
<BR>
I have to admit even though I have read a couple notes on seasides config component I still don't fully understand how it works. <BR>
<BR>
Thanks<BR>
Will<BR>
<BR>
 <BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
William E Harford &lt;<A HREF="mailto:seaside@harford.org">seaside@harford.org</A>&gt;
</TD>
</TR>
</TABLE>
</BODY>
</HTML>