Thanks. its working...
On Wed, Aug 28, 2013 at 11:56 AM, James Selvakumar <[email protected]>wrote: > Try calling form.modelChanged() before you add the component to the ajax > target. > > > On Mon, Aug 12, 2013 at 9:37 AM, Vignesh Palanisamy > <[email protected]>wrote: > > > Hi, > > > > i had a CompoundPropertyModel form. > > In that form i had added RequiredTextField and a DropDownChoice. > > While changing the dropdownchoice, RequiredtestField have to change. > > > > for that, I had mark SetOutputMarkUpId true to the RequiredTestField and > > add ajaxFormUpdatingBehaviour to the dropdownchoice add the > dropdownchoice > > to the target. it works fine > > > > But my problem is after changing the Dropdownchoice i had clear the > > RequiredTextField and click save the is required error message arise for > > the RequiredTextField. Then once again i had change the dropdownchoice > now > > the RequiredField is not updating. > > > > > > > > Thanks > > > > Vignesh Palanisamy > > > > > > -- > Thanks & regards > James Selvakumar > mCruncher >
