> From: "Colin Chalmers" <[EMAIL PROTECTED]>
>
> Thx for your reply Scott. Yeah I do have :
>
> $intake.declareGroups()
Look at the HTML that results. It produces a hidden input with a value of
the group name and another hidden input that uses the group name as its name
and the key as the value. This means in your action you can go:
Group group = intake.get("foo", data.getParameters().getString("foo");
...which should work whether or not the default group is being used.
>
> but as far as I understand this is only for filling the fields, since I
> don't use that (yet) it doesn't matter if I add it or not.
>
> If I'm NOT logged into the app as a user everything appears to work OK
> "foo_0CurrencyFrom", however if I AM logged in I get that null problem
> "foonullCurrencyFrom".
This is weird.
>
> Strange eh.
>
> /Colin
Please confirm that your intake.xml validates and then post a more complete
example of your code showing the xml, the form template, the generated HTML
and the action.
Cheers,
Scott
--
Scott Eade
Backstage Technologies Pty. Ltd.
Web: http://www.backstagetech.com.au
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>