"
Sorry all
Cheers
Russell
-Original Message-
From: Russell Brown [mailto:[EMAIL PROTECTED]
Sent: 30 May 2008 12:14
To: Tapestry users
Subject: Service Configuration, ApplicationDefaults and String parameter
in constructor
Hi Again,
Now I have a Service that I want to configure with
Hi Again,
Now I have a Service that I want to configure with a string parameter
and an int parameter. I add a couple of values to the
ApplicationDefaults like this:
configuration.add("my.long.key.string-value",
"aStringINeedInMyService");
configuration.add("my.long.key.int-value", "180");