Hi all,
I'm playing about with the Intake Service and am trying to follow the How-to
as best I can.
I seem to have a problem with the DeafultGroup which should be _0 but
instead of _0 it seems to be null.
Example:
In my template I define this
#set ($FooGroup=$intake.foo.Default)
followed by
$FooGroup.FooCurrencyFrom.Key
On the screen I see "foonullCurrencyFrom"
instead of what I expected "foo_0CurrencyFrom"
This means that in my action class I have to use the following code to
access the group
Group foo = intake.get("Foo", null);
instead of Group foo = intake.get("Foo", IntakeTool.DEFAULT_KEY);
Anybody know why I'm getting the null in the template?
Colin Chalmers
Maxware Benelux
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>