Re: getCallbackFunctionBody - Wicket.Ajax.ajax?

2013-07-22 Thread Frank van Lankvelt
callbackFunction = getCallbackFunction(**parameters); This definitely does an ajax call. I haven't looked closely at the Wicket.Ajax.ajax() code, but it works fine. Bertrand On 19/07/2013 9:58 AM, Frank van Lankvelt wrote: hi all, in the process of upgrading to wicket 6, I

getCallbackFunctionBody - Wicket.Ajax.ajax?

2013-07-19 Thread Frank van Lankvelt
hi all, in the process of upgrading to wicket 6, I have to do some wicket ajax calls from custom javascript callbacks. The AbstractDefaultAjaxBehavior seems to provide a bunch of tools to help me out. But I cannot make sense of the javadoc ( implementation) of #getCallbackFunction: *

Re: Wicket mentioned at Server Side Symposium

2011-03-22 Thread Frank van Lankvelt
On Mon, Mar 21, 2011 at 9:52 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: While we strive to keep binary compatibility between minor releases, i.e. the z releases of an x.y.z release path, sometimes things slip by. In principle we only allow security or blocker issues to break the

Re: preferred php framework by wicketeers...

2011-03-08 Thread Frank van Lankvelt
On Tue, Mar 8, 2011 at 1:21 PM, Antoine van Wel antoine.van@gmail.comwrote: Since you can't always have what you want.. Is there any PHP framework out there which comes even close to Wicket; component based, strict separation between HTML and programming, stateful, out-of-the-box Ajax

howto integrate third-party ajax with channels?

2011-01-17 Thread Frank van Lankvelt
I'm regularly running into problems when integrating client-side ajax code. The issue is that the client-side code is doing throttled asynchronous calls to wicket ajax behaviors. Now, this generally works fine until I want to integrate this with native wicket calls (links, buttons). Then, such

Re: howto integrate third-party ajax with channels?

2011-01-17 Thread Frank van Lankvelt
, Frank Op 18 jan. 2011 om 01:35 heeft Igor Vaynberg igor.vaynb...@gmail.com het volgende geschreven: can you do the flushing yourself by registering a wicket.ajax.pre-call-handler? -igor On Mon, Jan 17, 2011 at 2:57 AM, Frank van Lankvelt f.vanlankv...@onehippo.com wrote: I'm regularly

howto track translations

2010-12-03 Thread Frank van Lankvelt
in the process of expanding the number of languages my wicket application is available in, I'm running into the question of tracking properties files. In particular, I want to be able to get some kind of feedback about missing translations; mismatches between property files would be sufficient.

Re: howto track translations

2010-12-03 Thread Frank van Lankvelt
of IDE. Peter On 3 December 2010 09:40, Frank van Lankvelt f.vanlankv...@onehippo.comwrote: in the process of expanding the number of languages my wicket application is available in, I'm running into the question of tracking properties files. In particular, I want to be able to get some

Re: How to hide ListView rows the right way?

2010-11-08 Thread Frank van Lankvelt
wouldn't you be better off wrapping your model/dataprovider in a filter that does the processing that's required? That way, you can keep populating the views simple, without even needing to use setVisible. cheers, Frank On Mon, Nov 8, 2010 at 4:34 PM, MattyDE ufer.mar...@gmail.com wrote: Hi

Re: wicket-ajax header from url?

2010-11-03 Thread Frank van Lankvelt
is the preferred way to do this and you can set it yourself i you need or use wicket's ajax js to perform the request - which will set it for you. -igor On Mon, Nov 1, 2010 at 11:59 PM, Frank van Lankvelt f.vanlankv...@onehippo.com wrote: well, the two kinds of ajax requests differ

Re: wicket-ajax header from url?

2010-11-02 Thread Frank van Lankvelt
2, 2010 at 1:14 AM, Igor Vaynberg igor.vaynb...@gmail.comwrote: so why is there the non-ajax request? once the page is loaded everything else - communication with ext - should be happening via ajax requests... -igor On Mon, Nov 1, 2010 at 1:20 PM, Frank van Lankvelt f.vanlankv

wicket-ajax header from url?

2010-11-01 Thread Frank van Lankvelt
In my attempts to integrate a javascript client-side framework (ext-js) to wicket, I'm running into the problem that the client-side framework expects URLs to send requests to, expecting a JSON/XML response. This is of course perfectly natural behavior for a js framework. The documentation I

Re: wicket-ajax header from url?

2010-11-01 Thread Frank van Lankvelt
...@gmail.comwrote: did you check why it returns false? ajax requests should not increment the page version, so they should always be current. people have built extjs integrations before, you may look into one of those for hints. -igor On Mon, Nov 1, 2010 at 9:14 AM, Frank van Lankvelt

wicket and ext-js

2010-09-29 Thread Frank van Lankvelt
I'm in the process of integrating Ext-JS into our Wicket application. So there are a number of questions, such as: What are your experiences of using wicket and ext together? Do these projects help at all, or do you rather roll a custom behavior each time? Is there some project that is not

Re: wicket and ext-js

2010-09-29 Thread Frank van Lankvelt
I haven't; the main reason being that we are using Ext-JS for another application we're developing and we'ld like to limit the number of technologies in our stack. We are already using a mix of custom developed javascript functionality and some standard YUI 2 components. A major motivation for

Re: wicket and ext-js

