AJAX Dropdown Choices cleared on submit

2008-03-24 Thread tdelesio
()
{
leagueType=null;
}

The ObjectModel has null values in the onSubmit().  Any suggestions or
something that I am doing wrong?
-- 
View this message in context: 
http://www.nabble.com/AJAX-Dropdown-Choices-cleared-on-submit-tp16251739p16251739.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]



Re: AJAX Dropdown Choices cleared on submit

2008-03-24 Thread James Carman
 invailateAdminLeagueType()
 {
 leagueType=null;
 }

  The ObjectModel has null values in the onSubmit().  Any suggestions or
  something that I am doing wrong?
  --
  View this message in context: 
 http://www.nabble.com/AJAX-Dropdown-Choices-cleared-on-submit-tp16251739p16251739.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]



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



Re: AJAX Dropdown Choices cleared on submit

2008-03-24 Thread tdelesio
()
   {
   if (leagueType==null||leagueType.equalsIgnoreCase())
   {
   return false;
   }
   else
   {
   return true;
   }
   }
   
   public void invailateAdminLeagueType()
   {
   leagueType=null;
   }
 
 The ObjectModel has null values in the onSubmit().  Any suggestions or
 something that I am doing wrong?
 

-- 
View this message in context: 
http://www.nabble.com/AJAX-Dropdown-Choices-cleared-on-submit-tp16251739p16253522.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]