Re: Extending the DataTable class doesnt work
Hi, In MyDataTable.html you need to add either a second tr in the tbody, or a second tbody for this extra row. As I said earlier div is not allowed in table, tbody and tr elements. Martin Grigorov Wicket Training and Consulting On Wed, Mar 19, 2014 at 7:11 AM, chathuraka.waas chathuraka.w...@gmail.comwrote: Hi, i'm still trying to fix my issue. Even though most of the issues are fixed there is one small glitch i cant get my way around. Given my business scenario i need to be able to add a empty row to the table after its been rendered by wicket. In wicket 1.4 this was achieved by, [cell] div class=last-row-bottom-border/div but with wicket 6.14 i'm unable to do this. when i place wicket elements inside the table it complains telling that only row html elements are allowed inside a table component. my current table mark up is this, how can i achieve to add a empty column after the rows are being rendered in wicket 6.14. Thanks in advance. Regards, -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Extending-the-DataTable-class-doesnt-work-tp4664952p4665018.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org
WicketStuff branch for 6.x
Hi, I've just created branch wicket-6.xhttps://github.com/wicketstuff/core/tree/wicket-6.x that will be used for further releases of WicketStuff 6.x. From now on 'master' branch will be against Wicket 7.0-SNAPSHOT. Any help to migrate the projects is very welcome ! Martin Grigorov Wicket Training and Consulting
Re: WicketStuff branch for 6.x
Thanks for taking care of this! Maybe I could help with inMethod grid, gmap? Are API brakes allowed? On Wed, Mar 19, 2014 at 10:38 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, I've just created branch wicket-6.xhttps://github.com/wicketstuff/core/tree/wicket-6.x that will be used for further releases of WicketStuff 6.x. From now on 'master' branch will be against Wicket 7.0-SNAPSHOT. Any help to migrate the projects is very welcome ! Martin Grigorov Wicket Training and Consulting -- Regards - Ernesto Reinaldo Barreiro
Re: WicketStuff branch for 6.x
Hi Ernesto, Thanks for offering your help! API breaks are allowed. It would be good to create a new page in the wiki and explain the breaks so it is easier for other users. Martin Grigorov Wicket Training and Consulting On Wed, Mar 19, 2014 at 11:46 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Thanks for taking care of this! Maybe I could help with inMethod grid, gmap? Are API brakes allowed? On Wed, Mar 19, 2014 at 10:38 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, I've just created branch wicket-6.xhttps://github.com/wicketstuff/core/tree/wicket-6.x that will be used for further releases of WicketStuff 6.x. From now on 'master' branch will be against Wicket 7.0-SNAPSHOT. Any help to migrate the projects is very welcome ! Martin Grigorov Wicket Training and Consulting -- Regards - Ernesto Reinaldo Barreiro
Re: WicketStuff branch for 6.x
Ok. Maybe we should use the same page to track status of migration. I just mentioned the API breaks because when I did some work for inMethod grid I found the use of generics a bit too verbose (and I thought that maybe that could be improved). On Wed, Mar 19, 2014 at 10:50 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi Ernesto, Thanks for offering your help! API breaks are allowed. It would be good to create a new page in the wiki and explain the breaks so it is easier for other users. Martin Grigorov Wicket Training and Consulting On Wed, Mar 19, 2014 at 11:46 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Thanks for taking care of this! Maybe I could help with inMethod grid, gmap? Are API brakes allowed? On Wed, Mar 19, 2014 at 10:38 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, I've just created branch wicket-6.xhttps://github.com/wicketstuff/core/tree/wicket-6.x that will be used for further releases of WicketStuff 6.x. From now on 'master' branch will be against Wicket 7.0-SNAPSHOT. Any help to migrate the projects is very welcome ! Martin Grigorov Wicket Training and Consulting -- Regards - Ernesto Reinaldo Barreiro -- Regards - Ernesto Reinaldo Barreiro
Re: Re: Issue with UrlPathPageParametersEncoder and %2F (/)
Hi Sven, Thanks for your reply, it seems like the problem is exactly the one you reported. Have a nice day
Re: WicketStuff branch for 6.x
All projects but inmethod-grid and mbeans-panel have been migrated to Wicket 7.x. I.e. they 'mvn install' fine. I haven't tested them at runtime. inmethod-grid and mbeans-panel need to be reworked to use the new wicket-extensions Tree component. In wicket-6.x they use the old deprecated Tree. Martin Grigorov Wicket Training and Consulting On Wed, Mar 19, 2014 at 11:56 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Ok. Maybe we should use the same page to track status of migration. I just mentioned the API breaks because when I did some work for inMethod grid I found the use of generics a bit too verbose (and I thought that maybe that could be improved). On Wed, Mar 19, 2014 at 10:50 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi Ernesto, Thanks for offering your help! API breaks are allowed. It would be good to create a new page in the wiki and explain the breaks so it is easier for other users. Martin Grigorov Wicket Training and Consulting On Wed, Mar 19, 2014 at 11:46 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Thanks for taking care of this! Maybe I could help with inMethod grid, gmap? Are API brakes allowed? On Wed, Mar 19, 2014 at 10:38 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, I've just created branch wicket-6.xhttps://github.com/wicketstuff/core/tree/wicket-6.x that will be used for further releases of WicketStuff 6.x. From now on 'master' branch will be against Wicket 7.0-SNAPSHOT. Any help to migrate the projects is very welcome ! Martin Grigorov Wicket Training and Consulting -- Regards - Ernesto Reinaldo Barreiro -- Regards - Ernesto Reinaldo Barreiro
Re: Validation not working in Model Window on Dynamic rows addition
Hi, Sorry, I don't see anything suspicious. The only thing is that your submit button is AjaxLink, AjaxSubmitLink is commented. But I guess you did this just to experiment. Martin Grigorov Wicket Training and Consulting On Tue, Mar 18, 2014 at 5:54 PM, wicket_new_user venkyra...@gmail.comwrote: ReportFiltersPanel.html http://apache-wicket.1842946.n4.nabble.com/file/n4665013/ReportFiltersPanel.html ReportFiltersPanel.java http://apache-wicket.1842946.n4.nabble.com/file/n4665013/ReportFiltersPanel.java Martin, Uploaded both the Java and HTML files for complete reference. New row is added between 161 - 192 lines of code which is called at line 118 in the uploaded file. Thanks Venky -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Validation-not-working-in-Model-Window-on-Dynamic-rows-addition-tp4665011p4665013.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org
Re: Validation not working in Model Window on Dynamic rows addition
Yes, it is just experiment. Also, when the Addrow is clicked, the validation is not getting fired and the form is getting null, as i'm clueless why it is not working only in ModelWindow and how it is working in regular page. Thanks Venky -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Validation-not-working-in-Model-Window-on-Dynamic-rows-addition-tp4665011p4665035.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org