Re: [Wicket-user] Using AjaxEventBehavior On A Page Component

2006-10-30 Thread Matthew P. Tilchen
On 10/20/06, Frank Bille [EMAIL PROTECTED] wrote: On 10/20/06, Matthew P. Tilchen [EMAIL PROTECTED] wrote: Unfortunately the mozilla-based browsers do not include the keyCode attribute on the event, it always comes through as 0 for any key. The other browsers do include the correct unicode value

Re: [Wicket-user] Using AjaxEventBehavior On A Page Component

2006-10-19 Thread Matthew P. Tilchen
Thanks for the help Frank. The changes you mentioned solved my problem. I was operating under the fallacious assumption that the Page object was attached to the body tag. Now, regarding the following: getBodyContainer().getBodyContainer() returns the WebMarkupContainer which corresponds with

Re: [Wicket-user] Using AjaxEventBehavior On A Page Component

2006-10-19 Thread Matthew P. Tilchen
/19/06, Matthew P. Tilchen [EMAIL PROTECTED] wrote: Thanks for the help Frank. The changes you mentioned solved my problem. I was operating under the fallacious assumption that the Page object was attached to the body tag. Now, regarding the following: getBodyContainer().getBodyContainer

[Wicket-user] Using AjaxEventBehavior On A Page Component

2006-10-18 Thread Matthew P. Tilchen
Greetings, I am not certain as to whether this post will end up being a bug report or a feature request but hopefully one of you may have some advice. Ultimately I am trying to invoke ajax calls as a result of capturing onkeypress events fired by the document object. I have successfully