james yong wrote:
> 
> I am using IndexedParamUrlCodingStrategy. Is there is a good way to check
> the number of available parameters? Currently i have to use
> getString("0"), getString("1") etc. to check for null before I arrived at
> the size of the available parameters.
> 

Have you tried:

  PageParameters pp;
  ...
  pp.size();

-- 
View this message in context: 
http://www.nabble.com/Number-of-available-parameters-in-IndexedParamUrlCodingStrategy-tf4436939.html#a12697314
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to