PDA

View Full Version : setting the commandClass in the controller


anieshuk
Aug 25th, 2005, 02:57 AM
Hai users

I want to set the commandclass manually based on a condition(i,e) in a master detail form i have 1 commandclass for master and 2 more commandclass for 2 detail form.How to set the class.I tried with the onBind()
method but the commandClass is set only after submission.Any idea pls

Thanks
aniesh :D

simtin
Aug 25th, 2005, 03:15 AM
Hi,

the starting point is formBackingObject().

Simon