+ "console.log(options);“
+ "jQuery('')" // lf
+ ".appendTo(container); " // lf
+ „}"
}
}
Then this only requires ‚onUpdate‘ implementation of the DataTable itself.
Regards,
Manfred
> Am 05.08.2024 um 18:57 schrieb Ernesto Reinaldo Ba
used to modify model when in an ‚edit‘ mode.
Manfred
> Am 05.08.2024 um 17:00 schrieb Bergmann Manfred :
>
> Quickstart is difficult because it means a considerable additional effort.
> But I’ve added a screenshot.
> The right-most column is a CommandColumn with CommandButtons. Thi
? Maybe share a quickstart project
> illustrating what you want to do?
>
> On Fri, Aug 2, 2024 at 11:57 AM Bergmann Manfred
> wrote:
>
>> Hello.
>>
>> We’re struggling to add (or actually we’re not sure of possible ways)
>> checkboxes to a DataTabl
Hello.
We’re struggling to add (or actually we’re not sure of possible ways)
checkboxes to a DataTable (Grid) column that will install onClick handler
similar as the CommandButtons do in CommandColumn, so that onClick is called on
each checkbox toggle.
We’re tried a few variations, i.e. using A
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 thi
le 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 know
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
>
> He
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 the
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.
> Th
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
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“, o
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.
&
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 accompli
.
>
> 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:
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 a
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
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
--
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 ar
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
-
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)
tester.executeAjaxEv
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: users-unsubscr
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 gets
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
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 window
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
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 tha
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]
org.apa.wic.pro.ws.jav.Wick
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) doesn’
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, l
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
https://github.com/l0
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 r
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:///blog/id/
where /blog is mounted as bookmarkable in Application to Blog WebPage subclass
Wicket learning mistake. I
suspect that's what this is.
--
Jeremy Thomerson
http://www.wickettraining.com
On Thu, Aug 27, 2009 at 4:47 AM, Bergmann
Manfred wrote:
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 BaseP
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.
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
Un
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 c
36 matches
Mail list logo