> CompoundPropertyModel  cpm = new CompoundPropertyModel (xxx);
> Form f = new Form("form",cpm);
> f.add(new TextField("username"));


> f.add(new TextField("notinmodel", cpm.bind("address"));

Yes, that is another alternative to using property model. I didn't
mention this since it only complicates things. I'm not crazy about the
facility anyway.

Eelco

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

Reply via email to