Hi,

strange problem: when changing language in my app which is a Form done
with Wicket 1.3.0-RC1, the Models loose their values when the browser
is IE6/7. With Firefox everything is ok.

Component streetaddress = get("customerInfo"+":contactInfo"+":streetaddress");
String modelAsString = streetaddress.getModelObjectAsString();

This String is empty ("") when using IE6/7 but in FF it contains the
correct value. Is there a bug, should I update Wicket to fix this
issue?

br,
Marcus

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

Reply via email to