Re: [Webwork-devel] Validation trouble
Brought to you by:
baldree,
rickardoberg
|
From: Kjetil P. <kje...@mo...> - 2001-11-23 10:32:41
|
no, the fields are null in when testing them in the action.doValidation also ----- Original Message -----=20 From: "Rickard =D6berg" <ri...@xp...> To: "Kjetil Paulsen" <kje...@mo...> Cc: "Webwork-Devel" <web...@li...> Sent: Friday, November 23, 2001 10:55 AM Subject: Re: [Webwork-devel] Validation trouble > Kjetil Paulsen wrote: >=20 > > I'm trying to put together an validation example and I'm seeing some > > strange behavior. > >=20 > > I've made an jsp with a form using five ui:textfield tags, an action who > > extends ActionSupport, implements SessionAware and CommandDriven. I've > > also made PropertyEditors for some of my fields. The strange thing here > > is that when I add these editors is that those fields are the only ones > > that are accessible in the resulting jsp page by <webwork:property> > >=20 > > If I remove all the editors I get all the form values in the resulting > > page. > >=20 > > Any clues here? >=20 > Are the other fields set properly, i.e. do they get values into them? We=20 > need to know if it's the setting of properties or retrieval of=20 > properties that is causing problems. >=20 > /Rickard >=20 > --=20 > Rickard =D6berg >=20 |