Hi Scott,

Thanx for the reply.

I seem to have found the problem which is due to some bad (Turbine)
programming practice on the part of an ex colleague.

Things seem to be happening in the screen class which sets the intake object
to null

Humph, sorry for the noise guys.

/Colin

> >
> > 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]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to