After submitting a form to an Action class, in that Class' doSomething
method the intake Group object does not contain the fields that it should.
IntakeTool intake = (IntakeTool)context.get("intake");
// check to see if the fields are valid
if ( intake.isAllValid() )
{
// get the Group
Uss lRecord = new Uss();
Group group = intake.get("Uss", IntakeTool.DEFAULT_KEY);
group.setProperties (lRecord);
}
The intake object and group object are not null, but group doesn't have the
data that it should. The names of the <INPUT> elements in the form
correspond to the keys that are defined for this object in the intake.xml
file.
Is anyone familiar with this problem?
Micky
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>