Re: Application wide key-value storage

2017-07-29 Thread Maxim Solodovnik
> https://github.com/wicketstuff/core/wiki/DataStores > > They are alternatives of DiskDataStore but you can use them as inspiration > for anything you need. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Fri, Jul 28, 2017 at 7:49

Re: how to map list model within another list model by propertyModel

2017-07-29 Thread Maxim Solodovnik
I believe it is not possible You have to create listview, each item will have model of IncomeDetail. Then you can map IncomeA WBR, Maxim (from mobile, sorry for the typos) On Jul 29, 2017 13:57, "extraquoo" wrote: Hi , I have a xml class MC216 which has below object

Application wide key-value storage

2017-07-28 Thread Maxim Solodovnik
Hello All, I'm trying to set up my first cluster on Tomcat. I need to have application wide key-value storage which is cluster aware. Is this possible? Maybe someone already did something like this? WBR, Maxim (from mobile, sorry for the typos)

Re: wicket-jquery-ui menu item with client handler

2017-07-27 Thread Maxim Solodovnik
Hello Sebastien, Just was able to check it It works, unfortunately I was unable to abopt it for my needs ... :( What I need is 1) some menu items should work via server round-trip 2) couple of menu items should be client-side only I tried to "return true/false" from handler but it doesn't work

Re: Message Scroll Banner in Wickets

2017-07-25 Thread Maxim Solodovnik
Maybe some "init JS" should be added onDomReady ? On Wed, Jul 26, 2017 at 11:29 AM, ASHU_JAVA wrote: > Hello Martin, > > Ok, I've corrected the error (*missing :*) on loading the newMarquee.js. > But even after successful loading of "newMarquee.js" (I've checked with >

Re: Message Scroll Banner in Wickets

2017-07-25 Thread Maxim Solodovnik
Maybe you can share you project on github? On Tue, Jul 25, 2017 at 5:16 PM, ASHU_JAVA wrote: > Hello Martin, > > I'm trying to use "Jquery Marquee" > to implement the > required > functionality. > > I've made an HTML sample

Re: AutoCompleteTextField Stateless

2017-07-14 Thread Maxim Solodovnik
You can use http://jqueryui.com/dialog/ Or this cool library: http://www.7thweb.net/wicket-jquery-ui/ :)) On Fri, Jul 14, 2017 at 8:03 PM, Marieke Vandamme wrote: > Hi, > > I tried for some time to display modal window with only javascript, like > Pedro is proposing,

Re: wicket-jquery-ui menu item with client handler

2017-07-12 Thread Maxim Solodovnik
change this asap... > > Thanks & best regards, > Sebastien. > > > On Wed, Jul 12, 2017 at 2:39 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > >> Thanks a lot for clarifications >> Finally I was able to find onSelect method :) >> >> What I

Re: wicket-jquery-ui menu item with client handler

2017-07-12 Thread Maxim Solodovnik
Maybe little example can be added to 7thweb :))) On Wed, Jul 12, 2017 at 3:16 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Thanks a lot! > > On Wed, Jul 12, 2017 at 3:10 PM, Sebastien <seb...@gmail.com> wrote: > >> Hi Maxim, >> >> A simple sol

Re: wicket-jquery-ui menu item with client handler

2017-07-11 Thread Maxim Solodovnik
know if it helps, otherwise please give me more detail about your > use-case... > > Thanks & best regards :) > Sebastien > > > On Tue, Jul 11, 2017 at 5:04 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > >> Hello Sebastien, >> >

wicket-jquery-ui menu item with client handler

2017-07-11 Thread Maxim Solodovnik
Hello Sebastien, I'm trying to add MenuItem to wicket-jquery-ui menu with client only JS handler As I understand I need to add AjaxCallListener to MenuItem but it seems I'm unable to find the correct place for it :( Maybe you can help? -- WBR Maxim aka solomax

Re: Localized warning in Validator

2017-07-05 Thread Maxim Solodovnik
+1 to unify this I would expect similar behavior from all 3 (error, warn, info) Never used warn BTW On Wed, Jul 5, 2017 at 3:56 PM, Martijn Dashorst wrote: > Hi Virginie, > > Your code doesn't look wrong. > > Here's a snippet from one of our applications that

wicket-jquery-ui examples are down

2017-07-04 Thread Maxim Solodovnik
Hello Sebastien, I'm getting 503 error while accessing http://www.7thweb.net/wicket-jquery-ui/button/DefaultButtonPage and all other components :( Could you please take a look? -- WBR Maxim aka solomax - To unsubscribe,

Cannot modify component hierarchy after render phase has started

2017-07-02 Thread Maxim Solodovnik
Hello, I'm facing weird "Cannot modify component hierarchy after render phase has started" exception on simultaneous page access using 2 different browsers everything works in case there is only one browser, or page being accessed not "simultaneously" We are using "single page" application, with

Re: The day Wicket became Apache Wicket 10 years ago!

2017-06-27 Thread Maxim Solodovnik
Wicket is one of my favorite frameworks Our project wouldn't evolve without it I'm glad to be part of Wicket team :) On Tue, Jun 27, 2017 at 10:42 PM, trlt wrote: > I started with Struts, then Struts2, then Spring MVC, and moved to Wicket > about 6 years ago. This is the most

