Re: Wicket upload example in latest snapshot (1.4) has exception

2008-11-13 Thread NickCanada
Apologies -after a more thorough search of the issue the following thread addresses the issue: http://www.nabble.com/FileUpload---need-to-set-a-model-to-get-updateModel-working--td19283571.html#a19312573 from UploadPage.java in the examples: add(fileUploadField = new

Wicket upload example in latest snapshot (1.4) has exception

2008-11-12 Thread NickCanada
In the bleeding edge SVN update (1.4) I can the following error when using the file upload field. I get the same error in the Wicket Examples built with the above: WicketMessage: Method onFormSubmitted of interface org.apache.wicket.markup.html.form.IFormSubmitListener targeted at component

Re: Template Page and the URLs

2007-12-04 Thread NickCanada
Hey I managed to answer my own question. Sweet. If you change the Change Ad link component to an AjaxLink and then implement this onClick instead you don't end up with a non-bookmarkable url where once you had one. public void onClick(AjaxRequestTarget target) { if

Wicket-stuff Animator JavascriptSubject

2007-09-28 Thread NickCanada
Thanks Gerolf Seitz for adding animator.js functionality to wicket-stuff. I need a bit of help: Can anyone let me know how to implement a JavascriptSubject style subject? I have NumericalStyleSubject and CssStyleSubject animating a div nicely but I would love to add, for example something

Re: Wicket-stuff Animator JavascriptSubject

2007-09-28 Thread NickCanada
... gerolf On 9/28/07, NickCanada [EMAIL PROTECTED] wrote: Thanks Gerolf Seitz for adding animator.js functionality to wicket-stuff. I need a bit of help: Can anyone let me know how to implement a JavascriptSubject style subject? I have NumericalStyleSubject and CssStyleSubject