Re: Customized Navigation Toolbar not getting added to the table.

2014-04-09 Thread Martin Grigorov
Hi, Check the produced markup. On Wed, Apr 9, 2014 at 8:56 AM, chathuraka.waas chathuraka.w...@gmail.comwrote: hi, i'm trying to add a navigation bar to my table. but its not getting displayed. I have a customized data table and i'm trying to add my customized navigation bar to it.

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-09 Thread chathuraka.waas
Hi Martin, my markup in the customizedtable.html is like this, div class=bottom-toolbar wicket:container wicket:id=bottomToolbars class=fan-nav/wicket:container /div but in runtime it doesnt create any markup. when i inspected with firebug it shows as, div

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-09 Thread Martin Grigorov
OK. Now fix it as I suggested - try with trtd.../td/tr. You cannot put a div directly in table. Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 9:33 AM, chathuraka.waas chathuraka.w...@gmail.comwrote: Hi Martin, my markup in the customizedtable.html is like this, div

Re: Re: After copy war under C:\Tomcat7.0\webapps ,my Tomcat start-up log popup errors.Please help me figure this problem out, 3x.

2014-04-09 Thread Martin Grigorov
Hi, Yes, it deploys fine. I just updated http://www.wicket-library.com/wicket-examples-6.0.x/index.html to 6.14.0 and all demo apps work fine. Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 9:18 AM, 003210 sunya...@raisecom.com wrote: Hi,there, my problem still

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-09 Thread Ernesto Reinaldo Barreiro
I feel like having a deja vu On Wed, Apr 9, 2014 at 8:37 AM, Martin Grigorov mgrigo...@apache.orgwrote: OK. Now fix it as I suggested - try with trtd.../td/tr. You cannot put a div directly in table. Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 9:33 AM,

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-09 Thread chathuraka.waas
hi martin, updated the markup as u mentioned, tfoot /tfoot but its still not working. its generating the following, tfoot /tfoot -- View

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-09 Thread Martin Grigorov
Hi, I recommend you to read a book on HTML. It will save you a lot of time in the future. Ernesto's deja vu is this mail thread - http://markmail.org/message/4xkyroiyqt6l4thg. Here you have problems with what HTML is needed to construct an HTML table that a browser will render properly. Please

Error loading jQuery JS in wicket 6.7.0 (IE)

2014-04-09 Thread dmalescot
Hello, I would like to know if someone can explain my problem : - In production, when my application use wicket 6.7.0 everything is OK and no error - In production, when my appication use wicket 6.7.0 (6.12.0 actually) everything is KO because Javascript are not loaded. In fact i have lots of

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-09 Thread chathuraka.waas
Hi Martin, Thanks for your advices and help on this matter. as you suggessted i added the following markup. wicket:container wicket:id=topToolbars/wicket:container

Re: Error loading jQuery JS in wicket 6.7.0 (IE)

2014-04-09 Thread Martin Grigorov
Hi, There are no changes in the way JS resources are loaded. jQuery has been updated in 6.9.0 to a newer version (from 1.8.3 to 1.10.1, I think) but this doesn't look like what breaks in your application. What is the error code when requesting the JS file ? Martin Grigorov Wicket Training and

Re: Error loading jQuery JS in wicket 6.7.0 (IE)

2014-04-09 Thread Martin Grigorov
I think someone mentioned having issues with jQuery 1.10.1 on IE. Newer versions of Wicket use jQuery 1.11.0 You can also setup a custom version with app.getJavaScriptLibrarySettings().setJQueryReference(someReference) Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 12:31

use AjaxFormChoiceComponentUpdatingBehavior to submit form

2014-04-09 Thread Marieke Vandamme
Hello, I know it's possible to use this components: - AjaxFormChoiceComponentUpdatingBehavior: on choices/groups to perform action when value is chosen. Only the value of the current form component is send to the form bean on server side. - AjaxFormSubmitBehavior: can be used on component to

Re: use AjaxFormChoiceComponentUpdatingBehavior to submit form

2014-04-09 Thread Martin Grigorov
Hi, What exactly is the problem with using AjaxFormSubmitBehavior ? It should collect the name/value pairs of all form elements and send them to the server. Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 2:45 PM, Marieke Vandamme marieke.vanda...@tvh.bewrote: Hello,

Re: use AjaxFormChoiceComponentUpdatingBehavior to submit form

2014-04-09 Thread Marieke Vandamme
Hi, It can not be used on a RadioGroup. When I tested it on RadioGroup, the onsubmit function in AjaxFormSubmitBehavior isn't called. I know changed it so that the AjaxFormSubmitBehavior is added to each Radio, but I thought there might be another solution. Kinds Regards, Marieke Vandamme.

Re: use AjaxFormChoiceComponentUpdatingBehavior to submit form

2014-04-09 Thread Martin Grigorov
Please create a quickstart app and attach it to JIRA and we will take a look. Thanks! Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 4:00 PM, Marieke Vandamme marieke.vanda...@tvh.bewrote: Hi, It can not be used on a RadioGroup. When I tested it on RadioGroup, the

Modal Popup JS errors on close

2014-04-09 Thread Entropy
We have a modal popup in an app that uses Wicket 1.4.7. We recently upgraded out first app to Wicket 6.8, and we want to add a modal popup to it. However, and it comes up okay, but on close, I get a JS error. Firebug says: this.content.contentWindow.Wicket.Window is undefined on line 785 of

Re: Modal Popup JS errors on close

2014-04-09 Thread Entropy
Just discovered that this happens in Firefox, not in IE, and even then only when firebug is open. So maybe not a real problem? But it is a little alarming to me that I get it even then. I'd still like to solve it, but obviously, that makes it less important. -- View this message in context:

Introducing Croquet: Combining Wicket, Jetty, Hibernate, and Guice

2014-04-09 Thread William Speirs
I gave a talk at ApacheCon NA yesterday on Croquet. It is a combination of Wicket, Jetty, Hibernate, and Guice to make it super-easy to start writing Wicket code almost immediately, instead of spending time configuring everything. Slides:

Re: Introducing Croquet: Combining Wicket, Jetty, Hibernate, and Guice

2014-04-09 Thread Maxim Solodovnik
I have attended, it was fun :) On Wed, Apr 9, 2014 at 10:51 AM, William Speirs wspe...@apache.org wrote: I gave a talk at ApacheCon NA yesterday on Croquet. It is a combination of Wicket, Jetty, Hibernate, and Guice to make it super-easy to start writing Wicket code almost immediately,

Re: Introducing Croquet: Combining Wicket, Jetty, Hibernate, and Guice

2014-04-09 Thread Chris Snyder
Looks like awesome work - very clean page design and excellent documentation, and I'm sure that the quality extends to the code as well. I'll definitely be looking into this for my next project, if not porting some of my current ones. When using Croquet, how easy would it be to drop in a

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-09 Thread chathuraka.waas
Hi, was able to resolve the issue by adding following markup. tfoot wicket:id=bottomToolbars wicket:container wicket:id=toolbars/wicket:container /tfoot div wicket:id=navigatorFirst | Previous | Next NavigationToolbar.html#