Re: Enable CORS in Wicket Rest

2017-06-27 Thread Maxim Solodovnik
You can use CORS in Tomcat: https://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#CORS_Filter (Maybe there anything similar in other app servers) Or wicket CSRF filter: https://ci.apache.org/projects/wicket/apidocs/7.x/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.html

Re: Scrollbar or limit to show checkbox in CheckGroup.

2017-06-23 Thread Maxim Solodovnik
I guess this topic should help: http://apache-wicket.1842946.n4.nabble.com/Infinite-scroll-td4666421.html On Fri, Jun 23, 2017 at 3:51 PM, rajan wrote: > i have a CheckGroup like below: > > > > final CheckGroup group=new CheckGroup("group",new >

Re: Select2Choice is not focused when navigating using keyboard

2017-06-16 Thread Maxim Solodovnik
gt; > > > > > *Thanks And RegardsSibi.ArunachalammCruncher* > > On Fri, Jun 16, 2017 at 3:12 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Hello, > > > > both 7.x and 8.x were updated to use latest https://select2.github.io > > Can you check

Re: Select2Choice is not focused when navigating using keyboard

2017-06-16 Thread Maxim Solodovnik
Hello, both 7.x and 8.x were updated to use latest https://select2.github.io Can you check behavior you are observing using their examples? On Fri, Jun 16, 2017 at 2:08 PM, Arunachalam Sibisakkaravarthi < arunacha...@mcruncher.com> wrote: > Hi all, > We upgraded wicket to 7.7.0. > We observed

Re: WebSockets and CsrfPreventionRequestCycleListener

2017-06-01 Thread Maxim Solodovnik
cket Training and Consulting > https://twitter.com/mtgrigorov > > On Tue, May 16, 2017 at 5:10 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > I just have checked CsrfPreventionRequestCycleListener with overriden >

Re: wicket-jquery-ui 8.0.0-M6

2017-05-21 Thread Maxim Solodovnik
Thanks a million! On Sun, May 21, 2017 at 8:10 PM, Sebastien <seb...@gmail.com> wrote: > Hi Maxim, > > It's on its way to maven central! :) > > Best regards, > Sebastien. > > > On Sun, May 21, 2017 at 6:06 AM, Maxim Solodovnik <solomax...@gmail.com> >

wicket-jquery-ui 8.0.0-M6

2017-05-20 Thread Maxim Solodovnik
Hello Sebastien, can you please release wicket-jquery-ui 8.0.0-M6? -- WBR Maxim aka solomax

Re: FileUploadField with AJAX Behavior

2017-05-18 Thread Maxim Solodovnik
We are using: http://www.jasny.net/bootstrap/javascript/#fileinput integrated into our application [1] Looks good, works as expected :) [1] https://github.com/apache/openmeetings/tree/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/util/upload On Fri, May 19, 2017 at 5:57 AM,

Re: Wicket page expired if push button to open new page

