Re: Wicket Appl - Cleanup & Scale

2016-10-20 Thread fzb
Thanks Martin for the reply. Very much answers the questions i had asked. Will try the suggestions and post update here. - fzb -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Appl-Cleanup-Scale-tp4675820p4675859.html Sent from the Users forum mailing list

Re: 7.3 : javascript attached to extended AjaxButton

2016-10-20 Thread sorinev
1. We extend AjaxButton. 2. In renderHead(), we do a JavaScriptReferenceHeaderItem with a JavaScriptResourceReference that has a javascript file that is local to our class. 3. Inside the javascript file there is a yahoo widget panel that does this: panel.setBody(" <\"images/ajax-loader.gif\"> ").

Re: 8.0.0-M1 MarkupNotFoundException

2016-10-20 Thread Greg Johnson
Hi Martin, This is supposed to be a trivial menu/content replacement system that runs http://www.willinge.com.au, the architecture may very well be flawed :-) The quickstart at http://anekol.com/pub/myproject2.zip is a cutdown version of the website (images removed etc) for you to see the big

Re: ModalWindow and OnDomReady

2016-10-20 Thread Rob Audenaerde
The panel is created and added with setContent just before the modal window is shown. On Oct 20, 2016 10:40 AM, "Ernesto Reinaldo Barreiro" wrote: > is this panel initially added to the mcdal? When page is created? > > On Thu, Oct 20, 2016 at 10:13 AM, Rob Audenaerde

Re: Check Group selected items called from other form loses the checked values

2016-10-20 Thread Francois Meillet
Hi, Use a ListView. The model of the second form is not updated until the form is submitted. You need to perform a submit if you want to see this model updated, and the correct value for tst.getCheckedTestBeans().size(). If you want to avoid the manual submit phase, you need to use Ajax.

Re: 8.0.0-M1 MarkupNotFoundException

2016-10-20 Thread Andrea Del Bene
Ok thank you! Andrea. On 20/10/2016 12:07, Greg Johnson wrote: Create link missing from home page (MacOs 10.12 Safari 10.0) … Found a “create” link in the help docs … Created WICKET-6256 Regards, Greg Johnson On 20 Oct. 2016, at 19:47, Andrea Del Bene wrote:

Re: 8.0.0-M1 MarkupNotFoundException

2016-10-20 Thread greg.johnson
Created WICKET-6256 ... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/8-0-0-M1-wicket-link-MarkupNotFoundException-tp4675812p4675852.html Sent from the Users forum mailing list archive at Nabble.com.

Re: 8.0.0-M1 MarkupNotFoundException

2016-10-20 Thread Greg Johnson
Create link missing from home page (MacOs 10.12 Safari 10.0) … Found a “create” link in the help docs … Created WICKET-6256 Regards, Greg Johnson > On 20 Oct. 2016, at 19:47, Andrea Del Bene wrote: > > That's strange...you should be able to create issues as you belong

Re: 8.0.0-M1 MarkupNotFoundException

2016-10-20 Thread Andrea Del Bene
That's strange...you should be able to create issues as you belong to jira-users group: https://issues.apache.org/jira/plugins/servlet/project-config/WICKET/permissions Which is exactly the problem or the error you get? On 19/10/2016 02:40, greg.johnson wrote: sure, i don't seem to have

Re: ModalWindow and OnDomReady

2016-10-20 Thread Ernesto Reinaldo Barreiro
is this panel initially added to the mcdal? When page is created? On Thu, Oct 20, 2016 at 10:13 AM, Rob Audenaerde wrote: > It is the Panel that I put on the ModalWindow. > > On Wed, Oct 19, 2016 at 7:56 PM, Martin Grigorov > wrote: > > > Hi, > >

Re: ModalWindow and OnDomReady

2016-10-20 Thread Rob Audenaerde
It is the Panel that I put on the ModalWindow. On Wed, Oct 19, 2016 at 7:56 PM, Martin Grigorov wrote: > Hi, > > It depends on what you add the OnDomReady header item. > Is it the ModalWindow ? Or its content (Panel or Page) ? > > Martin Grigorov > Wicket Training and

Re: Check Group selected items called from other form loses the checked values

2016-10-20 Thread ganea iulia
Hello, Thank you for the samples. But I will explain again what I have: I have two forms on my page. In the bottom form I have a RefreshingView component, with check all checkbox in the header, and check components for each items. In the top form there is a link, where I need to get the checked