2010-09-29 Thread Frank van Lankvelt
a simple textField.add(new ExtBaloonBehavior(model)). Why would you need a custom TextField for that? Good luck for your integration effort and, should you decide to build on top of wicket-ext, feel free to ask. Cheers, Fabio Fioretti On Wed, Sep 29, 2010 at 12:09 PM, Frank van

pagemap locking

2010-04-28 Thread Frank van Lankvelt
Hi all, hoping to get some debugging tips on a concurrency issue I've run into. What we're seeing is concurrent access to a Page instance, when our application is under a lot of stress. The backend is taking a lot of time, which should be handled by Wicket by locking on the pagemap. This is

Re: pagemap locking

2010-04-28 Thread Frank van Lankvelt
, Apr 28, 2010 at 6:44 AM, Frank van Lankvelt f.vanlankv...@onehippo.com wrote: Hi all, hoping to get some debugging tips on a concurrency issue I've run into. What we're seeing is concurrent access to a Page instance, when our application is under a lot of stress. The backend

Wicket YUI integration

2009-08-31 Thread Frank van Lankvelt
we've been developing a wicket application for some time now, where the client keeps pushing for more and more fancy UI components. We've been building some of them by hand, including browser version checks, and have some code to enable YUI widgets. This is a costly business where we are severely

RE: Observation and page (map) eviction

2009-01-27 Thread Frank van Lankvelt
of the session? On 25/01/2009, Frank van Lankvelt f.vanlankv...@onehippo.com wrote: But how is a view to know if its model (object) has changed in the pull model? One way that I see this working is if views extract all state that they need to do the rendering into a separate object

RE: Observation and page (map) eviction

2009-01-25 Thread Frank van Lankvelt
: Use weakreferences to hold onto pages instead. -igor On 1/24/09, Frank van Lankvelt f.vanlankv...@onehippo.com wrote: I'm trying to get a page to observe a business object that can send events. The changes don't warrant a full page refresh, so I want to update only those parts

Observation and page (map) eviction

2009-01-24 Thread Frank van Lankvelt
I'm trying to get a page to observe a business object that can send events. The changes don't warrant a full page refresh, so I want to update only those parts of the page that have changed as a result of the events. I've seen wicketstuff-push, where a similar kind of observation is present in

Re: RE: Things I miss in Wicket

2009-01-17 Thread Frank van Lankvelt
CMS or Hippo Portal? Original-Nachricht Datum: Fri, 16 Jan 2009 16:12:13 +0100 Von: Frank van Lankvelt f.vanlankv...@onehippo.com An: users@wicket.apache.org Betreff: RE: Things I miss in Wicket Sure these kinds of things exist. In Hippo CMS 7, we're nesting panels

RE: Things I miss in Wicket

2009-01-16 Thread Frank van Lankvelt
Sure these kinds of things exist. In Hippo CMS 7, we're nesting panels that each have their own instance-specific configuration. Different document types have a corresponding (admittedly quite simple) plugin configuration that can be edited within the cms. The cms itself is mostly a (more

RE: Technologies to use with large scale Wicket application

2009-01-15 Thread Frank van Lankvelt
Brix Jackrabbit Our application will need some heavy duty CMS features, and this project looks powerful enough to do the job. Jackrabbit is used by Brix to store content. Alternatively, you could try Hippo CMS7. It's also built with Wicket on top of a JCR repository, but with some

Re: an lost in the dark exception question

2008-05-13 Thread Frank van Lankvelt
According to a conversation I had with Johan, only the last shown page is kept in memory. Earlier versions are written to disk. When using ajax, the page does not have to be actually written to disk as you cannot reach the previous state by using the back button. When using a BookmarkableLink,

Re: Good wicket patterns

2008-05-09 Thread Frank van Lankvelt
You could have a look at the broadcaster that is discussed in https://issues.apache.org/jira/browse/WICKET-1312 The solution that is proposed there uses a visitor instead of registration. That has the advantage that you don't have to _unregister_ at the appropriate time. Because Wicket does not

Re: AW: Wicket + CMS

2008-04-18 Thread Frank van Lankvelt
Hi, that is correct, Hippo CMS 7 should be ready for release in a few months time. It is a rewrite where the CMS itself is implemented in Wicket. plug shameless=true The repository is a JCR (JackRabbit) repository extended with workflow and faceted navigation. The CMS is composed as a set of

Re: AW: Wicket + CMS

2008-04-18 Thread Frank van Lankvelt
Hi Uwe, plug shameless=true The repository is a JCR (JackRabbit) repository extended with workflow and faceted navigation. The CMS is composed as a set of plugins. These Wicket components can be configured and that can be dynamically swapped in and out of the application. We use

object sharing between pages

2008-03-13 Thread Frank van Lankvelt
Hi, please excuse my newbie question; is it correct that pages cannot share objects? (any pointers on the subject of wickets serialization would be greatly appreciated) I want to provide some feedback to the main page from a modal-window, and now do this by putting meta-data in the session. Is

Re: object sharing between pages

2008-03-13 Thread Frank van Lankvelt
Assuming B has a reference to Page A, wont A be Serialized with B, when you go to C, and both still share the same serialized object? When B is serialized, so is A, and serialization makes sure the instances to your object are kept shared how can this be? Aren't different pages

Re: object sharing between pages

2008-03-13 Thread Frank van Lankvelt
ok, I'll go ahead with storing the object in the session directly (as meta-data) and use models in the pages to access this object. May I ask what your use case is? it's very simple; when carrying out an action on page A, I want to display a modal window (are you sure? with ok/cancel). The