2017-05-18 Thread Maxim Solodovnik
In case Ajax is available you can start with button disabled by default Then add AbstractDefaultAjaxBehavior to the page and trigger it on dom ready: @Override public void renderHead(IHeaderResponse response) { response.render(OnDomReadyHeaderItem.forScript(myBehavior.getCallbackScript()));

Re: Wicket page expired if push button to open new page

2017-05-18 Thread Maxim Solodovnik
Maybe it worth to add paging and limit displayed rows to some reasonable count? Or block page navigations until data will be fully available? On Thu, May 18, 2017 at 3:12 PM, Erwan Tanajaya wrote: > hi all, > I have problem always get Page Expired error(event i set my

Re: WebSockets and CsrfPreventionRequestCycleListener

2017-05-15 Thread Maxim Solodovnik
ignored. > Maybe we can introduce WebSocketAwareCsrfPreventionRequestCycleListener in > wicket-native-websocket-core and recommend its usage when the app uses > WebSockets ?! > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Mon, M

Re: WebSockets and CsrfPreventionRequestCycleListener

2017-05-15 Thread Maxim Solodovnik
Example project demonstrating it is here: https://github.com/solomax/ajax-download html with WebSocket.send: https://github.com/solomax/ajax-download/commit/84af661b1e5e110419f17dbf9295547c135a0cc5#diff-217ea4d3217197ce4ece382e050a7302R26 On Mon, May 15, 2017 at 3:14 PM, Maxim Solodovnik

Re: WebSockets and CsrfPreventionRequestCycleListener

2017-05-15 Thread Maxim Solodovnik
eventionRequestCycleListener()); > to org.apache.wicket.examples.websocket.JSR356Application#init() doesn't > lead to any error. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Mon, May 15, 2017 at 7:54 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: >

Re: WebSockets and CsrfPreventionRequestCycleListener

2017-05-14 Thread Maxim Solodovnik
Hello Martin, were you able to take a look at it? I was hoping to have M6 with working Csrf+WebSockets On Fri, May 12, 2017 at 4:45 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Thanks a million, Martin :) > > On Fri, May 12, 2017 at 4:34 PM, Martin Grigorov <mg

Re: WebSockets and CsrfPreventionRequestCycleListener

2017-05-12 Thread Maxim Solodovnik
https://twitter.com/mtgrigorov > > On Fri, May 12, 2017 at 11:00 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > >> Does anybody uses this filter? >> >> On Thu, May 11, 2017 at 10:44 AM, Maxim Solodovnik <solomax...@gmail.com> >> wrote: >&

Re: WebSockets and CsrfPreventionRequestCycleListener

