I suppose it's because of the stateful URL that the DDC adds to the onchange JS event that pulls that page back out of memory to update the DDC.
-- Jeremy Thomerson http://www.wickettraining.com On Mon, Oct 13, 2008 at 7:39 PM, Ritesh Trivedi <[EMAIL PROTECTED]>wrote: > > Hi, > > This may be a stupid question - Looking at the > DropDownChoice.getStatelessHint() it returns false if wantOnSelectionChange > is set to true? > > Shouldnt it depend on the enclosing form? If the enclosing form is > stateless > and only cares about the value thats getting submitted as a result of the > selection? I know I can always override that method but want to see if I > understand models correctly. > -- > View this message in context: > http://www.nabble.com/Why-is-DropDownChoice-with-wantOnSelectionChange-stateful--tp19965345p19965345.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
