protected void onSubmit()
{
ClientPropertiesBean propertiesBean = getModelObject();
RequestCycle requestCycle = getRequestCycle();
WebSession session = getWebSession();
WebClientInfo clientInfo = session.getClientInfo();
if (clientInfo == null)
{
clientInfo = new WebClientInfo(requestCycle);
getSession().setClientInfo(clientInfo);