2017-05-12 Thread Maxim Solodovnik
Does anybody uses this filter? On Thu, May 11, 2017 at 10:44 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello All, > > just have tried to add CsrfPreventionRequestCycleListener to our application > everything seems to work except for Websockets :( > > Now I'm

WebSockets and CsrfPreventionRequestCycleListener

2017-05-10 Thread Maxim Solodovnik
Hello All, just have tried to add CsrfPreventionRequestCycleListener to our application everything seems to work except for Websockets :( Now I'm getting [INFO] [http-nio-0.0.0.0-5080-exec-9] org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener - Possible CSRF attack, request URL:

Re: Weird CSS warning in IE

2017-04-19 Thread Maxim Solodovnik
I'm not able to reproduce it anymore :( will monitor the logs On Mon, Apr 10, 2017 at 9:50 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello Sebastien, > > I was able to see it in our application, I'll try to create small > application with this issue > > On Mon,

Re: "/websocket/closed" is not working in IE11

2017-04-19 Thread Maxim Solodovnik
The issue is not reproducible using simple quick-start :( The only option seems to be to subscribe to error event as well :( sorry for the noise On Mon, Apr 10, 2017 at 3:09 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Weird enough, quickstart works :( > Investigation

Re: FilterForm and Ajax

2017-04-18 Thread Maxim Solodovnik
Hello Ilia, as I can see from [1] filter form is a simple extention of form In case you need it to be submitted via Ajax just add ajax submit component to it (like AjaxButton [2]) works for me :) [1]

Re: Invitation to join the Wicket Team

2017-04-13 Thread Maxim Solodovnik
Thanks a lot! WBR, Maxim (from mobile, sorry for the typos) On Apr 13, 2017 21:40, "Andrea Del Bene" wrote: > Welcome Maxim!! > > On Thu, Apr 13, 2017 at 4:32 PM, Sebastien wrote: > > > Welcome aboard Maxim ! :) > > >

Re: Invitation to join the Wicket Team

2017-04-13 Thread Maxim Solodovnik
Hello Martijn, All, It honor to join the Wicket team, I will accept it for sure :) Thanks a lot! As Apache member I do have Apache ID and signed ICLA My Apache ID is solomax@.a.o On Thu, Apr 13, 2017 at 8:24 PM, Martijn Dashorst wrote: > Hello Maxim, > > The Wicket

Re: Setting file name for FileSystemResource

2017-04-12 Thread Maxim Solodovnik
https://issues.apache.org/jira/browse/WICKET-6355 https://github.com/apache/wicket/pull/219 On Wed, Apr 12, 2017 at 2:55 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Will try to > Will write back here > > On Wed, Apr 12, 2017 at 2:44 PM, Tobias Soloschenko

Re: Setting file name for FileSystemResource

2017-04-12 Thread Maxim Solodovnik
ards > > Tobias > > > Am 12.04.2017 um 08:30 schrieb Maxim Solodovnik <solomax...@gmail.com>: > > > > I would use file name from the Path by default > > And the ability to pass different name is also good idea > > > > On Wed, Apr 12, 2017 a

Re: Setting file name for FileSystemResource

2017-04-12 Thread Maxim Solodovnik
esource does not support a file name by default, you have to > add it yourself: > > > > protected ResourceResponse createResourceResponse(Path path) { > >ResourceResponse response = super.createResourceResponse(path); > >response.setFileName(path.getFileName()); > &g

Setting file name for FileSystemResource

2017-04-11 Thread Maxim Solodovnik
Hello Tobias, I'm trying to use FileSystemResource in latest wicket AjaxDownload Unfortunately I see no easy way to set filename :( It seems not to be taken from the Path passed ... Could you please tell me how to do it? -- WBR Maxim aka solomax

Re: Weird CSS warning in IE

2017-04-10 Thread Maxim Solodovnik
> the demo site. Is there anything else to do or a special page to go? > > Thanks, > Sebastien. > > > > On Sat, Apr 8, 2017 at 12:06 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > >> Thanks a lot! >> >> On Sat, Apr 8, 2017 at 5:04 PM, Sebastien <

Re: "/websocket/closed" is not working in IE11

2017-04-10 Thread Maxim Solodovnik
Weird enough, quickstart works :( Investigation only begins :) On Mon, Apr 10, 2017 at 2:04 AM, Martin Grigorov <mgrigo...@apache.org> wrote: > On Sat, Apr 8, 2017 at 11:41 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Hello All, > > > >

Re: Constant for Jquery3

2017-04-10 Thread Maxim Solodovnik
nd Consulting > https://twitter.com/mtgrigorov > > On Sat, Apr 8, 2017 at 11:57 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Yep, I'm aware of 6341 > > This is why I have asked this question :) > > > > +1 for resource reference! > > C

Re: Weird CSS warning in IE

2017-04-08 Thread Maxim Solodovnik
Thanks a lot! On Sat, Apr 8, 2017 at 5:04 PM, Sebastien wrote: > Hi Maxim, > > I will check on monday with IE... > > Thanks & best regards, > Sebastien. > > -- WBR Maxim aka solomax

Re: Constant for Jquery3

2017-04-08 Thread Maxim Solodovnik
anyone can quickly give a try to jQuery3 > > [1] https://issues.apache.org/jira/browse/WICKET-6341 > > Best regards, > Sebastien. > > On Sat, Apr 8, 2017 at 11:18 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Hello All, > > > > Is the

"/websocket/closed" is not working in IE11

2017-04-08 Thread Maxim Solodovnik
Hello All, I just have noticed "/websocket/closed" is not working in IE11 handler set via Wicket.Event.subscribe("/websocket/closed", function() {}) Is not fired The following message displayed in console instead: SCRIPT12030: WebSocket Error: Network Error 12030, The connection with the server

Constant for Jquery3

2017-04-08 Thread Maxim Solodovnik
Hello All, Is there constant for jquery3 in wicket? -- WBR Maxim aka solomax

Weird CSS warning in IE

2017-04-08 Thread Maxim Solodovnik
Hello Sebastien, I'm testing our application in IE11 and observing weird warning: Could not locate http://192.168.1.178:5080/source/web/kendo.default.mobile.css specified in source map

Re: Locale issue with kendoui local date time picker

2017-04-01 Thread Maxim Solodovnik
b.com/sebfz1/wicket-jquery-ui/blob/wicket8. > x/wicket-kendo-ui/src/main/java/com/googlecode/wicket/kendo/ui/utils/ > KendoDateTimeUtils.java#L53 > > SNAPSHOT is on its way. > > Thanks & best regards, > Sebastien > > > On Sat, Apr 1, 2017 at 7:00 AM, Maxim Solodovni

Re: Locale issue with kendoui local date time picker

2017-03-31 Thread Maxim Solodovnik
I guess, maybe client side processing can be added? i.e. value can be "normalized" before being accessible by wicket? On Sat, Apr 1, 2017 at 11:14 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > AM can also be: > AM: "နံနက်" > AM: &quo

Re: Locale issue with kendoui local date time picker

2017-03-31 Thread Maxim Solodovnik
AM can also be: AM: "နံနက်" AM: "上午" AM: "PD" AM: "காலை" AM: "dop." Is there any well known method to get value from JS.min file? On Sat, Apr 1, 2017 at 11:10 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > BT

Re: Locale issue with kendoui local date time picker

2017-03-31 Thread Maxim Solodovnik
BTW problem is wider :( in wicket-kendo-ui-culture/src/main/resources/com/googlecode/wicket/kendo/ui/resource/cultures There are 25 files with "a.m." :( On Sat, Apr 1, 2017 at 10:08 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Thanks for the investigation >

Re: Locale issue with kendoui local date time picker

2017-03-31 Thread Maxim Solodovnik
ter for this am/pm > case, and I will update the API if you succeed, or we consider we are > reaching a limitation and you fallback colombian to default es (I will deny > having said that colombian is like spanish, okay?) > > Best regards (to Colombian people :)), > Sebastien >

Re: [ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-03-31 Thread Maxim Solodovnik
o site... > > Thanks again & best regards, > Sebastien. > > On Fri, Mar 31, 2017 at 8:10 AM, Sebastien <seb...@gmail.com> wrote: > > > Damned! Thanks to let me know maxim! > > I will look at this tonight ! > > > > > > On Mar 31, 2017 0

Re: [ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-03-30 Thread Maxim Solodovnik
Thanks a lot for the release Sebastien! I just have checked Charts demos at http://www.7thweb.net/wicket-jquery-ui/kendo/chart/LineChartPage?6 All charts seems to be broken :( On Fri, Mar 31, 2017 at 1:04 AM, Sebastien wrote: > Dear Wicket jQuery UI users, > > Wicket jQuery UI

Re: Quick Start Wicket version

2017-03-30 Thread Maxim Solodovnik
> Andrea. > > > On 30/03/2017 15:18, Maxim Solodovnik wrote: > >> sure: >> >> Steps: >> 1) go to create quickstart page [1] >> 2) choose 8.0.0-SNAPSHOT >> 3) copy/create project [2] >> 4) cd myproject >> 5) mvn jetty:run >> Result:

Re: Quick Start Wicket version

2017-03-30 Thread Maxim Solodovnik
gt; > On Thu, Mar 30, 2017 at 2:38 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Another report: > > > > Latest wicket version still M4 > > Project created using latest 8.0.0-SNAPSHOT is not runnable using > jetty:run > > > > On Thu,

Re: Quick Start Wicket version

2017-03-30 Thread Maxim Solodovnik
Another report: Latest wicket version still M4 Project created using latest 8.0.0-SNAPSHOT is not runnable using jetty:run On Thu, Mar 30, 2017 at 7:31 PM, Andrea Del Bene wrote: > It sounds like a subliminal message :-) > > On Thu, Mar 30, 2017 at 11:13 AM, Martin

