Subclass of base page class not rendered

2009-08-27 Thread Bergmann Manfred
Hi there. I've run into an issue and don't know how to solve it. My experience with Wicket is still low. I have a BasePage, subclass of WebPage. This page has some links, including links to change the language. This BasePage is not a page that is rendered directly. Only though subclasses.

Re: users Digest 27 Aug 2009 15:08:59 -0000 Issue 2060

2009-08-27 Thread Bergmann Manfred
Thanks for that pointer. I've looked over the model and got it working with overriding getObject() in PropertyModel. Manfred Von: Jeremy Thomerson jer...@wickettraining.com Datum: 27. August 2009 15:17:49 GMT+01:00 An: users@wicket.apache.org Betreff: Re: Subclass of base page class not

Link not rendered in AjaxFallbackDefaultDataTable

2009-07-01 Thread Bergmann Manfred
Hi there. First of all thank you for providing such a great framework. I've reviewed a couple of frameworks lately including JSF, Grails, Lift and found that Wicket is the one I'd like to stay and use. Here is now my first question: In a AjaxFallbackDefaultDataTable I've defined a couple of

Re: Wicket NetBeans Users please vote for these Issues

2009-07-07 Thread Bergmann Manfred
Done. Btw: the Wicket plugin is not available in the plugin manager of NetBeans 6.7. How can I install it? Manfred Am 07.07.2009 um 11:43 schrieb bern...@actrix.co.nz: Deploy on Save reportedly does not work for HTML files http://www.netbeans.org/issues/showvotes.cgi?issue_id=153773

Page reload after submit action

2010-03-13 Thread Bergmann Manfred
Hi there. I have the following problem with reloading the same page that is currently loaded. I'm working on a blog application. Normally the URL in the browser for a specific blog entry is like this: http://host/blog/id/someblogid where /blog is mounted as bookmarkable in Application to Blog

CompoundPropertymodel loses object after form submit

2010-06-08 Thread Bergmann Manfred
Hi. I experience a strange behaviour where I'm not exactly sure what I'm doing wrong. On my pages which are wrapped around some database model classes I have forms with CompoundPropertyModels. On one of five pages the form seems to lose the model object after a submit is done so that the page

Just works WebSockets/Akka/Async

2016-06-11 Thread Bergmann Manfred
Hi. Just a big thank you for the great work everyone involved has put into Wicket. I’ve just made it work to have real async web site updates using WebSockets and Akka Actors. Those were my resources: https://github.com/martin-g/blogs/tree/master/wicket6-websocket-broadcast

Your opinion on ShieldUI

2016-10-05 Thread Bergmann Manfred
Hi. I'm looking for available options to build nice looking UIs using Apache Wicket without developing stylesheets and graphics myself. What I found was Wicket-JQuery-UI, Wicket Bootstrap and ShieldUI. Where ShieldUI seems to be the most complete one. But I couldn’t find much additional info,

Wicket-jQuery-UI vs. Kendo UI

2016-10-06 Thread Bergmann Manfred
Hello. In the wicket-jquery-ui project there are two widget sets, jQuery UI and Kendo UI. What’s difference? Are they competing widgets sets or is one a subset of the other, or can they be mixed? I.e. looking here: http://www.7thweb.net/wicket-jquery-ui/ Something like the DataTable (Pro)

WebSocket and timeout

2017-09-15 Thread Bergmann Manfred
Hi. I’m having a problem with WebSocket timeouts. One panel (currently) of a page uses a WebSocket to push data and re-render something. Leaving the browser untouched the WebSocket will timeout after 5 minutes: —- [ERROR] 2017-09-15 16:57:46.566 [Scheduler-1197176722]

Kendo window adds up in DOM

2019-05-20 Thread Bergmann Manfred
Hi. I have the following problem. We have a Kendo `Window` which we use as confirmation window with form and checkbox. After the first successful submit (checkbox verification OK) of the window form any new spawned window submits ‚value=on‘ even though the checkbox is not ‚checked‘. The

Best practice for session handling - high availability

2019-07-03 Thread Bergmann Manfred
Hi. I know a few points, like using LoadableDetachableModel’s to keep session size low. As it has to be replicated in some way between server nodes in a cluster, or stored in a database. Session stickiness is probably how most deployments work. But what about offloading the session into one or

Cluster setup, random issues with missing tree nodes and ComponentNotFoundException

2019-04-26 Thread Bergmann Manfred
Hi. I’m using Wicket 8.4 with Kendo widgets (8.3) in a cluster setup. Meaning Wicket is configured to use HttpSessionStore and Jetty uses NullSessionCache with a custom SessionDataStore. All session data goes straight to a backend that distributes the session data. I have two issues. One is

Re: Cluster setup, random issues with missing tree nodes and ComponentNotFoundException

2019-04-26 Thread Bergmann Manfred
I think I found the issue. Sorry for bothering. Doing a network trace shows that there is a component that deploys a JavaScript behavior that triggers a second Ajax call. Manfred > Am 26.04.2019 um 10:31 schrieb Bergmann Manfred : > > Hi. > > I’m using Wicket 8.4 with Ken

Wicket Kendo UI - Grid/Chart datasources not cleaned up

2019-09-09 Thread Bergmann Manfred
Hi. We’ve implemented a „one-page“ application and basically just replacing panels via Ajax updates. When those panels contain Kendo Grid or Chart components I can see datasource items adding up in the DOM for every newly rendered Grid or Chart which eventually add up so much that the page

Kendo Material update from 8.3.0 to 8.6.0 adds 'user-select:none'

2020-04-02 Thread Bergmann Manfred
Hi. We’ve just realized that none of the texts when changing this library version are selectable/copyable. Is this intentional? How can it be fixed other than reverting to 8.3.0? Manfred - To unsubscribe, e-mail:

