I have finally got a quick start that reproduces the error. However, I can't seem to test it with a test case. When I run the quickstart and click the button in the browser, I get the exception. Wicket tester generates a different exception.
Is it ok to submit the quick start to jira in this state? D/ On Dec 12, 2009, at 1:34 AM, Douglas Ferguson wrote: > I've narrowed it down and it has something to do with with AjaxButton, or > AjaxSubmitLink, I swapped it out for an AjaxLink and the error goes away (but > I don't get all the behaviors I need). > > It also seems that autosuggest is not causing this problem, as I remove it > from the page and the error persists. > > > > On Dec 12, 2009, at 12:10 AM, Douglas Ferguson wrote: > >> I'm still trying to sort out my class cast error, does know what might cause >> a value of "resources"? >> >> wicket:pageMapName = "[people, resources]" >> >> I'm seeing this when I set this: >> getPageSettings().setAutomaticMultiWindowSupport(true); >> --------------------------------------------------------------------- >> 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