Re: Does FormTester no longer pass the parameters to the page constructor when submitting the form?

2017-03-24 Thread Maxim Solodovnik
In one of our projects I did Wicket 1.4 -> Wicket6 jump :) Not that scared :) On Fri, Mar 24, 2017 at 3:46 PM, Trejkaz wrote: > On Fri, Mar 24, 2017 at 7:30 PM, Martin Grigorov > wrote: > > Hi, > > > > Wicket 1.5.x is not maintained anymore. Only

Re: Editable, closable and sortable tabs

2017-03-18 Thread Maxim Solodovnik
Sure, Thanks a lot :) On Sat, Mar 18, 2017 at 8:22 PM, Sebastien wrote: > Hi Maxim, > > I will try to think about this! Unfortunately I cannot do it right now, my > week-end agenda is already full :/ > > Thanks & best regards, > Sebastien. > -- WBR Maxim aka solomax

Re: Editable, closable and sortable tabs

2017-03-18 Thread Maxim Solodovnik
Or maybe it would be better to create client-side-only component to avoid round trips and unnecessary component redrawing? On Sat, Mar 18, 2017 at 3:06 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello Sebastien, > > I would like to create special tab view with Edi

Editable, closable and sortable tabs

2017-03-18 Thread Maxim Solodovnik
Hello Sebastien, I would like to create special tab view with Editable, closable and sortable tabs. I was able to add close component. A have changed Label with AjaxEditableLabel, but unfortunately it doesn't work Any click/button press cancels edit, and tab onclick behavior seems to be dropeed

Re: Wicketstuff UrlFragment - modifying URL calls onParameterArrival

2017-03-14 Thread Maxim Solodovnik
Hello, I guess you are in following situation: as soon as you calling putParameter URL hash value is changes as soon as hash is modified you receiving onParameterArrival We are using following method (seems to work wihout extra onParameterArrival) UrlFragment uf = new UrlFragment(handler);

Question regarding jquery-ui menu

