Re: [Wicket-user] Anyone received complete Pro Wicket ebook?

2006-09-20 Thread De Soca
Thanks for the confirmation folks. Cheers. Eelco Hillenius wrote: > > It is. I just received the hard copy. Thanks Karthik and Apress. I > think you did a great job. It's a good introduction on Wicket, that > imo still covers quite a lot, but most importantly is out for people > to buy now. >

Re: [Wicket-user] form with

2006-09-20 Thread Igor Vaynberg
because in markup you have ajaxSaveButton but in java you have ajaxSubmitButton for id values.not sure this usecase will work period though _right now_. you see form components need to be children of the form. so you need to let your panel implement IAlternateParentProvider and redirect children to

[Wicket-user] form with

2006-09-20 Thread Stefan Lindner
I have a panel with a form The idea behind this is to have a template for forms that must have an ajax submit button. Now I try to create the java part of the panel and form like this ... Form f = new Form(this,

Re: [Wicket-user] wicket bench 0.4

2006-09-20 Thread James McLaughlin
hmm.. If you put a trailing slash on the URL it doesn't work. Make sure your url is as below: http://www.laughingpanda.org/svn/wicket-bench/trunk/wicket-bench-site On 9/20/06, ChuckDeal <[EMAIL PROTECTED]> wrote: Still not for me...I did both Help->Software Updates->Find and Install...Search for Up

Re: [Wicket-user] wicket bench 0.4

2006-09-20 Thread ChuckDeal
Still not for me... I did both Help->Software Updates->Find and Install...Search for Updates AND Help->Software Updates->Find and Install...Search for new features. I even removed and readded my WicketBench update site and it still fails. Does eclipse keep a "last update attempt" value somewhe

Re: [Wicket-user] wicket bench 0.4

2006-09-20 Thread Juergen Donnerstag
It worked for me when I looked for new features (instead of updates) Juergen On 9/20/06, ChuckDeal <[EMAIL PROTECTED]> wrote: > > Has the Eclipse Update site been updated? I haven't been successful in my > attempts at updating tot he new version... Eclipse doesn't think there is a > new version.

Re: [Wicket-user] wicket bench 0.4

2006-09-20 Thread ChuckDeal
Has the Eclipse Update site been updated? I haven't been successful in my attempts at updating tot he new version... Eclipse doesn't think there is a new version. -- View this message in context: http://www.nabble.com/wicket-bench-0.4-tf2300924.html#a6414884 Sent from the Wicket - User mailing

Re: [Wicket-user] Ajax form and feedback panel

2006-09-20 Thread Igor Vaynberg
our website is difficult to update, we are working on that.we dont set hard dead-lines for our releases, its done when its done :) i would say within a week or so. we ahve some bugs we want to fix but are all too busy to get to them just now. -IgorOn 9/20/06, Marc-Andre Houle <[EMAIL PROTECTED]> wr

Re: [Wicket-user] Anyone received complete Pro Wicket ebook?

2006-09-20 Thread Eelco Hillenius
It is. I just received the hard copy. Thanks Karthik and Apress. I think you did a great job. It's a good introduction on Wicket, that imo still covers quite a lot, but most importantly is out for people to buy now. Cheers! Eelco On 9/20/06, Gwyn Evans <[EMAIL PROTECTED]> wrote: > Those 9 chapt

Re: [Wicket-user] Ajax form and feedback panel

2006-09-20 Thread Marc-Andre Houle
Thanks for the answer.  How long until 1.2.3?  There seems to be no news about that on the web page...  Thanks again!MarcOn 9/20/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: there was an ajax bug in 1.2.2 and that is why the example doesnt work. it works fine against svn wicket-1.x branch so you s

Re: [Wicket-user] Ajax form and feedback panel

2006-09-20 Thread Igor Vaynberg
there was an ajax bug in 1.2.2 and that is why the example doesnt work. it works fine against svn wicket-1.x branch so you should check out and build it yourself - it will be released as 1.2.3.-Igor On 9/20/06, Marc-Andre Houle <[EMAIL PROTECTED]> wrote: It seems that the exemple about the ajax for

Re: [Wicket-user] INPUT (+ value, + onClick) as Button?

2006-09-20 Thread Igor Vaynberg
On 9/20/06, Manuel Barzi <[EMAIL PROTECTED]> wrote: Hi, there,I am working with I18N and I have an HTML INPUT that has its "value"property to be updated to the current locale, but also has to react asa link when clicking, by means of "onClick" property. what do you mean act as a link when clicked?

[Wicket-user] INPUT (+ value, + onClick) as Button?

2006-09-20 Thread Manuel Barzi
Hi, there, I am working with I18N and I have an HTML INPUT that has its "value" property to be updated to the current locale, but also has to react as a link when clicking, by means of "onClick" property. I do this in wicket-java-side: --> labelModel = new StringResourceModel("CaocAdminPage-lit-8

[Wicket-user] Ajax form and feedback panel

2006-09-20 Thread Marc-Andre Houle
It seems that the exemple about the ajax form is not working correctly.http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.FormPage At least, for me, I got absolutly no feedback about what I am entering in the form when I use the Ajax button.  I

Re: [Wicket-user] DatePicker broken in IE6

2006-09-20 Thread Pierre-Yves Saumont
I did not succeed yet to isolate the problem. I have placed an alert in the Calendar.setup function which shows it is not called on script load (through Ajax) in my app with IE6. However, when I reduce everything to the minimum, it works. So I need to strip down the app bit by bit to figure wha

Re: [Wicket-user] Anyone received complete Pro Wicket ebook?

2006-09-20 Thread Martin Funk
Oh, well maybe my celebrations were too. My first download had the cover on page 293. I was so impressed to find the cover on page 1 in my second download, that I took it for the final version. :-) De Soca schrieb: > Sorry, my celebrations were premature, its the same 9 chapters as the beta > book

Re: [Wicket-user] Anyone received complete Pro Wicket ebook?

2006-09-20 Thread Gwyn Evans
Those 9 chapters /are/ the complete book, I think. Certainly they match the "Table of Contents" that's on the site. (http://www.apress.com/ApressCorporate/supplement/1/10189/1590597222-3762.pdf). As far as I can see, the only difference between the earlier beta eBook and the current one is the mo

[Wicket-user] wickettester: PageExpiredErrorPage

2006-09-20 Thread Erik Brakkee
Hi, I am using WicketTester and have the following code for submitting a form:       public void testRegistrationEmptyForm() {         FormTester form = _tester.newFormTester("editPersonPanel:personForm");         form.submit();         _tester.assertRenderedPage(Registration.class);     } No

Re: [Wicket-user] DatePicker broken in IE6

2006-09-20 Thread Matej Knopp
Can you provide a test case? Or quick start project? I haven't encountered this behavior. I'd like to look at it but I'd need to reproduce it. -Matej Pierre-Yves Saumont wrote: > It appears that under some conditions, the script associated with the > date picker in the HTML is not executed whe