Kendo DataTable - row click handler

2020-09-24 Thread Bergmann Manfred
Hello. Maybe someone knows? Is it possible to install a row click handler for the Kendo DataTable? It is possible for the standard Wicket DataTable but I’m unable to figure out how this could work for the Kendo component. Manfred

Kendo DataTable - row click handler

2020-09-24 Thread Bergmann Manfred
Hi Sebastien. I’m not sure what the callback method would be on the DataTable. There doesn’t seem to be one. There are onClick handlers for toolbar and command buttons. So can it be that this is not yet implemented? Manfred > Hi Manfred, > > You can pass select="row" as an option (options

Kendo UI - AjaxDropDownList, onChange - unit testing

2020-08-08 Thread Bergmann Manfred
Hi. I found a nice workaround for the testability of the Kendo UI `AjaxDropDownList`. It’s relatively easy. Just use a regular Kendo UI `DropDownList` and attach a `AjaxFormComponentUpdatingBehavior`. This will make the usual thing work like: formTester.select(comp, index)

Re: resources in wicket have problem.

2021-06-07 Thread Bergmann Manfred
Hi. Hard to say anything without more info. How are you loading the images? Did you have a look here? https://ci.apache.org/projects/wicket/guide/8.x/single.html#_package_resources Manfred > Am 07.06.2021 um 18:55 schrieb vahid ghasemi : > > I created a new web application with 2 pages. >

Re: resources in wicket have problem.

2021-06-08 Thread Bergmann Manfred
Hi. Just had a quick look. I find it quite difficult to see through. Too many involved classes. All the assets you have in your ’java’ source root should actually be in ‚resources‘, that’s what this is for. Some build tools (I believe also IntelliJ by default) don’t even copy resources from

Re: URL changes from AJAX request

2021-05-15 Thread Bergmann Manfred
Hi. We have been using wicketstuff urlfragment for something similar. https://github.com/wicketstuff/core/tree/master/urlfragment-parent I can’t remember exactly how this urlfragment worked, I believe it’s also doing some JavaScript magic. But I think it’s not using history API. Manfred > Am

Replacement for HttpSessionDataStore

2021-04-01 Thread Bergmann Manfred
Hi. In Wicket 8 we used HttpSessionDataStore. What is the right replacement for this in Wicket 9? I tried overriding newPersistentStore() with InSessionPageStore but that doesn’t seem to do the same as HttpSessionDataStore. Manfred

Re: Replacement for HttpSessionDataStore

2021-04-01 Thread Bergmann Manfred
red > Am 01.04.2021 um 15:27 schrieb Bergmann Manfred : > > Hi. > > In Wicket 8 we used HttpSessionDataStore. > What is the right replacement for this in Wicket 9? > > I tried overriding newPersistentStore() with InSessionPageStore but that > doesn’t seem t

Ajax debug window missing in Wicket 9

2021-04-07 Thread Bergmann Manfred
Hi. Even when setting explicitly: getDebugSettings().setAjaxDebugModeEnabled(true) I don’t see the Ajax debug window. Was this a change in Wicket 9? Manfred - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

Re: Ajax debug window missing in Wicket 9

2021-04-07 Thread Bergmann Manfred
; > Best regards > Sven > > > On 07.04.21 16:15, Ernesto Reinaldo Barreiro wrote: >> It is gone there AFAIK. >> >> On Wed, Apr 7, 2021 at 5:11 PM Bergmann Manfred >> wrote: >> >>> Hi. >>> >>> Even when setting explicitly: >

Re: Disable first level cache - session

2021-04-15 Thread Bergmann Manfred
nd override its #newPageStore(IDataStore) > and return an IPageStore that does nothing but delegates to the IDataStore. > > Then in YourApplication#init() call setPageManagerProvider(yourProvider); > > On Wed, Apr 14, 2021 at 5:07 PM Bergmann Manfred > wrote: > >> Hi

Re: Disable first level cache - session

2021-04-15 Thread Bergmann Manfred
Hello. > Am 15.04.2021 um 12:56 schrieb Martin Grigorov : > > On Thu, Apr 15, 2021 at 1:31 PM Bergmann Manfred > wrote: > >> Hi. >> >> Hmm. Does not seem to remove the session attribute >> „persistentPageManagerData“,

Disable first level cache - session

2021-04-14 Thread Bergmann Manfred
Hi. Is there a way to disable the first level cache in Wicket 8? Reading the documentation this should be the session attribute named: „persistentPageManagerData“. Since this attribute is written in PageStoreManager (specifically PersistentRequestAdapter) I’m not entirely certain how to

Re: wicket:child

2022-01-09 Thread Bergmann Manfred
Hi. To my knowledge that doesn’t work. This is probably a case to prefer composition over inheritance? Manfred > Am 09.01.2022 um 13:55 schrieb vahid ghasemi : > > Hello, > How can I use 2 wicket:child for 1 inherited class? > Like this: > > Hello > > Hello > > > > > Hello again > >

Re: wicket:child

2022-01-09 Thread Bergmann Manfred
tiple places of parent markup. > How should I handle that? > If it does not exist and isn't any way to do that, I think it's a good > feature for the future. > > On Sun, Jan 9, 2022 at 4:34 PM Bergmann Manfred > wrote: > >> Hi. >> >> To my knowledge that

Re: Is Wicket In Action still relevant?

2023-05-11 Thread Bergmann Manfred
Hi. I think it actually targets Wicket 1.4, without generics. But yes, the general concepts are still largely intact. Though many details have changed. Manfred > Am 11.05.2023 um 11:41 schrieb s...@stantastic.nl.invalid > : > > Hi, > > I learned Wicket primarily by using this book. I