2017-03-08 Thread Maxim Solodovnik
Hello Sebastien, I would like to create Menu without icons (and without space for icons) I tried to set icon to be null, and icon to be JQueryIcon.NONE, but unfortunately it doesn't help I believe code of Menu.java line 256 need to be changed, to hide icon block if it wasn't specified WDYT? do

Re: How to do this in wicket

2017-02-13 Thread Maxim Solodovnik
Should this be dynamic? If no, you can hard-code it to the HTML template If yes you can add "Master" WebMarkupContainer which will be your html tag, and then all logic On Tue, Feb 14, 2017 at 12:53 AM, Entropy wrote: > Our web designer wants our pages to start like this

Re: [ANNOUNCE] Apache Wicket 8.0.0-M4 Released

2017-02-08 Thread Maxim Solodovnik
Same for me I guess you need to INFRA ... On Wed, Feb 8, 2017 at 4:06 PM, Andrea Del Bene <an.delb...@gmail.com> wrote: > I've tried to fix it at https://s.apache.org but I had no luck. The site > answers "Looping :( sorry! please try again!" > > On Wed, Feb 8, 2017

Re: [ANNOUNCE] Apache Wicket 8.0.0-M4 Released

2017-02-08 Thread Maxim Solodovnik
Seems to be typo in the URL https://cwiki.apache.org/confluence/display/WICKET/Migrating+to+Wicket+8.0 correct one is https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0 On Wed, Feb 8, 2017 at 3:31 PM, Peter Henderson wrote: > On 7 February

Re: NPE in constructor of AbstractWebSocketProcessor

2017-02-01 Thread Maxim Solodovnik
> On Thu, Feb 2, 2017 at 7:58 AM, Martin Grigorov <mgrigo...@apache.org> > wrote: > > > > > On Thu, Feb 2, 2017 at 7:21 AM, Maxim Solodovnik <solomax...@gmail.com> > > wrote: > > > >> Hello Martin, > >> > >> This version seems to w

Re: NPE in constructor of AbstractWebSocketProcessor

2017-02-01 Thread Maxim Solodovnik
t; In case you use 8.0.0-M3 I'd suggest to try with 8.0.0-SNAPSHOT! > > On Feb 2, 2017 6:32 AM, "Maxim Solodovnik" <solomax...@gmail.com> wrote: > > > Hello Martin, > > > > I have updated our application to wicket-8 and NPE is not reproducible > > any

Re: NPE in constructor of AbstractWebSocketProcessor

2017-02-01 Thread Maxim Solodovnik
che.org> > wrote: > > > > > On Tue, Jan 31, 2017 at 4:10 PM, Maxim Solodovnik <solomax...@gmail.com> > > wrote: > > > >> Also reproducible using FF on Ubuntu 16.10 ... > >> Unfortunately it is not reproducible using simpler config :( >

Re: NPE in constructor of AbstractWebSocketProcessor

2017-01-31 Thread Maxim Solodovnik
Also reproducible using FF on Ubuntu 16.10 ... Unfortunately it is not reproducible using simpler config :( I would appreciate any workaround due to issue is critical for our project On Tue, Jan 31, 2017 at 3:09 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Thanks a lot Martin,

Re: NPE in constructor of AbstractWebSocketProcessor

2017-01-31 Thread Maxim Solodovnik
g and Consulting > https://twitter.com/mtgrigorov > > On Mon, Jan 30, 2017 at 6:16 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > >> Forgot versions: >> >> Tomcat 8.5.9 >> Wicket 7.6.0 >> Chrome latest >> Ubuntu 16.10 latest >> &

Re: NPE in constructor of AbstractWebSocketProcessor

2017-01-30 Thread Maxim Solodovnik
Forgot versions: Tomcat 8.5.9 Wicket 7.6.0 Chrome latest Ubuntu 16.10 latest On Tue, Jan 31, 2017 at 12:06 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Hello All, > > I'm observing weird behavior: > I'm displaying wicket page in iframe > For some unknown reason

NPE in constructor of AbstractWebSocketProcessor

2017-01-30 Thread Maxim Solodovnik
Hello All, I'm observing weird behavior: I'm displaying wicket page in iframe For some unknown reason I'm getting NPE in [1] if page is being reloaded both F5 and Shift+F5 Every second time I got NPE The method is being called from [2], every second time (HttpSession)

Re: Wicket tester and jquery-ui dialog

2017-01-23 Thread Maxim Solodovnik
hen you ended with something > useful! :) > > Thanks & best regards, > Sebastien. > > > On Mon, Jan 23, 2017 at 4:54 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > >> Hello Sebastien, >> >> I do remember were there some questions on the topic, bu

Wicket tester and jquery-ui dialog

2017-01-22 Thread Maxim Solodovnik
Hello Sebastien, I do remember were there some questions on the topic, but unfortunately I was unable to find the discussion, Could you please tell me or maybe send a link to the example on how wickek-jquery-ui dialog can be pressed using wicket tester? Thanks in advance! -- WBR Maxim aka

Re: Drag/drop multiple items

2017-01-19 Thread Maxim Solodovnik
Actually this is good question :) - selected items are being stored on server somehow I missed the fact I can do all processing on server Thanks a lot for the pointer! On Thu, Jan 19, 2017 at 6:10 PM, Sebastien wrote: > Hi Maxim, > > Depending of your selection logic, you

Re: Drag/drop multiple items

2017-01-19 Thread Maxim Solodovnik
Thanks for links Sebastien Unfortunately I need custom selection logic Ill try to check internals of your examples to achieve same results :) WBR, Maxim (from mobile, sorry for the typos) On Jan 19, 2017 16:52, "Sebastien" wrote: > Hi Maxim, > > The recommended way to

Re: Drag/drop multiple items

2017-01-18 Thread Maxim Solodovnik
ipalvelut.com> wrote: > Can you group them in javascript and detect group in wicket side, for > example as list of ids? > > 2017-01-19 8:29 GMT+02:00 Maxim Solodovnik <solomax...@gmail.com>: > > > Hello Sebastien, > > > > I'm trying to implement subj. > >

Drag/drop multiple items

2017-01-18 Thread Maxim Solodovnik
Hello Sebastien, I'm trying to implement subj. JS example I'm using as POC is here [1] Everything works, except for one thing: no matter how many objects I'm dropping I only have 1 onDrop() event inside wicket can you help me to fix/workaround this? Thanks in advance! [1]

Re: Shift/Crtl selection in DefaultNestedTree

2017-01-17 Thread Maxim Solodovnik
public void onClick(AjaxRequestTarget target) > > { > > String modifier = getRequest().getRequestParamet > > ers().getParameterValue("modifiers").toOptionalString(); > > } > > }; > > } > >

Re: Shift/Crtl selection in DefaultNestedTree

2017-01-17 Thread Maxim Solodovnik
get it? (found no way to debug these dynamic JS functions :( ) Thanks in advance [1] https://issues.apache.org/jira/browse/WICKET-5306 On Thu, Dec 22, 2016 at 2:14 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Sounds doable :) > I was hoping this is already implemented,

Re: Reload TabbedPanel preserving active tab

2017-01-17 Thread Maxim Solodovnik
you can look at [1] > > Hope this helps, > Sebastien. > > [1] > https://github.com/sebfz1/wicket-jquery-ui/blob/master/ > wicket-jquery-ui/src/main/java/com/googlecode/wicket/ > jquery/ui/JQueryUIBehavior.java#L136 > > > > On Tue, Jan 17, 2017 at 11:50 AM, Maxim So

Re: Reload TabbedPanel preserving active tab

2017-01-17 Thread Maxim Solodovnik
ealized I reply to you only Maxim... > > > -- Forwarded message ------ > From: Maxim Solodovnik <solomax...@gmail.com> > Date: Sat, Jan 14, 2017 at 5:13 PM > Subject: Re: Reload TabbedPanel preserving active tab > To: Sebastien <seb...@gmail.com> > &g

Re: Debugging 'component has been removed from page'

2017-01-17 Thread Maxim Solodovnik
the target component is no longer visible on > the server side... > > On Tue, Jan 17, 2017 at 9:16 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Hello All, > > > > Recently I got weird exception > > ComponentNotFoundException: Component 'i

Debugging 'component has been removed from page'

2017-01-17 Thread Maxim Solodovnik
Hello All, Recently I got weird exception ComponentNotFoundException: Component 'id-sequence-here' has been removed from page. Maybe you know are there any way to debug why and when component was removed Thanks in advance! -- WBR Maxim aka solomax

Re: Reload TabbedPanel preserving active tab

2017-01-13 Thread Maxim Solodovnik
sebastien > > > On Jan 13, 2017 19:15, "Maxim Solodovnik" <solomax...@gmail.com> wrote: > > Hello Sebastien, > > Is there any option to update TabbedPanel preserving active tab? > Both > tabs.reload(handler) > and > handler.add(tabs) > > resets

Reload TabbedPanel preserving active tab

2017-01-13 Thread Maxim Solodovnik
Hello Sebastien, Is there any option to update TabbedPanel preserving active tab? Both tabs.reload(handler) and handler.add(tabs) resets active tab :((( or maybe if TabbedPanel was created as follows: new TabbedPanel("tabs", Arrays.asList(userTab, fileTab)).*setActiveTab*(0) it will be

Re: AW: AW: Update ListMultipleChoice by Ajax

2017-01-13 Thread Maxim Solodovnik
only have a GitLab Account will this also work for you? Can you send me > a link to the right place in Jira? > > > Mit freundlichen Grüßen > Christoph Manig > > -Ursprüngliche Nachricht- > Von: Maxim Solodovnik [mailto:solomax...@gmail.com] > Gesendet: Freita

Re: AW: AW: Update ListMultipleChoice by Ajax

2017-01-13 Thread Maxim Solodovnik
You can share github link or attach it to JIRA :) On Fri, Jan 13, 2017 at 4:02 PM, wrote: > I created a small example. How can I send this to you? > > > Mit freundlichen Grüßen > Christoph Manig > Systems Engineer > > T-Systems International GmbH > Systems

Re: [ANNONCE] Wicket jQuery UI released: 6.26.0, 7.6.0 & 8.0.0-M3

2017-01-07 Thread Maxim Solodovnik
Thanks Sebastien! WBR, Maxim (from mobile, sorry for the typos) On Jan 7, 2017 22:44, "Sebastien" wrote: > Dear Wicket jQuery UI users, > > Wicket jQuery UI 6.26.0 based on Apache Wicket 6.26.0 is now released. > Wicket jQuery UI 7.6.0 based on Apache Wicket 7.6.0 is now

Re: [ANNOUNCE] WicketStuff 7.6.0 Released

2017-01-07 Thread Maxim Solodovnik
N config > > [pdf.js] Show how to load PDF document as bytes > > [pdf.js] Update README. Add module to the project > > [pdf.js] Add support for several panels in the same page. Each > > navigation bar controls its pdf viewer > > [pdfjs] Chang

Re: Christmas / new year [NON-BIZ]

2016-12-24 Thread Maxim Solodovnik
С Рождеством! On Sat, Dec 24, 2016 at 11:52 PM, ndongo yaya wrote: > Joyeux Noël tout le monde. > > On Dec 24, 2016 16:21, "Martin Grigorov" > wrote: > > Let me correct myself! > Честита Коледа! > > On Dec 24, 2016 5:06 PM, "Zala Pierre GOUPIL"

Re: Shift/Crtl selection in DefaultNestedTree

2016-12-21 Thread Maxim Solodovnik
t; the server (via AjaxRequestAttributes dynamic extra parameters). > > There it is just a matter of managing selection state and visually marking > the components accordingly. > > Sounds complicated? > > Sven > > > On 22.12.2016 05:44, Maxim Solodovnik wrote: > >> Hello All, &

Shift/Crtl selection in DefaultNestedTree

2016-12-21 Thread Maxim Solodovnik
Hello All, Maybe someone has any working examples of multi-node selection in DefaultNestedTree using Crtl/Shift keys? Thanks in advance -- WBR Maxim aka solomax

Re: Is there any way to extend ClientProperties

2016-11-25 Thread Maxim Solodovnik
False alarm with quick start :( deleting ~/.m2/repository/org/apache/logging/log4j/log4j-core fixed jetty Sorry for the noise On Fri, Nov 25, 2016 at 10:31 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Sorry for OFF topic > > I'm struggling with git :( > I do h

Re: Is there any way to extend ClientProperties

2016-11-25 Thread Maxim Solodovnik
ning and Consulting > https://twitter.com/mtgrigorov > > On Thu, Nov 24, 2016 at 1:02 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Yep, > > Unfortunately It's not that easy to > > fix /wicket-core/src/main/java/org/apache/wicket/markup

Re: Is there any way to extend ClientProperties

2016-11-24 Thread Maxim Solodovnik
er.com/mtgrigorov > > On Thu, Nov 24, 2016 at 12:40 PM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > > > Hello Martin, > > > > One question before I'll start with this enhancement: Can pure JS > solution > > be used here? I can both create F

Re: Is there any way to extend ClientProperties

2016-11-24 Thread Maxim Solodovnik
Hello Martin, One question before I'll start with this enhancement: Can pure JS solution be used here? I can both create FORM and send all data via POST without any markup ... Would it be OK? On Wed, Nov 23, 2016 at 3:55 PM, Maxim Solodovnik <solomax...@gmail.com> wrote: > OK

<    1   2   3   4   5   6   7   >